5

My app built on spring-social-twitter which allows users to connect with Twitter is not working.

I have an error message like below:

“The signed API request returned an error. HTTP Error 403. API Response from Raw Provider: Callback URL not trusted for this client application. Approved callback URLs can be adjusted in your application settings.”

The documentation on twitter callback urls (Callback URLs | Docs | Twitter Developer Platform) was not a big help to me.

I entered as a callback URL: https: // mydomain / twitter / callback

However, it still doesn’t work.

Please what should I do to correct this?

1 Like

I’d check if spring-social definitely uses this url and not some other one by default - Is this URL publicly reachable (not localhost)? and is the url definitely configured in https://developer.twitter.com/en/portal/projects-and-apps ?

1 Like

1-Cette URL est-elle accessible au public (pas localhost)?
2-et l’URL est-elle définitivement configurée dans https://developer.twitter.com/en/portal/projects-and-apps ?
Réponse: 1 = oui; 2 = oui

1 Like

I specify that my application which allows users to connect with Twitter is not working.

I have an error message like below:

“The signed API request returned an error. HTTP Error 403. API response from raw provider: Untrusted callback url for this client application. Approved callback URLs can be adjusted in your app settings.

The documentation on twitter urls callback (https://developer.twitter.com/en/docs/apps/callback-urls) has not been of much help to me.

I entered as a callback url: https: // mydomain / twitter / callback

However, it still does not work.

Please what should I do to correct this?

1 Like

This doc suggests the callback URL should look something like this: https://example.com/connect/{providerId} which would probably be https://example.com/connect/twitter

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.