Use "appId|appSecret" as access_token
I've found in documentation that it is possible to use appId and appSecret
pair as access_token in the format "appId|appSecret".
The problem, when I'm using this technique with graph API, I don't receive
the full information, only some of the fields (permissions are set in the
app settings). When I'm trying to use it with FQL I get "A user access
token is required to request this resource." exception.
Could somebody route me on the right track how to perform API requests?
My application is running on the server-side, that's why I've chosen these
method.
No comments:
Post a Comment