Facebook Tagging friends to the picture
- by Rajesh Dante
Below code tag only first uid then then its shows Fatal error: Uncaught OAuthException: (#100) Invalid parameter and can i use exact location for tagging.. as in below code x and y values are in pixel
$facebook = new Facebook ( array (
'appId' => FBAPPID,
'secret' => FBSECRETID
) );
$facebook->setFileUploadSupport (…