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'm using AddThis within iOS to share an image. Although everything else works (Twitter, email, etc.), as I try to share the image with Facebook, the application crashes. I setup the FB keys and secret as required, but after some debugging, this is the error that comes up:

[FBRequest initWithSession:graphPath:]: unrecognized selector sent to instance 0x268b10

Any idea on how to solve this?

Thanks in advance!

share|improve this question

1 Answer

up vote 2 down vote accepted

Finally, the problem is solved!

I was able to solve it by removing every Facebook file inside the folder ThirdPartyLibs/FBConnect except for the folder FacebookSDK. The problem was that the code inside this folder (ThirdPartyLibs/FBConnect) was "hiding" the valid code inside the FacebookSDK folder and there was a repeated FBRequest header that did not have initWithSession:graphPath:

I hope that this might help anyone that runs into the same issue. ;)

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.