You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I just discovered this today and took a while trying to get this script working with the Google Apps Script layout in 2021 (also using it for the first time too!). Because of this I'd like to suggest the revised readme.md - though I have not had the chance to modify the script to send the correct Deployment IDs in the url.
Reading the OAuth1 Callback Url section helped me to find the callback url to use in the Twitter Authentication settings page.
2. Configure your Google Script
Click here to copy the Twitter RSS script into your Google Drive by going to Overview > Make a copy in the sidebar.
Replace the placeholders for TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET near the top of the file with the keys you took note of.
Replace the placeholder for SCRIPT_PROJECT_KEY with the value from Project settings in the sidebar.
Add https://script.google.com/macros/d/SCRIPT_PROJECT_KEY/usercallback as the callback URL in Authentication Settings > 3-legged OAuth in Twitter app settings. Add any url as the Website Url.
3. Deploy the Twitter RSS Feed generator
Go to Run and an email will be sent to your google account's email address with a link to twitter to grant the app the necessary permissions. If you don't get the email, you can get the link from the Execution Log.
After clicking that, do Run -> Start again and you’ll get an email with links to some sample RSS feeds.
Go to Publish -> Deploy as Web App and choose Anyone, even anonymous under Who has Access. Click the Deploy button. The web app url is the feed url to use.
The text was updated successfully, but these errors were encountered:
Hi, I just discovered this today and took a while trying to get this script working with the Google Apps Script layout in 2021 (also using it for the first time too!). Because of this I'd like to suggest the revised readme.md - though I have not had the chance to modify the script to send the correct Deployment IDs in the url.
Reading the OAuth1 Callback Url section helped me to find the callback url to use in the Twitter Authentication settings page.
2. Configure your Google Script
Overview > Make a copy
in the sidebar.TWITTER_CONSUMER_KEY
andTWITTER_CONSUMER_SECRET
near the top of the file with the keys you took note of.SCRIPT_PROJECT_KEY
with the value fromProject settings
in the sidebar.https://script.google.com/macros/d/SCRIPT_PROJECT_KEY/usercallback
as the callback URL inAuthentication Settings > 3-legged OAuth
in Twitter app settings. Add any url as theWebsite Url
.3. Deploy the Twitter RSS Feed generator
The text was updated successfully, but these errors were encountered: