I installed the plugin Facebook Publishing and entered the following info in to the Service "FacebookPublishing_Settings":
client_id
client_secret
redirect_uri
The redirect_uri is: http://appery.io/app/view/3bec7239-f4...
and I've tried: http://appery.io/app/view/3bec7239-f4...
and also: http://appery.io/app/view/3bec7239-f4...
When I go to the Service "FacebookPublishing_GetToken" and go to the Test tab and click Test I get the same response for each URI as follows:
{
"status":"400 Bad Request",
"url":"https://graph.facebook.com/oauth/acce...",
"response":{
"error":{
"message":"redirect_uri isn't an absolute URI. Check RFC 3986.",
"type":"OAuthException",
"code":191
}
}
}