Open n3d1117 opened 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
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.
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:I'm using
tweetbot:///request_token
as redirect URI. Any ideas? Thanks