Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Google implementation of the OAuth 2.0 protocol.

learn more… | top users | synonyms

0
votes
1answer
32 views

Refresh token and Access token in facebook API

When we do oauth2 on google api, we get an access token and a refresh token. Suppose I'm writing a service and I want to periodically poll for changes I can just use refresh token to get fresh access ...
0
votes
1answer
37 views

Usage of OAuth2.0 Consumer Secret Keys

In OAuth1.0a the following process exists Signatures play a good role to verify request from client and server. Request Token Consumer Secret is used to create signatures. Authorization ...
0
votes
0answers
58 views

How to every time ask for social login in android

I am using facebook login and google login in my app. when user logout i clear the session in facebook and google both. But when I click login with facebook or google then... In facebook, it directly ...
0
votes
1answer
39 views

What can i use as password when logging/registering in users with OAuth2.0?

I'm including Google and Facebook OAuth2.0 to my site. I got it working so it pre-populates my registration form with first name, last name and email (password must be entered manualy). Now i want to ...
2
votes
1answer
89 views

OpenID and OAuth Terminologies List

I would like to ask a complete terminology of OpenId and OAuth. It seems like there are a lot of terms when it is only used the same way. For example, Client ID is equivalent to oauth_consumer_key ...