zhuowei / TweetbotLoginProxy

15 stars 0 forks source link

Tweetbot for macOS stuck on the welcome screen after redirection #2

Open n3d1117 opened 1 year ago

n3d1117 commented 1 year ago

Hi, awesome project! Got it to work for iOS first try.

However I'm having trouble getting it to work with the macOS version:

The JSON data is returned correctly (I can see oauth_consumer_secret_encoded, oauth_consumer_key_encoded etc in mitmproxy logs), redirection works but I can't get seem to get past the "Thank you for choosing Tweetbot" page:

Screenshot 2023-01-19 at 19 21 57

I'm using tweetbot:///request_token as redirect URI. Any ideas? Thanks

zhuowei commented 1 year ago

For Tweetbot for Mac, you probably want to just edit the API key in Keychain directly using KhaosT's method: https://notnow.dev/notice/ARhCJNmRteQve5dqK0

n3d1117 commented 1 year ago

For Tweetbot for Mac, you probably want to just edit the API key in Keychain directly using KhaosT's method: https://notnow.dev/notice/ARhCJNmRteQve5dqK0

Thanks but I could not get this to work. The script itself is working (return code: 0) but I'm still stuck on that welcome screen.