I\'m trying to retrieve data using the new graph API, however the token I\'m retriving from OAuth doesn\'t appear to be working.
The call I\'m making is as follows;
Try to follow the API, i.e without type but add redirect_uri and code (even though we don't need it):
type
redirect_uri
code
$token = file_get_contents('https://graph.facebook.com/oauth/access_token?client_id=&client_secret=&redirect_uri=&code=');
');