How can I get the AccessToken of the user-bound Twitter?
In a plugin, you can get the user’s twitter UID by using something like:
User.find_by_username("testuser").user_associated_accounts.find_by(provider_name: "twitter")&.provider_uid
5 Likes