Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook App-Application is misconfigured for Facebook integration

I am developing iphone app which shares photos on social networks.For photo sharing I am using "Sharekit".I have created Facebook App and using its api key and secrete.(used correct api key and secret.).

When I try to share image with this app(even simple text),the following error comes.(even the facebook login popup doesn't appear.)

"Sorry,the application you are using misconfigured for Facebook integration.Please download the newest version of the application"

I would have uploaded snap shot but as a new user Stack overflow is not allowing to upload image..Any help will be appreciated. Thanks.

like image 856
user1227896 Avatar asked Nov 04 '22 05:11

user1227896


1 Answers

apparently this problem was faced by me too.

Since i was using their old API methods.. it is really tough to find the cause now..

Although i have not used ShareKit..i believe it is also using the older methods.

I solved the problem by using their official tutorial on Facebook iOS integration

like image 144
Shubhank Avatar answered Nov 15 '22 12:11

Shubhank