oauth-2.0
Facebook OAuth Issues
I am following the directions found here:开发者_StackOverflow中文版 http://developers.facebook.com/docs/authentication/[详细]
2023-03-19 06:43 分类:问答What is the most recommended django/oauth package for Facebook and Twitter integration?
I\'m looking for a django/oauth project which would allow for open authentication to at least Twitter and Facebook (other services would be a bonus).It appears there was a thread started by TIMEX in F[详细]
2023-03-17 21:33 分类:问答Facebook OAuth: custom callback_uri parameters
I\'d like to have a dynamic redirect URL for my Facebook OAuth2 integration.For example, if my redirect URL is this in my Facebook app:[详细]
2023-03-14 21:49 分类:问答Can OAuth 2.0 support multiple grants in a single redirection journey?
My question is pretty simple: If you have two web-application components: Server-side (secret-capable) code in PHP, Python, Perl ... whatever[详细]
2023-03-14 11:04 分类:问答Using Oauth to connect a Java application with a GAE application
I have a Java application and a GAE application, that sends C2DM messages to Android devices. Now I would like to make the users of the java application able to sign in via their Google accounts to[详细]
2023-03-13 20:07 分类:问答OAUTH2 using PHP to get Google Contacts
i\'m almost completed with my php script which will grab google contacts using OAuth2. I refer to the doc @ http://code.google.com/apis/accounts/docs/OAuth2.html[详细]
2023-03-13 04:04 分类:问答Facebook C# SDK and OAuth Server-side flow in ASP.NET 4
I am working on a Silverlight 4 browser app from which I managed to succeed in complete the client-side flow authentication process. I\'ve decided to better move to the server-side flow but, though I[详细]
2023-03-12 18:56 分类:问答Rails: Posting to a Facebook user's wall
We\'ve been getting users to connect their Facebook accounts to our site for a couple of weeks now, and I\'ve been given the task of finding a way to post messages (i.e. advertisements) to their wall.[详细]
2023-03-11 22:53 分类:问答GET Twitter user & token URLs
On his blog post about LROAuth2Client - OAuth2 for iPhone and iPad applications, Luke Redpath states:[详细]
2023-03-11 14:41 分类:问答OAuth - What exactly is a resource owner? When is it not an end-user?
The term "resource owner" is defined in the OAuth v2.0 Specification, as "An entity capable of granting access to a protected resource.When the resource owner is a person, it is referre[详细]
2023-03-10 21:27 分类:问答