Reputation: 4264
I am using ShareKit 2.0 (installed via cocoapods) to post text and image to facebook from my iOS app.
The problem is it gets stuck in an inifite loop of opening the facebook app, there it displays the autorization page for the app but with the message that it is already authorized.
I added the URL scheme for my fb id to the info.plist, I also added the app delegate methods like in the ShareKit wiki.
What can I do about this?
Thanks, Mark
Upvotes: 2
Views: 366
Reputation: 4264
So the problem was ShareKit isn't compatible with the latest Facebook iOS sdk, which was installed by cocoapods due to no version appended to the dependency. That should now be fixed, so clear your Pods and do pod install again.
Upvotes: 1