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.

Xcode 4 is the main development tool for developing software under Mac OS X, targeting Mac OS and iOS.

learn more… | top users | synonyms

0
votes
0answers
33 views

Mobile Facebook comments view length clipped short

I'm using a template HTML file within my iOS App containing a single placeholder #ALIAS. I load the file into a string, search and replace the holder and then load into my UIWebView. The Facebook ...
0
votes
0answers
48 views

Error: HTTP status code: 400 i am getting this while posting data on friend face book wall?

I am selecting the my face book friends in my app i want to post some text data on my friends wall as i pressed the done button when i pressed the done button i am getting this this error.Error: HTTP ...
0
votes
0answers
56 views

Facebook share title and description not shared using addThis ( ios )

i am new in ios .I am making facebook integration in my project.When i am going to share url,title,description to my facebook wall URl only shared,title and description not shared.Please can anybody ...
2
votes
2answers
903 views

fb like button code not working

I have tried all of the options for inserting code to get a facebook like button on a clients website and it doesnt show up, can anyone help me with a simple code that will make the button work, the ...
0
votes
0answers
111 views

IOS, Facebook keeps opening in webview instead of Safari

I am integrating Facebook to my iOS application and have followed all the steps from this link. But when I try to login the user, it keeps opening up the sign in page in a UIWebView instead of opening ...
1
vote
1answer
210 views

Publish Feed with SSO in Facebook (IOS)

I am working on Facebook integration and trying for Single Sign-On with publish feed functionality. I am using latest FacebookSDK. I have Facebook's Hackbook example code but, i am new to all this so ...
0
votes
0answers
49 views

facebook SDK for Xcode 4.0?

I am using Xcode 4.0 for iOS development. I want to integrate to social media(fb, twitter, linkdin), for facebook they(http://developers.facebook.com/docs/getting-started/facebook-sdk-for-ios/3.1/) ...
0
votes
0answers
163 views

Is there a bug in HelloFacebookSample?

I made a small change on the HelloFacebookSample from facebook SDK samples. I've just added a tab bar and a navigation bar. The tab bar displays a page with only a button (I'll call it main button). ...
0
votes
1answer
231 views

Facebook Scrumptious sample app won't build

I did exactly what they do in the video. However, when I get to the scrumptious app and try to build/run it, mine fails. It says: "Parse Issue. Expected a type." Here are the three lines that it ...
1
vote
1answer
1k views

How to get users data from Facebook using Xcode 4

I'm doing an App and I want to allow users to register from Fb, so, I thought of getting name, email and gender from Facebook, but cannot find a way to fetch the data, if anyone could help. Here's an ...
0
votes
1answer
327 views

Unable to launch facebook using iPhone Apps

I am integrating facebook to my iphone application. for that I downloaded FacebookSDK and included it into my project. I dont know where I went wrong, as I got below error when I lauch facebook ...
0
votes
1answer
279 views

Facebook Photo Upload Quality

Just to be sure it's not my code that's messing things up, I just downloaded and installed the new Facebook iOS SDK 3.0 Beta, and I tested the photo upload in the HelloFacebookSample and even though ...
3
votes
1answer
2k views

Getting friends list from facebook order by name using graph api?

I am getting the friends list by using graph api.I have searched a lot for getting the names in an order.Is there anyway(insted of sorting) for getting sorted names from graph api? Thanks in advance
-2
votes
4answers
2k views

Objective C, NSDictionary loop through each object

I am new to Facebook Developer. I want to create Mac OSX application using Facebook API. When i request FQL and its return me JSON data only like below: My Code: [self.result_text ...
0
votes
1answer
339 views

New fbconnect Api Errrors?

I am using fbconnect api in my application for images uploading on facebook wall.it works for me well about 2 months ago.but Now its not work for me,for this purpose i integerate new fbconnect api ...
0
votes
2answers
936 views

Facebook connect - integration into iOS application error

I am currently trying to integrate Facebook into my iOS application using Xcode. I am trying to follow the Facebook tutorial at https://developers.facebook.com/docs/mobile/ios/build/ yet when i try to ...
0
votes
0answers
112 views

Is there something missing from this tutorial?

I'm trying to follow this iOS Tutorial. I got down to the part where it says "Test your app." It says I should see something like this. But it didn't work. I just get a blank screen. Nowhere in ...
2
votes
1answer
764 views

Facebook SDK on cocoapods

It would be a great idea to get the iOS SDK working with cocoapods, a package manager for iOS apps. https://github.com/alloy/cocoapods It includes some popular libraries like ASI, Nimbus, etc. It's ...
1
vote
0answers
423 views

Unknown type name 'Facebook'

I just tried incorporating the FB SDK into my app as described online. I made it to the point where they say to test the app but I had 23 errors, most of which were parse issues that said unknown ...
0
votes
1answer
262 views

How to change Facebook accessToken to sessionKey?

IN new Facebook SDK, there is no FBSession, while in my app, I need to use sessionKey. how can I change accessToken to sessionKey?
6
votes
6answers
3k views

ShareKit changes?

I haven't used ShareKit much, but I want to have only three sharing options: Facebook, Twitter, and Email. ShareKit gives far more options, including a More button. However, I don't want the More ...