OAuthException 100 redirect_uri not identical
-
I have WordPress installed into a folder. When I added the API keys, installation was successsful, but Site URL was pointing to the folder not my home.
I kept getting following the error, because of the above:
{"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}}
To fix this, I had to edit all my facebookall plugin files and replace all occurrences of site_url() with home_url().
I suggest the next version either:
- uses home_url()
- has an option in the settings that asks if the installation is in a folder
- checks the database options table for a difference between the option values of siteurl and home
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘OAuthException 100 redirect_uri not identical’ is closed to new replies.