Originally posted by **dellwatson** September 8, 2024
Hi, on appkit we can add social login, but i have usecase on my app that i want to add twitter feature or other feature that requires credentials for interacting with their api
for eg: I want to post tweet from my app using twitter api, hence so I need my app to login auth 2.0 by twitter to get credentials (access token) to use that in my api xhr system.
now, is this possible to get that access token with wagmi? if not, can you guide me what should i do in this stage? should i still develop with another provider login then?
Discussed in https://github.com/orgs/WalletConnect/discussions/5341