XF 2.0 An error occurred while connecting with Twitter

KSA

Well-known member
members who sign up using twitter are not able to sign in, it gives Oops! We ran into some problems.

I tried to run a test and I get this error.

An error occurred while connecting with Twitter. Error: <?xml version="1.0" encoding="UTF-8"?><errors><error code="415">Callback URL not approved for this client application. Approved callback URLs can be adjusted in your application settings</error></errors>
 
The "no valid connected account request" error is very likely related to either your board URL being wrong (or more specifically, you accessing through a URL that differs from it) or an issue on the server that is preventing your session from being maintained.

Twitter, they has become more strict in terms of callback URLs. You'll need to ensure your callback URL in the app settings is <your_site_url>/connected_account.php or it will not work.
 
The "no valid connected account request" error is very likely related to either your board URL being wrong (or more specifically, you accessing through a URL that differs from it) or an issue on the server that is preventing your session from being maintained.

Twitter, they has become more strict in terms of callback URLs. You'll need to ensure your callback URL in the app settings is <your_site_url>/connected_account.php or it will not work.
It is set to that.

Seems to be working now. Sort of.

What happens if we change our developer accounts and so API keys?
 
Top Bottom