Facebook Login with easysocial: URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings - joomla3.5

I am working on joomla 3.5 to integrate facebook login using a package named EasySocial.
All of my credentials like appId and Secrete are correct but I cant get rid of the above error message.
I am trying to test the functionality on subdomain v2.temarinet.com
What would be the solution for this. What could be the valid url for this.
I have tried
https://v2.temarinet.com/index.php/temarinet-social/
https://v2.temarinet.com/index.php/temarinet-social/
https://v2.temarinet.com/_oauth/facebook?close
Help please. I also attached the screenshot of my facebook app.

I finally found a solution after hours of trying. The valid oauth route for Facebook Login on Joomla using easysocial is
https://example.com/index.php/register/oauthDialog/facebook

Related

Facebook Login - URL Blocked - Can't add new redirect URI's

I have a website that uses the Facebook Login feature successfully and it still works as we speak. But I want to use the same facebook app on another website using the same keys etc...
But for some reason, even though I have added the correct URI's into the OAuth part of the Facebook page, I still get:
URL blocked: This redirect failed because the redirect URI is not
white-listed in the app's client OAuth settings. Make sure that the
client and web OAuth logins are on and add all your app domains as
valid OAuth redirect URIs.
Does anyone have any ideas on where I can start to find out why Facebook isn't accepting these new urls?
Okay, it seems to be working now - perhaps was a timing issue which was wierd because it updated straight away on previous sites.
Thanks again for the help though WizKid!

linkedin invalid redirect_uri

invalid redirect_uri error occured in facebook , linkedin ,google+ logins after adding the social login in the magento my website url is http://www.jobixstore.com/
can anyone let me know what to be add in the following
Authorized Redirect URLs:
Default "Accept" Redirect URL:
Default "Cancel" Redirect URL:
It may help to read up on how OAuth 2.0 works with LinkedIn's APIs. More information can be found here: https://developer.linkedin.com/docs/oauth2
In a nutshell, your Magento platform has to have a "listener" endpoint somewhere that LinkedIn will redirect to. I would hope that if you are using a plugin with Magento of some sort, that it would make it clear to you what the callback value should be.
If you are developing your own OAuth code, you would be free to create whatever endpoint you wanted to receive the token back from LinkedIn, and you would use that value in your application's LI configuration.

Facebook login with JavaScript SDK error: “This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings”

Description: I am developing ionic hybrid application with social logins(facebook,twitter and google+) using backendless. social logins are working in the desktop browser but not in real device. While debugging I got
URL Blocked: This redirect failed because the redirect URI is not whitelisted in the app’s Client OAuth Settings. Make sure Client and Web OAuth Login are on and add all your app domains as Valid OAuth Redirect URIs.
These are screen shotsenter image description here
Problem: While registering our application with facebook they will ask for OAuth Redirect URL.There I have mentioned https://api.backendless.com/,http://localhost:8100/ionic-lab.
Social logins are working properly in desktop.When I run ionic application in android it will open backendless site with empty page, because for mobile also we should give OAuth Redirect UrIs since it is API key how could we give url for OAuth Redirect UrIs?
Please could anybody help me? I got struct since last 2 days..

Facebook Api - Authorise giving 400:bad request error

I am using Facebook API for posting message on facebook. I have created a app on developers.facebook.com then I used app_id over there and return url to authorize. but url fails
URL :- https://graph.facebook.com/oauth/authorize?client_id=[API_KEY]&redirect_uri=http://localhost:42485/FaceBookConnect.aspx&scope=publish_stream,manage_pages
This is throwing 400 error. I am using Facebook .net sdk.
I forgot to mention redirect url name in "Valid OAuth redirect URIs" at developers.facebook.com under your app setting.
The thing that messed stuff up for me was "Native Desktop App" MUST be off.

Facebook Application

I'm having a problem with my Facebook application, I got an error like this.
API Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
What are the best solutions for this error?
I assume you have the Website option active in your app settings.
Did you fill the site url there?
Thing is, if you own the site.com domain and specify it for your app, you will not be able to use a redirect url to othersite.com after login, or even domain.site.com. I think you need to specify if you are going to use subdomains.
Anyway, what sort of app are you trying to build? Is it a Canvas App? Does this error appear when you try to ask for permissions or login the user? In this case, just fill out the Site URL in your app settings page