Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
The iOS developer program (formerly iPhone developer program) is the mandatory route to deploy iOS applications. Applications are uploaded on Apple's web site and distributed through the iTunes store.
0
votes
1answer
39 views
we are not getting all the posts from facebook
This is my query for getting the post
NSString *fqlquery= @"SELECT post_id,message FROM stream WHERE source_id = '100005146987508' limit 10000";
self.newurl=[NSString ...