Skip to main content

All Questions

2 votes
2 answers
190 views

Using my FacebookAppID did not work in iOS

I want to use Facebook Api to get Facebook friends list. So, I create new app on Facebook and got AppID and give Bundle ID when I use that AppID and Bundle ID in my native iOS app and use api to get ...
Waleed Amjad's user avatar
0 votes
1 answer
276 views

How we can retrieve third_party_id of facebook in ios

I want to retrieve third_party_id of the Facebook's user in my ios application using Facebook SDK. Currently i am trying this [FBSession openActiveSessionWithPublishPermissions:@[@"basic_info", @"...
Mihir Mehta's user avatar
  • 13.8k
0 votes
1 answer
2k views

Fetch friends contacts-mobile/phone number from facebook in ios

In my application, I need to fetch the facebook friends contact details such as mobile number/phone number, email address, etc from the user account. I am able to fetch the list of friends of the user ...
RAJA's user avatar
  • 1,214
1 vote
0 answers
215 views

How to get public photos JSON of any user - not necessarily in your friend list - using Graph API of Facebook search at a particular Location?

I want to integrate Facebook Graph Api for location based photo search to get all the public photos post URL in a JSON file. When we search, for example, "Photos taken in Bhubaneswar, India" on ...
Babuli's user avatar
  • 157
4 votes
1 answer
1k views

How does the Facebook "profile" access request provide age information?

I was looking up the Facebook docs on permission arrays, and understand that in order to obtain an user's birthday information it must be explicitly requested via user_birthday. However, I noticed ...
daspianist's user avatar
  • 5,426
0 votes
1 answer
1k views

Facebook FQL Stream Table - News Feed Unreliably Sorted

I'm using FQL to get the user's news feed. The query is: SELECT post_id, actor_id, target_id, message, description,type,like_info,attachment, comment_info,created_time, share_count FROM stream ...
benjih555's user avatar
  • 931
0 votes
1 answer
1k views

Application Request Limit issue (Occuring Random with Random Scenarios)

I have tried raising this concern on Facebook/Support/Bugs but they said I should post implementation issues here. I have read it everywhere and it seems to be quiet open issue till now. I am not sure,...
Reno Jones's user avatar
  • 1,979
0 votes
0 answers
103 views

FQL permission troubles for certain users

I'm writing an App where users can post some of their photos. I'm therefor saving the object_ids of the photos and try to show them to another user. In most cases it works fine, but in some cases None ...
melbic's user avatar
  • 12.1k
1 vote
1 answer
1k views

FQL does not return all news feeds

I am using FQL to retrieve all of my news feeds (recent 50 or 30-days according to the documentation ). However, i am getting back only few feeds and not everything for the past 30 days. Does any one ...
user598789's user avatar
3 votes
3 answers
662 views

How to use FBTestSession

I am building a native iOS app that will allow the user to sign into Facebook and 'like' Open Graph objects. I'm trying to write unit tests for my code that does the built-in likes. I created test ...
initlaunch's user avatar
0 votes
1 answer
2k views

FBRequestConnection class method not found

I am trying to run a Facebook multi-query as instructed by the tutorial on the Facebook developer's site for FacebookSDK for iOS, below is the code I have in my iOS app: -(BOOL) FBGetFriendList { ...
Hoo Qing Yu's user avatar
3 votes
1 answer
3k views

FQL in the SDK 3.0 Beta for iOS

I cannot find the requestWithMethodName method anywhere in the new 3.0 Beta SDK for iOS. Did you guys drop it and if so, how are we supposed to send fql queries to the API now? Or were those ...
Sebastian's user avatar
  • 2,943