• HI There

    I works with your plugin which is great:) I managed to define Facebook and Google+ sync easily but for some reason it not works with Twitter.

    on my site, once I tried to login with Twitter i see the following error message:

    “Authentication failed. Either you have cancelled the authentication or Twitter refused the connection.

    Authentication failed! Twitter returned an error. 403 Forbidden: The request is understood, but it has been refused.
    403. Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings”

    However, at Twitter developers account within the App setting I cant update the given Callback URL – it throw an error “Invalid website url.” and direct to this documentation page: https://developer.twitter.com/en/docs/basics/developer-portal/guides/callback-urls where it state this:

    “Do not add query strings to your callback URLs in your Twitter app’s configuration
    Twitter will allow you to pass any standard query strings along with your callback URL in your oauth/request_token request. Therefore, we do not allow you to add query strings to the end of the callback URL that you list in the Twitter apps dashboard.
    Example:

    You want to use https://yourdomain.com?source=twitter as your callback URL
    Add this to the Twitter app dashboard: https://yourdomain.com
    Use this in your call to oauth/request_token: https://yourdomain.com?source=twitter”

    And I cant find anywhere on Twitter account where I can update this URL –

    So my question is where should I update the callback URL ?

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • I had the same problem yesterday.

    Log into developer.twitter.com (assuming you’re already registered).

    In the top right corner (beside the Dashboard link) hover over the drop down so you can see “Apps”. Click on Apps link.

    Once your twitter app appears, click on “Details”.

    You can then Edit the callback URL for your Twitter app.

    Good luck!

    Thread Starter yarone

    (@yarone)

    HI – Thanks

    But as I mentioned I already tried it, the issue is that within twitter app setting – once i tried to update the callback URL in it’s field it through an error that I can update only the base website URL without additional parameters. so I cant update the given callback URL (…..wp-content/plugins/wordpress-social-login/hybridauth/?hauth.done=Twitter)

    So.. where should I update it ?

    Thanks

    Hi,

    I have same problem. Any solution?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Twiiter login – Callback URL’ is closed to new replies.