Showing warning message when shareing on facebook in iPhone app

facebook-sharer, ios, sharekit

Solution

You are probably using old, obsolete original ShareKit. You might want to try ShareKit 2.0, which is maintained and updated.

edit:

The new shareKit has a lot of changes when you compare it with original, so it is wise to re-add it from scratch, and CAREFULLY follow the new install guide. If you experience this same error even after setting up ShareKit 2.0, it is a sign that you are still using old obsolete version of FBConnect (facebook-ios-sdk). In this case make sure, that you use the new one - it is in Submodules/facebook-ios-sdk folder.

Problem

I am a new ios developer. I have creating an iPhone application where i want to use "Sharekit" Framework. To do this i have complete all setup which is described in share kit documentation. But when i want to share then the showing the following message "ERROR:This endpoint has been deprecated.To temporarily reenable it,you may disable the "august_2012" platform migration. It will be disable permanently on August 1,2012." I do not know what i miss. Please help me. Thanks in advance.

Original source