Quantcast
Channel: Active questions tagged news-feed+facebook-graph-api - Stack Overflow
Viewing all articles
Browse latest Browse all 60

Not getting news feed from facebook any more

$
0
0

I am using the following code to get the news feed from facebook-

NSString *urlStringFacebook = [NSString stringWithFormat:@"https://graph.facebook.com/v2.2/me/home?format=json&&access_token=%@&&limit=90",[[FBSession activeSession] accessTokenData]];

 NSMutableURLRequest *request = [NSMutableURLRequest requestWithURL:[NSURL URLWithString:[urlStringFacebook stringByAddingPercentEscapesUsingEncoding:NSUTF8StringEncoding]]];

    [request setHTTPMethod:@"GET"];
    NSHTTPURLResponse *response;
    NSError *error;

NSData *responseData = [NSURLConnection sendSynchronousRequest:request returningResponse:&response error:&error];

I have tried with different limit and different FB version. Sometimes I get 3-4 feeds sometimes zero. It is happening only from 2 days before that I was getting news feeds. Please help me.

Thanks


Viewing all articles
Browse latest Browse all 60

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>