Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Showing warning message when shareing on facebook in iPhone app

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.

like image 243
Harun Sagar Avatar asked May 09 '12 06:05

Harun Sagar


1 Answers

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.

like image 144
Vilém Kurz Avatar answered Oct 11 '22 18:10

Vilém Kurz