Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 68 results for
google-oauth
- Page 1
Google OAuth embedded webview
Programming
Web Development
2 Years Ago
by Dani
… detected the use of an embedded webview in requests to
Google
's
OAuth
2.0 authorization endpoint in the past 120 days… to potential "man-in-the-middle" attacks.
Google
's
OAuth
2.0 "Use secure browsers" policy helps us… it means or what to do about it. I use
Google
OAuth
2 here on my website, but I am not an…
Re: Google OAuth embedded webview
Programming
Web Development
1 Year Ago
by AndreRet
…embedded webview being used in requests to
Google
's
OAuth
2.0 authorization endpoint. This message…authorization code or access token according to your
OAuth
2.0 implementation. To handle the callback … error conditions or invalid responses // ... } Depending on your
OAuth
2.0 provider and requirements, you may need to perform…
Re: Google OAuth embedded webview
Programming
Web Development
1 Year Ago
by Dani
…, you'll need to modify the way you handle the
OAuth
2.0 authorization flow in your application. Instead of using…, and I *am* only using a system browser for the
OAuth
authorization process. The only thing I can think of is…
Re: Google OAuth embedded webview
Programming
Web Development
2 Years Ago
by Dani
Oh, also, I went ahead and [tested for compatibility](https://developers.googleblog.com/2021/06/upcoming-security-changes-to-googles-
oauth
-2.0-authorization-endpoint.html) with ?disallow_webview=true and it still worked. Should I just ignore the email?
Decode Google id_token
Programming
Web Development
11 Years Ago
by Dani
… I'm using [this documentation](https://developers.
google
.com/accounts/docs/OAuth2Login#sendauthrequest) to use
Google
OAuth
2 login. I'm able to… the access_token, id_token, etc. The id_token is encrypted in what
google
calls a JWT (JSON Web Token). From what I understand…
Re: Yahoo, Google, Live authentication APIs
Programming
Web Development
15 Years Ago
by pritaeas
I can answer for
Google
OAuth
: no. If you want to have the user's email address, then you can implement ClientLogin instead. However, I can't imagine that users are willing to supply their
google
login information to you. Don't know about the other's.
Re: Yahoo, Google, Live authentication APIs
Programming
Web Development
15 Years Ago
by daniyalnawaz
[QUOTE=pritaeas;1031674]I can answer for
Google
OAuth
: no. If you want to have the user's email … can't imagine that users are willing to supply their
google
login information to you. Don't know about the other…
Yahoo, Google, Live authentication APIs
Programming
Web Development
15 Years Ago
by daniyalnawaz
I want integrate following apis in my website, 1. Yahoo BBAuth 2.
Google
OAuth
3. Live ID Delegated Authentication 4. Facebook Connect Does these facilities enable me to get their email addresses as i cant find any mention of email address of the logged user in the API documentations.
Google+ API migration
Programming
Web Development
6 Years Ago
by Dani
…deprecated, I need to migrate my
Oauth
2 off of
Google
+ and into the
Google
Sign-In authentication system. So far,…email`. However, I'm struggling trying to find in
Google
's docs what to change the endpoint `https://www… email address. The [Quick migration guide](https://developers.
google
.com/identity/sign-in/web/quick-migration-guide) doesn…
Re: Google+ API migration
Programming
Web Development
6 Years Ago
by Dani
… comma-delimited list of fields at this website: https://developers.
google
.com/people/api/rest/v1/people/get e.g. names…
Re: Yahoo, Google, Live authentication APIs
Programming
Web Development
15 Years Ago
by pritaeas
Google
has no request for retrieving the username/email.
Google API and oauth token problem
Programming
Web Development
9 Years Ago
by SimonIoa
…>Step 1.
OAuth
</h1> <h2>Please click <a href="https://www.
google
.com/accounts/OAuthAuthorizeToken…?oauth_token=<?php echo $
oAuth
->rfc3986_decode($oRequestToken['oauth_token']) ?>"…
Re: Google Provisioning API with OAuth token
Programming
Web Development
12 Years Ago
by Dani
I assume it's
OAuth
2.0. Do you have any experience with
OAuth
?? I suggest you check out the DaniWeb API. We also support
OAuth
2.0, and we have a code snippet demo and example that you might be able to manipulate to work with the
Google
Marketplace instead.
Re: Google Provisioning API with OAuth token
Programming
Web Development
12 Years Ago
by Buppy
Ok, I managed to create an
OAuth
workflow, however, when I try to get the code, I … register the url in the apis console. Normally there's
OAuth
client ID info with keys and redirect uri options, however…
Google Provisioning API with OAuth token
Programming
Web Development
12 Years Ago
by Buppy
Hi, I have a web app which is in the
Google
marketplace. When user adds the app, it creates account for … API. How do I access the data with my apps
OAuth
key and secret? The permissions are set successfully by manifest…
Re: OAuth 2.0 and C#?
Programming
Software Development
12 Years Ago
by Dani
I don't know C# for anything, but the following links turned up from a
Google
search. Perhaps some of them might be helpful: * http://www.deanhume.com/Home/BlogPost/a-simple-guide-to-using-
oauth
-with-c-/49 * http://www.dotnetopenauth.net/ * http://code.pearson.com/
oauth
-20-password-sample-code-c
Re: OAuth 2.0 and C#?
Programming
Software Development
12 Years Ago
by riahc3
…for anything, but the following links turned up from a
Google
search. Perhaps some of them might be helpful http://www….deanhume.com/Home/BlogPost/a-simple-guide-to-using-
oauth
-with-c-/49 http://www.dotnetopenauth.net/ http://code.…pearson.com/
oauth
-20-password-sample-code-c Tried that first link, …
Re: Google Provisioning API with OAuth token
Programming
Web Development
12 Years Ago
by Dani
You don't register the URI with your application. You just have to use the same URI in both places within the
OAuth
flow, and make sure that URI resides on the same domain name that you registered your app.
Re: google oauth2 access token validation playground
Programming
Web Development
10 Years Ago
by Dani
I'm confused as
OAuth
is not designed to work by submitting an email address.
Re: Google Calendar invalid credentials
Programming
Web Development
13 Years Ago
by DavidAntaramian
My initial reaction is that you haven't authorized your application to use data either via
OAuth
or some other
Google
approved method. In the calendar API, the `primary` calendar is scoped to the authorized user your currently working with.
Re: Decode Google id_token
Programming
Web Development
11 Years Ago
by Dani
OK so I figured out that if I use the [JWT Decoder](https://developers.
google
.com/commerce/wallet/digital/docs/jwtdecoder) then it gives me all the information I want. But if I just do base64_decode() it gives me the header but not the claims part.
Re: Decode Google id_token
Programming
Web Development
11 Years Ago
by Dani
… it???? Am I missing something?? Maybe someone with experience with
Google
's API can clue me in.
Re: Decode Google id_token
Programming
Web Development
11 Years Ago
by Dani
I was able to get the user's email by asking for the permission https://www.googleapis.com/auth/userinfo.email instead of dealing with
Google
Plus.
Counting Google Analytics organic social conversions when using OAuth
Digital Media
Digital Marketing
2 Years Ago
by Dani
I am trying to get the hang of
Google
Analytics 4. One of the conversions that we track … organic search), and then subsequently signed up through a social
OAuth
flow (e.g. Log in with Facebook). We are …daniweb.com/connect/profile/auth/ -> redirect to social network
OAuth
-> redirect back to DaniWeb from the conversion flowchart? …
Fetch emails with php lib that suports oauth 2
Programming
Web Development
12 Years Ago
by jepp3
… I'm trying to get mail(imap) from
google
by
oauth
authorization . I have got the authorization to work,…retrieve mail(?). I found the following: https://developers.
google
.com/
google
-apps/gmail/oauth_overview That says: > Accessing …/docs/2.0/basics.html // Visit https://code.
google
.com/apis/console?api=contacts to generate your // …
Re: Fetch emails with php lib that suports oauth 2
Programming
Web Development
12 Years Ago
by jepp3
There are no php mail apis that suports
oauth
2.0 at the moment, unfortunatly.
Re: Complete oAuth Sample
Programming
Web Development
14 Years Ago
by JBLDW
… search and came up with the main
OAuth
page: [url]http://
oauth
.net/[/url] ...and a
Google
page which should help you with… some examples: [url]http://code.
google
.com/apis/accounts/docs/
OAuth
.html[/url] ...hope these help with whatever you…
Re: Daniweb OAuth support
Community Center
Meta DaniWeb
11 Years Ago
by ~s.o.s~
…changes to how standlone apps deal with the Daniweb
oauth
infrastructure. I tried sending a request: http://www….daniweb.com/api/
oauth
?response_type=code&client_id=40&redirect_uri=urn:ietf…approved, [a new page should open up](https://developers.
google
.com/accounts/images/installedresult.png) which has the code…
Re: Login with Google
Programming
Web Development
5 Years Ago
by Daniel11
You want's login with
google
funcationality in your app. This is done by
Google
Contacts API and
OAuth
authentication. I searched and provide… you to consult for this topic - [Tutorial:
Google
Contacts API Version 3.0 &
OAuth
2.0](https://www.yogihosting.com/implementing…
Re: Complete oAuth Sample
Programming
Web Development
14 Years Ago
by eantz
… read the documentation of official
oAuth
website. That's all about the concept how
oAuth
work. And
google
api documentation explain almost the…
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC