Instagram-PHP-API icon indicating copy to clipboard operation
Instagram-PHP-API copied to clipboard

modifyRelationship Is Error

Open rizkihape opened this issue 10 years ago • 1 comments

Hello

I have a error code, i dont know why, its make me angry if see it please help me, the code is

APP_KEY, 'apiSecret' => APP_SECRET, 'apiCallback' => OAUTH_CALLBACK )); // script where you want to use authenticated methods $instagram->setAccessToken("746725767.59088d5.bbc1b9ba482f47bfba2f93884453f79a"); $result = $instagram->modifyRelationship('follow', 1608280286); // Dump request status (success: 200) var_dump($result->meta); ?>

and the result is

NULL.

please tell me

rizkihape avatar May 11 '15 14:05 rizkihape

is your client id have permission? or can you success gets? for example user idenfies?

umutc avatar May 11 '15 15:05 umutc