Skip to content

Commit

Permalink
Moving example off to twittergo-examples project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Roomann-Kurrik committed May 7, 2013
1 parent df2f5ca commit fc2542b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 173 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ To send an authenticated request:

## Examples

**examples/twitter.go** - A three legged example which uses Twitter's API.
[github.com/twittergo-examples/sign_in/main.go](https://github.com/kurrik/twittergo-examples/blob/master/sign_in/main.go) - A three legged example which uses Twitter's API.
To run, cd to the examples directory and then run:

go run twitter.go -key=<TWITTER_CONSUMER_KEY> -secret=<TWITTER_CONSUMER_SECRET>
go run main.go -key=<TWITTER_CONSUMER_KEY> -secret=<TWITTER_CONSUMER_SECRET>

This will host a server on `localhost:10000` (use the `-port` flag to change the
port this runs on). Navigate to `http://localhost:10000` and then follow the
Expand Down
171 changes: 0 additions & 171 deletions examples/twitter.go

This file was deleted.

0 comments on commit fc2542b

Please sign in to comment.