views:

28

answers:

1

I am new to FB apps and trying to get the accessToken for my website using JS. I have followed the steps given on the API docs, but I keep getting an

"error": { "type": "OAuthException", "message": "Error validating application." }

I know that theres some issue with my implementation. Can someone please help me out.

If you can provide a link to a tutorial/code snippet that would be really great.

A: 

Since today there is a change in Facebook Graph API, the given access token is now URI-encoded, it may be this your problem, give a look here: http://forum.developers.facebook.net/viewtopic.php?pid=273730

Benedetto
Thanks, for the info.... I tried doing those changes but still the same issue.
ideate