Quote Originally Posted by infogate View Post
Sorry to say but it is just a token problem. Try to verify the token you get for your page is right here cause it seems you are missing something on the procedure.

But the errors that you get means you don't provide a confirmed token to the application.
Thanks.
I tried and this page gave error: Failed to parse URL
I am copying token directly from page loads by domain.com/facebook_authorization.php


for example

[name] => xxxxxxxxxxxxx
[access_token] => xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
[perms] => Array
(
[0] => ADMINISTER
[1] => EDIT_PROFILE
[2] => CREATE_CONTENT
[3] => MODERATE_CONTENT
[4] => CREATE_ADS
[5] => BASIC_ADMIN
)

[id] => xxxxxxxxxxxxx

I have replaced actual values with xxxxxxxxxxxxx here.

I have also entered same token and id to update_product page with other information. Not sure what I am still missing which causing this error.