Created
December 2, 2014 05:15
-
-
Save Sinceretear/4d17fed08717f15a36b8 to your computer and use it in GitHub Desktop.
RedditKit Error
This file contains hidden or 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
client = RedditKit::Client.new 'myredditusername', 'myredditpassword' | |
client.signed_in? | |
Error message: | |
RedditKit::RequestError in PagesController#home | |
RedditKit::RequestError | |
Ive also tried. | |
RedditKit.sign_in 'myredditusername', 'myredditpassword' | |
same error occurs | |
def home | |
@user = RedditKit.sign_in 'myredditusername', 'myredditpassword' | |
end | |
home.html.erb | |
<%= @user %> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment