Is this possible to retrieve Facebook Newsfeed in uitableView - iphone

Is this possible to retrieve Facebook user Friend new feed on UItableView in ios Application using OAuth or any other technique.?
Like we can retrieve Twitter news feed using the below code.
http://www.icodeblog.com/2010/09/16/dealing-with-the-twitter-oauth-apocalypse/
Is their any sample similar code available for facebook,or both for facebook and twitter(combine).
Thanks in advance

Use fbgraph. see this tutorial and also use google for find facebook developer documentaion and there see about fbgraph.

Related

How to update Cover Photo to any registered facebook app user using Facebook PHP API?

Is there any way to add Facebook Cover Photo to the user profile using PHP API.
I tried, but I can only upload the image to user album or photos section. I cant able to update the my app register user cover photo.
How could I do this. Help me.
Thanks in advance
Actually it's not possible directly via Graph API

How to share feed into the Facebook using GraphAPI?

I am working on Facebook app and wanted to add Share functionality so how I can do share functionality using Facebook graph API?
By the poor way, you can use the Like Button to the desired URL, but with the label "Recomend".
The better way is to develop the application with some Authorization to post inside the user's feed. By this way, you can use the Graph API to post inside user's feed.
If both ways are too time-expensive for you, try to use ShareThis.

How to like facebook community in iphone using graph API

I am developing a Facebook application on iPhone which displays feed from a community. I can access wall of the community using the Graph API using the link http://graph.developer.com/CommunityID/feed?
and also post comment & like for particular wall post using graph POST api http://graph.developer.com/CommunityID_WallpostID/comments? & http://graph.developer.com/CommunityID_WallpostID/likes?
Now my problem is to "Like" the community first, which I was not able to find in Facebook's documentation
Has anyone successfully implemented this using graph API or other API?
Thanks in Advance,
As of now Facebook doesn't allow you to like anything apart form posts through Graph API. We actually had a work around using webview to display Facebook Like button.
You can refer to this great post by Ray Wenderlich at http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app
and customize your like button at http://developers.facebook.com/docs/reference/plugins/like-box
Hope it helps.

Could you pls tell me, How to add facebook pages via API using PHP SDK?

I have not yet found solution to add facebook pages dynamically. Could you pls tell me, How to add facebook pages via API using PHP SDK?
Simply you can't add/create Facebook pages through Graph API.

What can we do with facebook api in iphone application?

I want to use facebook api in my iphone application. I know that we can post to walls with facebook api but i have no idea about other features like :-
edit profile
send messages
add friends
get friends information etc.
So can anybody give me details about all the things we can or cannot do with facebook api ?
Here is a non-Facebook.com explanation of what the API can do:
http://en.wikipedia.org/wiki/Facebook_Platform
Check out the Facebook-ios-sdk.
The top level readme gives a good overview of the features.
https://github.com/facebook/facebook-ios-sdk