Working implementations or examples of @accounts/oauth-twitter #1127
-
I've managed to get a login with Google button working on my site using the example here. My next task is to implement a Log in with Twitter button but I'm struggling to find any good examples of how to set it up (including the frontend requirements) using the Does anyone have any good examples or could anyone give me any pointers please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Using the same approach as the Google button, I managed to get the Twitter one working too, though I had to add an additional getRequestToken method to my class. If anyone is reading this and wants to know specifics, get in touch. |
Beta Was this translation helpful? Give feedback.
Using the same approach as the Google button, I managed to get the Twitter one working too, though I had to add an additional getRequestToken method to my class. If anyone is reading this and wants to know specifics, get in touch.