XF 1.5 Twitter signup doesnt work

fritz

Member
I created a application for login, but when I enter consumer API keys (consumer key and consumer secret) in each field under Twitter integration in the admin panel and then try to use it, I get redirected to myurl/register/twitter?reg=1 and receive this message:

An unexpected error occurred. Please try again later.

This worked on my old forum, which was before Twitter changed the dev-environment. Am I missing something? Using XF 1.5.14

Thanks.
 
There should be entries in the ACP error log.

You can also enable debug mode in config.php to get a more detailed error.

PHP:
$config['debug'] = true;
 
Top Bottom