ineffyble / tooter

Add 'Toot' and 'Share to Mastodon' buttons to the web
MIT License
77 stars 4 forks source link

Change to using chrome.identity API for getting OAuth token #16

Closed ineffyble closed 6 years ago

ineffyble commented 7 years ago

Current callback method fails on Firefox - looks like the big issue is mox-extension:// vs chrome-extension:// - either need to switch based on Browser, or look at using chrome.identity if suitable.