MitchellMcKenna / twitter-rss-google-apps-script

Google Apps Script to use Twitter API v1.1 to create RSS feeds of user's timeline, search results, user's favorites, or Twitter Lists.
61 stars 18 forks source link

OAuthConfig to OAuth1? #5

Open rickmastfan67 opened 9 years ago

rickmastfan67 commented 9 years ago

Any chance the script can be updated to work with the public OAuth1? Google shut down OAuthConfig ( http://googleappsdeveloper.blogspot.com/2015/03/changes-to-oauth-in-apps-script.html ) on July 6th 2015, which broke the script, which had been working perfectly for me since you had posted it.

Thanks again.

brownbl1 commented 9 years ago

+1. I think the switch to OAuth1 wouldn't fix this for long though from what this timeline suggests: http://googleappsdeveloper.blogspot.com/2015/03/changes-to-oauth-in-apps-script.html

I think moving to OAuth2 would make more sense at this point. It's probably a pretty straightforward change, but I'm not too familiar with the code, so if anyone wants to take a stab at it first, just comment here.

rickmastfan67 commented 9 years ago

I've been occasionally talking to Mitchell over on Twitter, and he says he has this about 75% fixed. So, hopefully in the next month or so, there will be a fix posted. :)