iOS5 - How to parse JSON response from Facebook [duplicate]
Possible Duplicate: News Feed Response parsing in iphone using Facebook Graph Api I'm currently trying to access the posts in a user's newsfeed. So what I did, in my -viewDidLoad I placed this call...
View ArticleProcessing hugely varied JSON data from Facebook Graph API news feed
OK so I have authenticated fine and understand JSON including how to process it with PHP... http://php.net/manual/en/function.json-decode.php But my issues are that the JSON data that the API returns...
View ArticleHow to call an item from graph api fb?
I want to select an specific field.item from the requested api call and echo it.for example something like this: $getlike =...
View ArticleHow to access my own news feed and videos, photos I share?
I'm just making a simple widget where I can display my facebook feed as customized, like grid view. When I was submitting for app review, there was so much permission when it was my own feed only. I...
View ArticleFacebook feeds on iOS app?
How can I display face book feeds related to a group on an iOS App?Is there any JSON/JSONP call to fetch the feeds??Any help is Appreciated.
View ArticlePHP activity feed - similar to Facebook - How to convert response from json...
We are building a activity stream kind of website very similar to facebook (in activity feed alone). For loading user's activity feed, we send the request to PHP file through AJAX method. Server file...
View ArticleParse JSON Facebook Conversations XCODE
I need your help. I can parse correctly the graph.facebook.com/me/feed JSON, but i can't do it with graph.facebook.com/me/conversations. Can you please help me? this is how i get the last message from...
View Articlefb feeds showing last 20 posts only
My feeds URL in JSON format.but i see only last 20 post.how i get my all post using json format ?
View ArticleFacebook Fan Page feed on Website (Age-Protected)
Need help in trying to get posts/wall posts from a fan page that is age-gated on facebook to show up on my site.the fan page is age gated to only let those 17 and over to view it (when they are logged...
View ArticleGetting the Image link from the Facebook (Page) JSON or Rss Feed
I am trying to get all the posts on my Facebook page. I know we can get the feeds in JSON or RSS format for a page but I am having issue in identifying and parsing the post's image Link. For example...
View Article