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 link the Facebook to my project via Sharekit. I followed the steps on the install wiki but still face issues.

It gives me this error now:

'FacebookSDK.h' file cannot be found
share|improve this question
friend, better find some other ways, Share-kit methods of facebook integration are outdated. – MicRO Nov 19 '12 at 13:11
like what? tell me i try to integrate... – laksh Nov 19 '12 at 14:15
It is known problem: github.com/ShareKit/ShareKit/pull/533 Just wait for a solution – Nekto Nov 19 '12 at 15:25
it should work now, just pull latest commit. – Vilém Kurz Nov 20 '12 at 11:16

1 Answer

up vote 3 down vote accepted

As it is said on GitHub official page this should work:

  1. Re-installed SK (which may or may not have been actually necessary)
  2. cd to ShareKit directory
  3. git submodule sync
  4. git submodule update

For me worked reverting to previous commit:

git checkout -b beforeTargetCleanup 400df71204f48c3367982be2c1dc3158e2e23476

Fixed in 52cb63ed784532d0913a264f4a93843b95737392 commit.

share|improve this answer
Updated my answer with temporary solution. – Nekto Nov 19 '12 at 15:48
wow this worked – stackOverFlew Mar 17 at 13:53
(steps 2-4), i didnt do step #1 – stackOverFlew Mar 17 at 13:53

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.