1

I've built the code from this tutorial and it worked fine. But today the application asked me to aprove some unknown permissions(but i didnt add any permissons or anything else to my code) and showed error message after I clicked "ok" button:

Error detected in Appname. Please try again later. API Error code: 100 API Error Description: Invalid parameter Error Message: Requires valid redirect URI

What wrong with it? Where this redirect URI should be set?

PS: onCancel method of DialogListener is been calling during the error.

Update: I've found the issue on facebook bug tracker.

Artem Chilin
  • 392
  • 2
  • 11

1 Answers1

0

"Enhanced Auth Dialog" should be disabled in application settings to solve the issue.

Removing the Facebook application updates could also help.

Artem Chilin
  • 392
  • 2
  • 11