I am creating a web application that is trying to use the "public" content of Facebook.
This is not your traditional “Facebook app”, because I do not sign Facebook to use it, but users will be on the server side.
I came to the point where I need to use "access_token" for certain "public" pieces of content, and I was able to create an access_token application, but this does not work for public data I'm interested in access.
access_token created using
https://graph.facebook.com/oauth/access_token?client_id=APP_ID&client_secret=APP_SECRET&grant_type=client_credentials
don't work for
https://graph.facebook.com/chickfila/notes?access_token=CODE_FROM_ABOVE
which is available to the public without registering here ...
http://www.facebook.com/ChickfilA?sk=notes
In any case, to attach the application to the user level access_token?
jondavidjohn
source share