This is a question better directed at Facebook's developers community since it's more specific to Facebook's API. I would suggest posting your question to StackOverflow:

http://stackoverflow.com/

 -- Justin

On 04/08/2013 07:39 AM, ECS ACCENTURE wrote:
Hi,
I am following this link : http://developers.facebook.com/docs/opengraph/howtos/publishing-with-app-token/ to generate permanent access tocken for my web application.
HTTP GET request:
https://graph.facebook.com/oauth/access_token?
            client_id=YOUR_APP_ID
           &client_secret=YOUR_APP_SECRET
           &grant_type=client_credentials
Response:
{
  "error": {
    "message": "Invalid callback",
    "type":"OAuthException",
    "code": 1
  }
}
For facebook desktop application, how can I get the permanent access token? Secondly, how can I know what are the users the application is authorized by ?
could you please provide me any suggestion or links for this issue.
Regards,
AppFactory.


_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth

_______________________________________________
OAuth mailing list
[email protected]
https://www.ietf.org/mailman/listinfo/oauth

Reply via email to