-
-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add twitter oauth provider #70
Comments
@anatolym - I have tried to add twitter once, but it wasn't as direct as I hopped. Don't recall details, but I think they don't even support oauth2 with 3-legs. All examples I have seen use oauth1 for twitter. If this is the case for real and not my misunderstanding - integrating Twitter as another provider can introduce some substantial changes to |
@umputun, it seems Twitter gave up on implementing OAuth2 protocol. They heave some weird 3-legged authorization which just doesn't make sense. Also this discussion with OAuth2 feature request https://twittercommunity.com/t/oauth-2-0-support/253 started 7 years ago and was closed with no explanation by Twitter stuff last December. |
yeah, this is what I thought. Kill it, we will be just fine without twitter auth. |
Alright. |
@anatolym - There is a thing in the same area of auth - avatar proxy. Right now it's keeping the original image as-is and then serves it to users from |
with https://github.com/go-pkgz/auth/releases/tag/v0.8.0 in place, we can finally have twitter auth |
@Reeywhaar - I have added twitter auth provider, but probably you have to do it on your side as well. |
@Reeywhaar - pinging. Twitter support in place on my side, but need it to be added to your list of providers
|
add twitter to the list of providers on frontend #70
In a new remark42 install, I would be glad to add twitter auth (even if I dislike Twitter as well as Facebook) but I did not understand on their developers page how to get it. A suggestion? |
https://developer.twitter.com/en/docs/basics/authentication/guides/access-tokens seems being the reply to my question. I hope so. |
I have succeeded to get API keys for Tweeter (previously I had to submit a form as a developer, do not laugh ! :) ) ...
|
I have added the missing info about twitter to README as a part of 38e9dc9 |
Thanks. Glad to see I guessed the code correctly, but by induction, it was quite easy. :) |
I'm gonna add Twitter OAuth provider to the project. This issue is for tracking progress.
(following the Umputun's comment #64 (comment))
The text was updated successfully, but these errors were encountered: