I am trying to create a custom javascript "widget" so that we can pull statuses and such from Facebook to our various web sites. I've tried creating an application in FB developer center, getting access tokens and such, but no luck.
Can anyone point me in the right direction to at least get authenticated? We would like to be able to reuse the code on multiple sites if possible as well.
For reference, here's the error message I am currently getting when trying to access https://graph.facebook.com/statuses/?id=thePfisterHotel&access_token=_TOKEN_HERE_
{
"error": {
"message": "A user access token is required to request this resource.",
"type": "OAuthException",
"code": 102
}
}
Any help and guidance would be greatly appreciated!