简体   繁体   中英

Error when login with a Facebook app

I am trying to develop a fb app. It shows me a error message when I try to log in with the app.

API Error Code: 191 API Error Description: The specified URL is not owned by the application Error Message: Invalid redirect_uri: Given URL is not allowed by the Application configuration.

app domain:www.abc.def.com

site url :http://www.abc.def.com/

Canvas URL:http://www.abc.def/fbapp/

check your redirect_url

The redirect_url must contain the Site URL or Canvas URL as defined in your App Settings. If one has a trailing slash the other must too.

You will find that this is the most common solution to this problem.

Facebook API error code 191 also Facebook API error 191

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM