Twitter integration not working

FrankPereiro

Active member
Hi there, sorry, it's me again...

This time I'm trying to integrate Twitter to my new forum but I get this error:

Code:
Could not retrieve a valid Token response from Token URL:
<?xml version="1.0" encoding="UTF-8"?>
<hash>
<error>This client application's callback url has been locked</error>
<request>/oauth/request_token?oauth_consumer_key=XXXXXXXXXXXXXXXXXXX&amp;oauth_nonce=97ff7c01fd298a4a1c2d7a92194455d0&amp;oauth_timestamp=1471804255&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_version=1.0&amp;oauth_callback=https%3A%2F%2Fplanetabeisbol.com%2Fadmin.php%3Ftools%2Ftest-twitter&amp;oauth_signature=ixSub0vyWR3ky8vdLFuHg5pp17w%3D</request>
</hash>

I have no idea...:(
 
Last edited:
This wouldn't be a bug, this is likely a configuration issue.

Just spotted this setting at https://apps.twitter.com when editing an application:

upload_2016-8-21_20-10-14.webp

You have a couple of choices here:

1) Uncheck the checkbox and disable callback locking (as above)
2) Leave the checkbox checked and change the callback URL to match exactly the correct callback URL.

The exact correct URL to enter for this board would be:

https://xenforo.com/community/register/twitter
 
Top Bottom