Facebook Oauth 2.0 Token errors
- by James
The user clicks the URL that is generated via the code below.
$url = 'https://graph.facebook.com/oauth/authorize?' .
http_build_query(array('client_id' => FACEBOOK_APP_ID,
'redirect_uri' => 'http://fb.example.com/facebook',
'scope' =>…