Hello all,
I am having problems completing my Twitter Bot. I can query mentions but cant reply to it. Any form of updating status is giving 401 unauthorize.
Also when I query for a single status. The in_reply_to_status_id is always false.
Note I am using Tweepy.
Thanks
Is your app permissions set to Read & Write? Are you using a Bearer Token or an access token & Secret? What endpoints are you calling and with what kind of authentication? (without posting your actual keys)
Hello Thanks for the reply.
First I am using tweepy to connect to Twitter Api. It works fine for list of mentions tweet. But replying to the tweet or updating status is not working. Thanks
Did you try again after resetting your keys and making sure the permissions are Read & write? is it still the same error? Or was it resolved?