Page 2 of 2

problem in completing facebook app

Posted: Fri Feb 08, 2013 1:51 pm
by gurtej singh

i'm using correct client_secret parameter


problem in completing facebook app

Posted: Fri Feb 08, 2013 2:08 pm
by Maryna Brodina

There is a typo in cllient_secret request parameter - there is an additional "l" letter.
Should be client_secret


problem in completing facebook app

Posted: Fri Feb 08, 2013 5:44 pm
by gurtej singh

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
}
}


problem in completing facebook app

Posted: Fri Feb 08, 2013 5:52 pm
by gurtej singh

next error
{
"error": {
"message": "An active access token must be used to query information about the current user.",
"type": "OAuthException",
"code": 2500
}
}


problem in completing facebook app

Posted: Fri Feb 08, 2013 6:49 pm
by gurtej singh

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
}
}


problem in completing facebook app

Posted: Fri Feb 08, 2013 10:30 pm
by Kateryna Grynko

Hello!

Do you send access_token when sending request?
This documentation may be helpful:
http://help.gotiggr.com/documentation...

  1. Make requests to the Graph API

problem in completing facebook app

Posted: Sat Feb 09, 2013 6:39 am
by gurtej singh

Image
check out every thing is correct but developer tools shows result which u can check out
http://project.tiggzi.com/mobile-fram...


problem in completing facebook app

Posted: Sat Feb 09, 2013 6:43 am
by gurtej singh

Image

this is result of developer tool result


problem in completing facebook app

Posted: Sun Feb 10, 2013 1:42 am
by maxkatz

Select the item in red, you will get a chance to see the error message returned by Facebook.