Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Facebook example is broken #11

Open
martrandala opened this issue Jul 3, 2014 · 0 comments
Open

Facebook example is broken #11

martrandala opened this issue Jul 3, 2014 · 0 comments

Comments

@martrandala
Copy link

With the line from examples/facebook.php the result is always "(#200) Requires extended permission: read_stream" even if I don't have "read_stream" in my scope:
$facebook->GET("https://graph.facebook.com/me/home?access_token=".$access_token)

Fix - just replace the URL with:
$facebook->GET("https://graph.facebook.com/me/?access_token=".$access_token)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant