> 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

Reply via email to