Hi,
I have had two bots active for a bit now, both under the same developer account, yet Tweeting from separate Twitter accounts.
I have added a third App to my developer account and wrote a 3rd bot. When I post a Tweet using the credentials of the 3rd app, the Tweet gets sent out on my 1st App’s timeline instead of the correct one.
I didn’t have this problem in the past and I am certainly using the credentials for the new app.
Thanks for your help.
1 Like
The access token determines what account you are making calls on behalf of. The first part of an access token is the Twitter User ID, followed by - and then some random characters - so you can identify what account an access token belongs to and use the appropriate one.
The access tokens generated on the developer portal are ALWAYS belonging to the app owner.
To generate ones for other accounts, follow:
3 Likes
Thanks for the response, the link posted after “you can use…” leads to a dead end. Do you have an updated link?
1 Like
oh, that’s just the forum preview, see the full post in here: Multiple bot accounts
1 Like
system
closed
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.