Questions tagged [facebook-feed]

62 questions
-1
votes
1 answer

How to get user name in response of request getting feeds of group in iOS application?

I implemented graph api for getting feeds in group as facebook document : FBSDKGraphRequest *request = [[FBSDKGraphRequest alloc] initWithGraphPath:@"/1600251423601292/feed" parameters:nil HTTPMethod:@"GET"]; [request…
ThangBM
  • 301
  • 3
  • 10
-1
votes
2 answers

Facebook Feed Dialog error 191

So, I'm trying to make Facebook Feed Dialog to work through Their API but had no success on it so far. I'm using Facebook Javascript SDK to do it, and the FB.ui method.