gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

i'm using correct client_secret parameter

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

problem in completing facebook app

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

gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

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

gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

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

gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

problem in completing facebook app

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
gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

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

gurtej singh
Posts: 0
Joined: Fri Feb 08, 2013 11:22 am

problem in completing facebook app

Image

this is result of developer tool result

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

problem in completing facebook app

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

Return to “Issues”