Tagged Questions
1
vote
1answer
29 views
Does Facebook API allow sending and accepting friend requests?
I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.
I would like to be able to send Facebook friend ...
0
votes
0answers
5 views
Facebook iOS SDK returns error “com.facebook.sdk error 4”
Today we started to get the following error when using the Facebook SDK for iOS to try and query some pages streams:
Error Domain=com.facebook.sdk Code=4 "The operation couldn’t be completed. ...
0
votes
0answers
13 views
Checkins does not show up on /pageid/checkins when checked in via SDK
I have developed an iOS app that allows users to checkin to my clients place of business directly without opening the Facebook native iOS app.
This is completed with the Facebook SDK method ...
2
votes
1answer
30 views
How do I tag Facebook friends in a post
Now it is know that we can not post on multiple friend's wall after Feb 2013, the other way around that I can think of notifying all friends or selected friends is tagging in some status update or ...
0
votes
0answers
40 views
iOS Facebook SDK “An active access token must be used to query information about the current user.”
I have a token but keep getting this error: "An active access token must be used to query information about the current user." Any help is appreciated :)
NSLog(@"TOKEN : %@",[[FBSession ...
0
votes
0answers
13 views
Source image size width is still 720px (May 2013) and not 960px
I have send photos from my iphone album to facebook yesterday (May 2013).
I have used the facebook graph API (or the API explorer) and the source width is 720px and not 960px as mentioned in the ...
0
votes
1answer
14 views
getting error while posting image on user wall using FBDailog in iOS
I was trying to post image on my timeline using FBDialog class.
I'm getting the final url as
...
0
votes
1answer
16 views
Invite a friend to app using Facebook Graph API
I'm trying to invite a friend to use my Facebook app, using the "apprequest" method, as described in this link: https://developers.facebook.com/docs/reference/dialogs/requests/.
However, only friends ...
0
votes
0answers
29 views
Retrieving Facebook check ins using iOS graph API - no data
I'm trying to use Facebook's Graph API to retrieve a list of checkins for myself from an iPhone application. I've requested a token and am able to access my profile information and a list of my ...
1
vote
3answers
44 views
Get Facebook friends attending an event?
How am I able to see which of my friends attend a Facebook event? I'm able to get a list of all attendees using the Facebook SDK, withGraphPath:@"eventId/attending/".
Is what I want even possible ...
0
votes
0answers
11 views
Facebook FQL request error
I'm doing some FQL requests from my iOS app. Sometimes error can occur in the response. I'm interested in knowing if the key NSErrorFailingURLStringKey that contains my FQL request will always be ...
0
votes
1answer
61 views
User image as Open Graph object - iOS
I am trying to create an Open Graph Object with user generated photo uploaded to the staging resources in order to post an Action with it. I am using the latest Facebook SDK(3.5) for iOS.
The code is ...
0
votes
1answer
30 views
Error trying to create Facbeook test user through API
I'm trying to create a Facebook test user with this URL:
...
0
votes
0answers
4 views
Blank data when Query with FQL
I'd like to query "my friend_id who like my status in latest 3 days"
I test this query with "Graph API Explorer", no problem.
but in iOS I received blank data ? What's wrong ?
NSString *query =
...
0
votes
1answer
29 views
How do I get a users friendliests?
So I am trying to get the friendlists of a logged in user through the graph endpoint "/me/friendlists". I have already added the extended permissions in the Facebook settings with read_friendlists. I ...
2
votes
1answer
78 views
error in using FBRequest to post open graph action in Facebook 3.5 iOS SDK
I am trying to publish an open graph action using the iOS SDK, using the following code:
[FBRequestConnection startForUploadStagingResourceWithImage:image completionHandler:^(FBRequestConnection ...
0
votes
2answers
78 views
How to Post to friend's Timeline
I am trying to post to a friend's wall, without any success
Error:
Error Domain=com.facebook.sdk Code=5 "The operation couldn’t be
completed. (com.facebook.sdk error 5.)" UserInfo=0xa799fa0
...
0
votes
1answer
33 views
Facebook videos & images in App
Hello want to extend a App which i'm building with facebook.
In this App i was thinking of a special page with only the facebook videos and also a special page which shows only the photos from a ...
0
votes
2answers
72 views
ios app crashes with no error and no crash report
I am currently importing all the facebook birthdays and inserting them in core data,then i sort them according to the latest bday's(fetching and sorting).
When i use facebook to sync and get all the ...
-2
votes
0answers
69 views
How to get all album photoes from my facebook account in iphone app using facebook api? [closed]
How to get all photos uploaded by a user using Facebook api xcode?
0
votes
1answer
60 views
How to know if my facebook friends have my app?
i have a huge problem that i think you might solve in a second. I've tried thousands of different codes, but i haven't succeeded in none of them, some were using an old Facebook SDK for instance. My ...
0
votes
1answer
36 views
Facebook graph api
Whenever I click anything with Facebook, a pop-up shows up "YOU HAVE ALREADY AUTHORIZED APP ", even everytime I login through facebook.Can I remove this popup. I am using facebook sdk 2.x for IOS.
0
votes
0answers
26 views
using FBRequestConnection and handling
I just started use Facebook IOS SDK 3.5 with storyboard. All I want to do is printing 1 in console first than 2. In my code, first 2 is printed than 1 coming next due to I cannot catch the connection ...
-2
votes
1answer
25 views
how to post route map on facebook not image [closed]
facebook is providing new feature to post route map and not image of map. i have checked their documentation and I found this code but i am getting much what to do
they have given this kind of code
...
0
votes
1answer
67 views
facebook login works on iphone simulator but not on iphone device
In my app, I want to take photos from the facebook. so i used facebook ios sdk. i can be able to authorize from the below code:
if (appDelegate.session.isOpen) {
//[appDelegate.session ...
0
votes
2answers
24 views
pre populating comments fields in facebook iOS
Can anybody let me know how can we pre populate the comments fields on Facebook from within the app.I am using Facebook SDK3.2.I can set the pictures, captions, name etc.But I couldnt find the message ...
0
votes
0answers
27 views
getUser() only working on localhost
So I have an iOS application that is validating user information by taking the access token and sending it off to the PHP server that uses the Facebook SDK to get user information. When this PHP setup ...
0
votes
0answers
56 views
facebook comments box in ios app
Is there any library to implement facebook comments box into an iOS app? I don't want to use comments plugin in uiwebview since I need to create/modify/destroy comments based on facebook object id. I ...
0
votes
1answer
58 views
How to pass FBGraphUser object to appDelegate
I am quite new to the FB SDK and iOS development in general. I am trying to pass the FBGraphUser object to the app delegate and then use it later in another view. My app connects to FB correctly and ...
0
votes
0answers
72 views
Facebook Graph API call not loading friend's pictures
I am new to iOS and Facebook API. I have learned from a lot of tutorials but some things are still not clear to me. This is my first real FB/iPhone app.
In the master view, I first login
- ...
0
votes
1answer
122 views
Getting facebook friends profile pictures the fastest way - iOS
I am trying to get my friends pictures with FBConnect,
The requested URL is:
pictureURL = [NSString stringWithFormat:@"https://graph.facebook.com/%@/picture?width=50&height=50", [data ...
0
votes
0answers
23 views
iOS Facebook SDK include links on photo caption
I'm trying to achieve including a link inside a photo caption. The result should be like this:
But I can't figure out how to include the link at the bottom. Also, is there a way to include several ...
-1
votes
0answers
12 views
Facebook ios sdk report inapp content
Ive been struggling for days trying to find a way to report content with the Facebook sdk.
Is there any way at all to report comments, posts, photos etc to Facebook with the Facebook iOS sdk? I can ...
1
vote
1answer
61 views
Facebook GraphApi stuck in login success page
I have integrated facebook graph api is several applications but recently I have encountered a problem, while I have Secure Browsing enabled in my Facebook Profile -> Privacy Settings -> Security, and ...
2
votes
1answer
49 views
Login through iPhone facebook Graph API in drupal site
I am developing one application for iPhone , backend is drupal , now drupal 7 facebook sdk allows them to direct login into drupal site from facebook api , is there anykind of mechanism in iPhone ...
0
votes
2answers
67 views
How to set User read permission on FBLoginview in ios?
i using facebook SDK and using FBLoginView for login to facebook and i got a basic user information , but i need to some more permission like Emailid,BirthDay ,how to add permission.
Thanks
0
votes
2answers
36 views
What is the correct way to NULLIFY i.e. remove a key in FaceBook API
I have an event with the "end_time" facebook key set. I know want to remove the end time for the event. What is the correct syntax ? Samples i've tried shown;
NSDictionary *params = [NSDictionary ...
0
votes
1answer
26 views
Retrieving and displaying third party Facebook statuses in iOS app
I'm new to Facebook development and I'm running into trouble with what seems like it should be an easy task. I am building an iOS app for a client, and that client wants to display a number of their ...
1
vote
1answer
77 views
facebook login Error while user has enabled secure login - iPhone
I am working on an application which uses FB login. For login from faceBook I am using FBGraph and it works fine if users have disabled secure login in their account, but if user enables the secure ...
0
votes
0answers
65 views
facebook graph api - publishing an action without using backend server
I am using this code for my facebook request, which posts an image as well as text to the user's feed:
My question is, how can I add a parameter for location? I followed this tutorial: ...
0
votes
0answers
32 views
Unknown error facebook graph api iOS
I am trying to fire a request using graph api with the following path /me/?fields=friends.fields(photos) but I keep getting body = {
"error_code" = 1;
"error_msg" = "An unknown ...
0
votes
1answer
84 views
How to parse the data of JSON response in objective c?
I got a JSON output in this link
I extracted the id in this output. (i.e)
419023188150340,
419023228150336,
419023278150331,
419023318150327,
419044998148159,
419045028148156
using the following ...
0
votes
1answer
47 views
Publish an image with text on facebook
I would like to post a feed on facebook by using fallback share. It should contain an image and a message. I have tried soo much by changing the params
NSMutableDictionary *postParams =
...
1
vote
1answer
150 views
Facebook: Get facebook messages for specific Date?
I wanted to get facebook's messages not Feeds. I've searched about it but did not find the solution.
I have also looked into FQL for the same but didn't find any useful things.
Is it possible to ...
0
votes
2answers
47 views
Facebook graph api and nested query
I am trying to get Friendlist details using Facebook iOS SDK using the below query:
if (FBSession.activeSession.isOpen) {
[FBRequestConnection ...
0
votes
2answers
2k views
SECURITY WARNING:"Please treat the URL above as you would your password and do not share it with anyone. in ios
I am working on app that contains facebook login .After login with face book I need to go to native application & app should display user name & image that was there in face book .But when I ...
-1
votes
1answer
22 views
How to get Categories in which user is interested Facebook Graph API?
i am using Facebook Graph API
FBGraphApi: https://graph.facebook.com/me/likes?access_token=AAAC8i7Jj25kBALQ....
and get following in response :
{ "data": [
{
"category": ...
0
votes
0answers
38 views
ios FB request sent but not shown on users wall
Duplicate of FB requests
I have already submitted that question but got no response yesterday so i am posting it again, I hope i will get some response.
Regards.
0
votes
0answers
25 views
Facebook image upload on a page working properly in simulator but not in device
When I run same code in simulator I get success Response for image post:
{
id = 248572435289479;
"post_id" = "244759709004085_248572441956145";
}
When I run in same code in ...
-5
votes
2answers
116 views
Posting a comment on friend's Facebook wall with an iOS SDK [closed]
i am new to ios development, i am struck with post a comment on ios application facebook account from ios app only. can you please guide me how to implement. thanks in advance.




