Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

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

Can some guide me how we can fix this error .Thanks

share|improve this question
Download SDK from facebook developer website. – user1025285 Dec 1 '12 at 11:20
Thanks let me checked it. – Bob Apple Dec 1 '12 at 11:22
Link Available for below. thanks – user1025285 Dec 1 '12 at 11:28
developers.facebook.com/docs/getting-started/… – user1025285 Dec 1 '12 at 11:29
Have you please checked the source code there for yourself beacause after adding the sdk it successfully loging to facebook but did not upload video. – Bob Apple Dec 1 '12 at 11:47

3 Answers

up vote 1 down vote accepted

Check the Following Things:

  1. Add FacebookSDK.Framework or FBiOSSDK.Framework

    Link For SDK

  2. Import FacebookSDK/FacebookSDK.h

  3. Verify the Framework in Added in Build Phases.

share|improve this answer

Have you included FacebookSDK framework ?

share|improve this answer
There is no FacebookSDK framework when i make search in framework libraries. – Bob Apple Dec 1 '12 at 10:54
1  
you have to add FacebookSDK to overcome this issue . – frank nirania Dec 1 '12 at 11:02

For ios6,no need to add FacebookSDK it has in-build library . ADD Social.framework and Accounts.framework.using SLComposeViewController you can share image,url,text.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.