Facebook Plug-in
Please check there are no JavaScript errors http://docs.appery.io/documentation/d...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Please check there are no JavaScript errors http://docs.appery.io/documentation/d...
We'll test and inform you.
Hi Ruth,
Please post the full error text (click on the request with error and choose 'Response').
Most probably you send invalid data to Facebook. The first error is preaccess_token=undefined/pre
{
"error": {
"message": "Invalid verification code format.",
"type": "OAuthException",
"code": 100
}
}
This is the latest error message I am getting on the after log-in page.
{
"error": {
"message": "This authorization code has expired.",
"type": "OAuthException",
"code": 100
}
}
Ruth,
Please check the parameters you send (access token): http://stackoverflow.com/questions/14...
Make sure you get the token.
Please see the latest error I am receiving.
I have Matched the url that facebook redirects to with the settings service.
I have added my ID and secret to the settings service.
I added the JS to have the missing button show
Everything else was set by the plug-in.
Please let me know is it something I have done or is it the plug-in
{
"error": {
"message": "This authorization code has expired.",
"type": "OAuthException",
"code": 100
}
}
Any update on this issue?
Hello,
Sorry, but we need more time.