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 newest version of Xcode (released Sep. 19, 2012), an integrated development environment (IDE), developed by Apple Inc. Xcode is used to product software applications such for Mac OS X and iOS.

learn more… | top users | synonyms

0
votes
1answer
33 views

Post to Facebook and twitter when one button?

can someone please help me out, how would I connect facebook and twitter up to the same button? So for example someone has written a status update, and with a one button press it sends it both to ...
0
votes
1answer
31 views

Facebook iOS SDK FRAMEWORK_SEARCH_PATH

I am using Facebook iOS SDK 3.5 in my ipad App. I added framework, setup everything and everything is working fine. But when I copied my project source code to some other place other than where it is ...
2
votes
2answers
52 views

Facebook “via appname” not clickable on profile feed

I have an application which uploads link and photos to facebook. I have linked it to my app facebook page in app settings at developer.facebook.com. There are two scenarios. 1) When i upload a link ...
0
votes
0answers
66 views

FaceBook Share image set user edit disable

my app that share image on Facebook. that work fine but i want to disable user inter face with post. So user can`t modify My initialText is this possible ? if ([SLComposeViewController ...
0
votes
0answers
281 views

iOS App (XCode) post to Facebook, Twitter, LinkedIn via URL doesn't work

We are developing an app with sharing features. (Post to Facebook, Twitter and LinkedIn). We do not want to use the plugins, import classes or do coding too much so we decided to use a URL for each. ...
0
votes
3answers
206 views

Logout of Facebook in app using Facebook ios SDK

I have integrated Facebook login in my app and therfore user can login with both my app account and also Facebook and do corresponding actions.For Facebook integration I have added Facebook SDK.Now ...
0
votes
1answer
49 views

Social.Framework deleted from project target BuildPhases

I m doing Facebook integration with my project.But accidentally Social.Framework and AdSupport.framework got deleted from project's Build Phases.How can I get them back.Is there a way to add them ...
0
votes
0answers
158 views

“request time out” error in video sharing on facebook using iphone app

i am using this code to share video on Facebook and it shared small video successfully but when i tried to share large video file like 50 mb or 100 mb using this code it gives the "request time out" ...
0
votes
0answers
50 views

Can we still post to facebook wall in Facebook SDK 3.1

The post in scrumptuous posts post to me/fb_sample_scrumps:eat What about if I want to post to wall instead of to me/fb_sample_scrupts:eat? Also why I have to create action first? What about if I ...
0
votes
0answers
90 views

Where can I find list of Publish and Read Permission in Facebook?

I searched all over the web and it's somewhat hidden. Here is one: https://developers.facebook.com/docs/concepts/login/permissions-login-dialog/ It only shows list of permissions. Nothing tells ...
-2
votes
2answers
125 views

Post Image on Facebook using 3.1 SDK [closed]

Can anyone explain how to post image on Facebook wall using Facebook 3.1 SDK. Thanks,
0
votes
0answers
118 views

Sending Facebook app request through iOS Social.framework

I am using social.framework library in my xcode project of ios. I can share things on facebook wall through this framework but I dont know and didnt find the way to how to send the "facebook app ...
0
votes
0answers
36 views

Add Facebook like Subview “No Connection”

I have an NSNotification if the connection to a site is not available. Right now I give an uialertview to show the user that no connection to the internet is available. But I want to add a subview ...
0
votes
1answer
35 views

Facebook Dialogue box

i am trying to open Facebook login in safari from my application and I have done this successfully but after login when I click on the okay button then I got the below screen.I have also set App id in ...
-1
votes
1answer
312 views

Facebook integration using parse framework

I done Facebook integration using parse framework with my application so how can i add logout button as well as permission to the user below mentioned image is my application screen-short as well how ...
-1
votes
3answers
692 views

How to Upload Video on Facebook user wall in iOS 6 in XCode 4.5?

I am trying to upload video on facebook wall using this tutorial Link .when i run this tutorial source code in Xcode 4.5 it gives me the following Error 'FacebookSDK/FacebookSDK.h' File not found ...
2
votes
1answer
1k views

Facebook IOS SDK 3.1.1 with Xcode 4.5.2 error

I am new with Facebook SDK in iOS. Why I am get this error while build the project... I Just create a new project with basic step from ios tutorial for Facebook SDK.. Download Facebook SDK (I use ...
2
votes
1answer
399 views

Copying facebook-ios-sdk and configuring the Xcode project

I have gone through this document :Getting Started with the Facebook SDK for iOS v3.1 I have successfully configured my Xcode project by following it. But I want to do it without adding the ...
1
vote
1answer
986 views

facebookSDK 3.1.1 file not found

I use XCode 4.5 I downloaded the SDK 3.1.1 from https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.1.1.pkg and then I import the framework by dragging first and it does not work so ...
0
votes
1answer
765 views

Linker command failed with exit code 1, XCode 4.5, Facebook SDK 3.1

I'm trying to integrate the Facebook SDK into my xcode project, and I've sort of hit a stumbling point. After some research, I tried making sure I had the latest version of the FacebookSDK, as those ...
0
votes
0answers
355 views

How do I resolve this architecture - device mis match?

I have an iOS app that I originally built in xcode 4.3.2. Today, I opened it with Xcode 4.5 and updated the facebook SDK to 3.1. Everything was fine, it built and ran on the ios6 simulator. BUT, it ...
2
votes
1answer
211 views

Linker error: CFHTTP request methods in libShareKit.a on Xcode 4.5 and ShareKit 2.0

I try to intergrate the sharekit 2.0 into my app and installed the new ShareKit 2.0 as a Submodule in my local Git repository. I think I've followed the install instructions properly, but I'm getting ...
0
votes
1answer
312 views

Posting images from camera roll to facebook in xcode 4.5

I've got some functionality set up. But I'm lost on where to go from here. I can probably figure out what to do with facebook once I know how to actually use the images. I tried saving the image ...
10
votes
2answers
5k views

Facebook SDK for iOS6/Xcode 4.5 not working [duplicate]

Possible Duplicate: file is universal (3 slices) but does not contain a(n) armv7s slice error for static libraries on iOS, anyway to bypass? Recently upgraded Xcode and my iOS devices to ...