Closed okcxl3 closed 6 years ago
@okcxl3 please check twitter app settings https://developer.twitter.com/en/docs/basics/callback_url.html
@okcxl3 you need to define Callback URL
on twitter dev portal as:
twitterkit-%YOU_TWITTER_KEY%://
instead of twitterkit://
. For example:
twitterkit-UogNcEsnW5g44bIaFEWIM0e4w://
After I ran TwitterAuth.login(), the twitter authentication page did not open up. However, an error was thrown with the message "Error: Can not Load Account". Was this error caused due to invalid consumer key and secret? I had initiated TwitterAuth with my consumer key and secret with TwitterAuth.init({ twitter_key: 'LI8Dr0ysVMQNPGNqbL8DOXH4N', twitter_secret: 'lKZ3lidk7xguxnqaxu1xchZqQPTEkKJpJw898BcmBSYxlVumGK', }).