forked from hotsh/rstat.us
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update twitter oauth_token and oauth_secret so that if we change, say…
…, twitter keys or permissions, the user's credentials that we use when we try to post will be the latest ones that they approved.
- Loading branch information
1 parent
843d66a
commit 6891866
Showing
4 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,7 +47,7 @@ def auth_response(username, options={}) | |
"user_info" => { | ||
"name" => "Joe Public", | ||
"email" => "[email protected]", | ||
"nickname" => username, | ||
"nickname" => options[:nickname] || username, | ||
"urls" => { "Website" => "http://rstat.us" }, | ||
"description" => "A description", | ||
"image" => "/images/something.png" | ||
|