I want to load a facebook page feed in a tableview controller.
Using this url: http://graph.facebook.com/{id here}/feed?limit=25 but I am getting this error
{
"error": {
"message": "An access token is required to request this resource.",
"type": "OAuthException",
"code": 104
}
}
How can I get this done?
Thanks All!
