objective c - Facebook Like Button not working in iOS -


i'm integrating facebook button in ios application.

fbsdklikecontrol *likebutton = [[fbsdklikecontrol alloc] initwithframe:cgrectmake(10, 5, 60, 20)]; likebutton.objectid = @"http://www.facebook.com/pages/....."; [view addsubview:likebutton]; 

& after tap like button crash app throw...

error :-

+[fbsdkbridgeapirequest checkprotocolfortype:scheme:]: unrecognized selector sent class 0x10da385e8

i've checked facebook doc, i've not found solution.

can me?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -