I like to use sign in on my website with Twitter, Linkedin or Facebook account. Twitter and Linkedin are working proper. But I have a problem with signing in with Facebook.
I got the following error message: Invalid Scopes: offline_access.
Do you have a suggestion how to solve this problem?
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
After I've installed CB Connect 7.0.0, I still have problems with signing in with Facebook.
The error message is: URL blocking: This redirection failed because the referral URI has not been added to the whitelist in the Client OAuth settings of the app. Ensure that Client and Web OAuth logging on and add all your app domains as valid OAuth Redirect URIs.
I've used the callback url as given in the CB Connect plugin for Facebook and also set the Client and Web OAuth to yes.
You don't have the Callback URL supplied to "Valid OAuth redirect URIs" within your Facebook App > Settings > Advanced.
If you do have it supplied you probably have cross-domain issues. Meaning you're trying to use Facebook login on your domain with www, but you configured your application without www. This can also happen if you're trying to use it on https, but configured it to http. These social sites are extremely strict and you need to supply all the usages you intend to allow. So if you want with and without www then you must supply the callback url with and without www to "Valid OAuth redirect URIs".
You may also want to supply your domain in "App Domain" within Facebook App > Settings > Basic if you need to support multiple subdomains.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.