The oauth tag has no wiki summary.
2
votes
2answers
372 views
OAuth 2.0 implementation
Code Snippet
from sanction.client import Client
from sanction.adapters.google import Google
client = Client(Google, {
"google.client_id": "myclientid",
"google.client_secret": ...
3
votes
0answers
76 views
OAuth Dialog rendering problems
I'm using the implicit OAuth flow for our native iPad app. We're calling the standard URLs in a UIWebView. The Stack Exchange login renders with several UI glitches.
The first screen looks correct:
...
2
votes
0answers
24 views
What to do with “OAuth Domain” in the registration page for a browser user script?
I want to register my first project so I can make more API calls without hitting the limit now that it seems to be good enough for others to use.
My project is a browser userscript that works with ...
1
vote
0answers
77 views
Issue: OAuth login process does not fully work in the WP7 Mango browser control with implicit flow
We experience issues when using the implicit OAuth flow in a WP7 Mango browser control and trying to login with openid. The login process itself works fine (althought the css of the openid page does ...