According to Eldad's comment in the issue: https://github.com/appwrite/appwrite/issues/410#issuecomment-1030484754
"Twitter OAuth 2.0 still supports app-only scope and not the user one, which is the one we need @ Appwrite."
It's hard for developers to use appwrite as BAAS who may want to integrate twitter OAuth in their app as it adds unnecessary user flow of email signup.
Will it make sense if we integrate OAuth1.0 until twitter make changes to their OAuth 2.0 as a workaround??
I think other opensource alternatives like supabase are doing this.
Not really because we only support oauth2
That said, they might support oauth2 now: https://developer.twitter.com/en/docs/authentication/oauth-2-0/user-access-token
You're welcome to submit a PR to add the provider
Cool thanks @Steven , I would surely love to work on this. Shall I create an issue first and then start working???
It seems a major roadblock for me to build my latest project TwitterGPT using appwrite.
I'm really looking forward to it! Looks like this issue has already brought up, but I don't know what's the current status yet https://github.com/appwrite/console/issues/389
you can use the issue listed by @igrir
Awesome @joeyouss just left a comment there.
Assigned
Thanks @joeyouss :))
Recommended threads
- [SOLVED] Appwrite 25.1.0 returns Invalid...
I've already opened an issue on GitHub, but somewhat it doesn't seem like GitHub is monitored very closely, so I'm leaving a bug report here on Discord as well....
- listRows result parsing issue
I'm using Appwrite Dart SDK "24.2.0". When I perform a listRows call in dart, I have this reponse in JSON: in " Future<models.RowList> listRows()" { "total" :...
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...