tungwaiyip.info

home

about me

links

Blog

< February 2011 >
SuMoTuWeThFrSa
   1 2 3 4 5
6 7 8 9101112
13141516171819
20212223242526
2728     

past articles »

Click for San Francisco, California Forecast

San Francisco, USA

 

Facebook OAuth Authentication Flow

I was trying to follow the Facebook OAuth documentation. I finally have it figured out. There are three parties and multiple steps involved. I have created a diagram to show the flow (the server-side flow).

Facebook OAuth Authentication Flow

This is a condensed version of Facebook's documentation of the steps required.

  1. Redirect the user to Facebook's OAuth Dialog /dialog/oauth?app_id.
    1. User authentication - If the user is not logged in, they are prompted to enter their credentials.
    2. App authorization - After the user is successfully authenticated, the OAuth Dialog will prompt the user to authorize the app.
  2. After the app is authorized, the OAuth Dialog will redirect (via HTTP 302) the user's browser to the URL you passed in the redirect_uri parameter with an authorization code.
  3. App authentication - In order to authenticate your app, you must pass the authorization code and your app secret to the Graph API token endpoint /oauth/access_token?app_id&secret&code. If your app is successfully authenticated and the authorization code from the user is valid, the authorization server will return the access token.

If you got a "Error validating verification code" in step 3, note that the redirect_uri should be the same as in step 1. See the issue on StackOverflow.

2011.02.19 [] - comments

 

 

blog comments powered by Disqus

past articles »

 

BBC News

 

Rayshard Brooks shooting: Use of deadly force by Atlanta police condemned (14 Jun 2020)

 

Coronavirus: India to use 500 train carriages as wards in Delhi (14 Jun 2020)

 

Sushant Singh Rajput: Bollywood actor dies at 34 (14 Jun 2020)

 

South African president's shame over surge in murders of women (14 Jun 2020)

 

Swiss search for owner of gold haul left on train (14 Jun 2020)

 

Coronavirus: France's ancient burial brotherhood defies Covid-19 (13 Jun 2020)

 

UN ‘appalled’ by twin jihadist attacks in Nigeria (14 Jun 2020)

 

Polish election: Andrzej Duda says LGBT 'ideology' worse than communism (14 Jun 2020)

 

What civil rights icon Ruby Bridges told Selena Gomez's Instagram fans (14 Jun 2020)

 

Violence flares at illegal 'quarantine raves' (14 Jun 2020)

more »

 

SF Gate

 

Ship traffic, June 14 (13 Jun 2020)

 

Ship traffic, June 13 (12 Jun 2020)

 

Ship traffic, June 15 (12 Jun 2020)

 

Ship traffic, June 12 (11 Jun 2020)

 

Ship traffic, June 11 (10 Jun 2020)

 

Ship traffic, June 10 (9 Jun 2020)

more »


Site feed Updated: 2020-Jun-14 15:00