iOS Facebook SDK - Some info
i get the facebook news feed from the requestGraphWithPath:andDelegate method. All ok, but one things isn't clear : how can i get the user's profile photo that post the feed? Every news has link,...
View ArticleProper way to get facebook story image?
Using the using the Facebook Graph API/SDK for iOS I'm getting the users News Feed with https://graph.facebook.com/me/home. Some of the news feed items return a "story":"xxx" in the JSON response, if...
View ArticleiOS5 - 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 ArticleiOS Facebook Newsfeed
I'm trying to get a users newsfeed JSON on iOS. I can't find anything in the documentation and I have found other posts related to this topic but they are all outdated. Any help would be appreciated!...
View ArticleFacebook iOS app Newsfeed UITableViewCell, how did they implemented it?
I need to implement newsfeed UITableView list (like in facebook app), and I wonder which UIKit components I should use. Do you know how (short overview) facebook iOS app implemented it? Should I use...
View ArticleNews feed retrieval in iOS
I am trying to access my news feed using the following code: me?fields=home When I access it in my iOS app, I can only retrieve a few posts. When I execute it in Graph API explorer to retrieve next...
View ArticleClick on a posted news-feed Facebook will open up my iOS app on iOS 7
I have an app on iPhone, that share a message on Facebook news-feed. It's ok. But when i open the Facebook app on the iPhone, and click on what i have shared in news-feed, it open up to my application...
View ArticleThumbnail in iOS SDK feed dialog not appearing (appears as "?")
The problem is that in the feed dialog - we see a ? for the thubmnail rather than an actual thumbnail image.Our application creates panoramic content which can be viewed on the web. On desktop/laptop...
View ArticleiOS facebook connect feed on wall
I am trying to post a feed on the fb wall using a new application with a certain API key, It's not posting anything on the wall, I have tried the same thing with another API key(other app) with the...
View ArticleFBConnect "via" link broken on feed posts from iOS app
I have an iOS app that is successfully posting to Facebook via the FBConnect SDK. I have registered the app in Facebook as a native iPhone app and filled out the required data (bundle ID, app store id,...
View ArticleFBConnect iOS: Post photo to feed with message every time
I am working on an iOS app that needs to post to either Twitter, or Facebook, or both, every N minutes. The post needs to include a photo and message. I have this woking fine for Twitter, however I'm...
View ArticlePublishing facebook new feeds in home
I'm using the Facebook SDK and, in general, it works fine. But when I publish a new feed it only appears on my timeline and not in my friend's news (their facebook homepage). So friends that want to...
View ArticleiOS SDK: Feed Dialog without authorize gets send to facebook home page
I ran into an interesting bug and just want to know if anyone did experience the same problem (since I couldn't find anything about it after 2h of google):I initalize the facebook SDK (newest Version...
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 ArticleFacebook iOS SDK dialog for feeds does not display properly
I am using Facebook iOS SDK's dialog method for feeds. I am setting, the name, caption, description, link and picture. When I display the dialog, the following display issues occur:The "Cancel" and...
View ArticleFacebook SDK feed own Timeline only, not on friend's News Feed
I have some problems understanding Facebooks API. I managed to send feeds (with a "link" and "picture") to my own Time Line, but I want them to appear on my friend's News Feed. Only without using...
View ArticleApp icon not appearing on user feed at via [APP NAME]
I am successfully posting an image to user's feed with "me/photos" from my iOS app I develop. It appears on the feed, and also the text below that:Like · Comment · Share · 7 minutes ago via [APP NAME]...
View ArticleUnable to post to facebook feed through IOS sdk
I am currently having issues making a post to user's wall through facebook API. I've requested permissions "read_stream" and "publish_stream". I am able to log in and get the user's first name, but...
View ArticleApp name not linking to Facebook app page after posting to a users feed
I am using the Facebook iOS SDK to post to a users feed:NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys: @"http://www.somewhere.com/page", @"link",...
View ArticleFBWebDIalogs generates 'An error has occured' when trying to post a feed in iOS
I'd already implemented an App both on FB and iOS that published updates to the users timeline using the Feed Dialog. This was working as intended up until a few months ago, when most users started...
View Article