dimdenGD / OldTweetDeck

Returns old TweetDeck, for free!
MIT License
1.81k stars 114 forks source link

'Link another account you own' doesn't work #259

Open kyrk083 opened 1 month ago

kyrk083 commented 1 month ago

image

'Link another account you own' doesn't work. Instead of the login screen, this window opens (see attached picture) and it doesn't work anymore. I'm using Chrome. and version is OldTweetDeck 3.6.4.

staticanimal commented 1 month ago

this issue occurs on 3.6.4 as well. using firefox dev 127.0b4.

Scoobywya commented 1 month ago

Seems to be happening for everyone, i'm sure he is working on a fix.

katabame commented 1 month ago

I can confirm. TweetDeck calling https://twitter.com/teams/authorize?authorize_callback=https%3A%2F%2Fx.com%2Fweb%2Fsuccess.html but getting 400 Bad Request due to domain difference I think.

@dimdenGD possibly can fix by editing L75293 on bundle.js

- baseUrl: `https://${location.hostname}/teams/authorize`,
+ baseUrl: `https://x.com/teams/authorize`,
dimdenGD commented 1 month ago

location.hostname is x.com already

mrnasil commented 1 month ago

<a href="#" class="js-log-in-account txt-size--13 padding-hxl txt-line-height--40">{{_i}}Link another account you own{{/i}}</a>

List: Accounts https://x.com/i/api/graphql/xxxxxxx/GroupDetailDelegateQuery?variables={"groupId":"xxxxxxxx="}&features={"responsive_web_graphql_timeline_navigation_enabled":true}

Add Delegate: https://x.com/i/api/graphql/xxxxxid/useAddMemberModalMutation_add_Mutation

payload

{"variables":{"userId":"xxxxx","delegationGroupId":"xxxx","selectedRole":"Admin"},"queryId":"xxxxxid"}

archeruwu commented 6 days ago

Can the people having the issues in this thread try the latest release? Dim pushed a fixed that might fix, no guarantee though.

skmtkytr commented 6 days ago

redirect loop?, Rate limit exceeded

GoldenLumia commented 5 days ago

I'm also getting a "Rate limit exceeded" return upon trying to add another account.