i'm using correct client_secret parameter
i'm using correct client_secret parameter
There is a typo in cllient_secret request parameter - there is an additional "l" letter.
Should be client_secret
i've corrected client_secret but still problem what redirect_uri i should use?
{
"error": {
"message": "Error validating verification code. Please make sure your redirect_uri is identical to the one you used in the OAuth dialog request",
"type": "OAuthException",
"code": 100
}
}
next error
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}
plz check out what is this error ,i've corrected client_secret parameter
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}
Hello!
Do you send access_token when sending request?
This documentation may be helpful:
http://help.gotiggr.com/documentation...
check out every thing is correct but developer tools shows result which u can check out
http://project.tiggzi.com/mobile-fram...
Select the item in red, you will get a chance to see the error message returned by Facebook.