Wednesday, 18 September 2013

Facebook Latest Post using Facebook API

Facebook Latest Post using Facebook API

I want to get all the latest posts from facebook posted from Boston.
I searched in google but not found any solution for this.
I tryed fql
SELECT id FROM location_post WHERE latitude = 20.0 AND longitude = 86.0
This is showing error.
{
"error": {
"message": "(#601) Parser error: unexpected '.' at position 48.",
"type": "OAuthException",
"code": 601
}
}
but in example its give like this
https://developers.facebook.com/docs/reference/fql/location_post
can you please help to solve this one.
thanks in advance

No comments:

Post a Comment