Facebook Api - Authorise giving 400:bad request error - facebook

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.

Related

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

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

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.

Linkedin invalid redirect_uri with ionic.io

I am trying to add Linkedin authentication with ionic.io following the official tutorial. The tutorial doesn't mention the redirect_uri due to which I have left it as blank. But when I try to login using my Ionic app on android, an error occurs. What is the correct redirect_uri to use in ionic.io application. The linkedin error goes like this:
Invalid redirect_uri. The value must match a URL registered with the API key.
After running the app in debug mode, I finally figured out the redirect_url and its working fine. The redirect url is:
https://api.ionic.io/auth/integrations/linkedin

Facebook App: Firebase Simple Login URL error

I am trying to make my first app using Facebook login and the Firebase Simple Login. I am running the system locally on http://localhost:8000/. The error I am receiving upon clicking the login button is below.
"Given URL is not allowed by the Application configuration.: One or
more of the given URLs is not allowed by the App's settings. It must
match the Website URL or Canvas URL, or the domain must be a subdomain
of one of the App's domains."
I have tried running it on a production facebook app and a facebook test app as well as added URL redirects and website platforms following other forum post I have seen, but nothing is working for me. Anyone have any suggestions?
I discovered in the Firebase documentation that https://auth.firebase.com/auth/facebook/callback must be input into the Valid OAuth redirect URIs under the advanced settings.
Recap of Facebook Test App Settings:
Under Basic App Settings:
Domain = localhost:8080
URL = http://localhost:8080
Under Advanced App Settings:
Valid OAuth redirect URIs [http://localhost:8080/ ; https://auth.firebase.com/auth/facebook/callback]
with newest version, Valid OAuth redirect must be set as : https://.firebaseapp.com/__/auth/handler

Sharing with facebook using Sharekit giving Application Response Error

I am using share kit to integrate facebook and twitter in iphone application. I want to share text message to Facebook and twitter. On facebook I am getting "Application Response Error The post's action links must be valid URLs. You can see this because you are one of the developer of the app.
In case twitter I am getting message in Alert "Authorize Error Your SHKTwitter config is incorrect.You must set your application type to browser and define a callback url. See SHKConfig.h for more details".
and No message is shared on both facebook and twitter.
When you register your application at twitter developer site .. chosse your application type to browser not client and also provide callbackurl.. like this http://example.com you can provide your company url or what u want.
This error
set your application type to browser and define a callback url.
is because of application setting