facebook small issue -
if familiar fql query, why getting error next query:
this page:https://www.facebook.com/inna?sk=wall want retrive last posts inna's wall.
thank much;
you need provide valid access_token fql request though data public. can test here. won't need have permissions granted access feed, need provide token.
you need access_token
of type "any valid" defined here. in short, means can use access_token
hasn't expired. 1 easy obtain access_token
app access token can obtain going to:
you find your_app_id , your_app_secret under created apps page (or can create 1 there if don't have one).
when provide app id , secret oauth, receive access_token
can use request until token expires.
Comments
Post a Comment