Skip to content

Commit

Permalink
changes for new Twitter dev site
Browse files Browse the repository at this point in the history
  • Loading branch information
hellogerard committed Apr 28, 2010
1 parent b7ea339 commit 291024d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Expand Up @@ -14,12 +14,11 @@ This code includes the TwitterOAuth library (version 0.1)
Setup
=====

1. Create a Twitter app at <http://twitter.com/apps>. Record the app consumer
tokens.
2. Authorize the app for your (or someone's) Twitter account. Record the
resulting OAuth tokens.
3. Create a Twitter list.
4. Configure the script with your data.
1. Create a Twitter app at <http://dev.twitter.com/apps/new>.
2. Record the app `consumer tokens` on the application detail page.
3. Record your `OAuth tokens` on the application detail page. (Or you can get someone to authorize the app and record theirs.)
4. Create a Twitter list.
5. Configure the script with the four tokens and the Twitter list name.


_see LICENSE for copyright and license info_
1 change: 1 addition & 0 deletions twitter_roll.php
Expand Up @@ -7,6 +7,7 @@

class TwitterListMembers
{
// The following four tokens can usually be found within http://dev.twitter.com/apps
const CONSUMER_KEY = ''; // your Twitter app consumer key
const CONSUMER_SECRET = ''; // you Twitter app consumer secret
const OAUTH_TOKEN = ''; // your Twitter OAuth token for this app
Expand Down

0 comments on commit 291024d

Please sign in to comment.