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
Post a Comment