This documentation is now deprecated. Please see https://stripe.com/docs/connect/migrating for the latest documentation.
Thanks!
This documentation is now deprecated. Please see https://stripe.com/docs/connect/migrating for the latest documentation.
Thanks!
| require "rubygems" | |
| require "twitter" | |
| require "json" | |
| # things you must configure | |
| TWITTER_USER = "your_username" | |
| MAX_AGE_IN_DAYS = 1 # anything older than this is deleted | |
| # get these from dev.twitter.com | |
| CONSUMER_KEY = "your_consumer_key" |