oauth-2.0
Google API : How to authenticate without redirection?
We want to use Google Doc API to generate Document (In our own business account) when our end users do some actions on our site.[详细]
2023-04-03 17:18 分类:问答OAuth 2.0 Identity Providers in Windows Azure AppFabric Access Control Service (ACS)
OAuth 2.0 delegation is included within the Azure AppFabric Access Control Service: http://blogs.objectsharp.com/cs/blogs/steve/archive/2011/04/11/windows-azure-access-control-services-v2-rtw.aspx[详细]
2023-04-03 11:31 分类:问答sending JSON object using POST Methods
@Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); Intent in=getIntent();[详细]
2023-04-03 10:02 分类:问答What is a good way to secure a desktop application API that is exposed via HTTP+REST?
I\'m thinking about building a Mac (maybe later Windows) application that would expose its开发者_如何学Go plug-in API to other processes on the same machine via HTTP/REST. Are there any good libraries[详细]
2023-04-03 08:16 分类:问答Play Framework appending #_=_ to redirect after Facebook auth via OAuth2?
I\'m doing a simple redirect after calling OAuth2::retrieveAccessToken() with Play Framework. I\'m having funny characters appended to the URL that I never put there, so the end result looks as follow[详细]
2023-04-02 17:11 分类:问答Authorize and authenticate canvas app users with php-sdk and oauth
Egads...programming for Facebook these days is like going on a scavenger hunt. The info on FB is incomplete, their own code examples often don\'t work and you just w开发者_如何学Goant to go home and h[详细]
2023-04-02 11:45 分类:问答Can a custom spring-security AuthenticationProvider set up an OAuth2 Security Context?
I am trying to set up a spring 3 webapp to act as a proxy for another app that serves protected resource with oauth2.[详细]
2023-04-01 23:18 分类:问答Decrypt OAuth 2.0 access token
Is it possible to decrypt Facebook\'s new OAuth 2.0 access_token ? I need to somehow get user_id and app_id from th开发者_JAVA百科e access_token.[详细]
2023-04-01 22:42 分类:问答Facebook token not having "|" as delimiter anymore? Cause of OAuth2?
I am developing an IM client for iPhone, which will have support for an FB account as well. I am using facebook-ios-sdk for getting auth token.[详细]
2023-04-01 19:01 分类:问答FB.getLoginStatus doesn't fire if the user is not logged in to Facebook
I am working on a Facebook application which is integrated with Facebook and am trying to get the user\'s FB session. As far as I understand, a common usage scenario is as follows.[详细]
2023-04-01 14:45 分类:问答