Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reset Twitter Credentials? #3

Open
kurtawirth opened this issue Jun 13, 2018 · 7 comments
Open

Reset Twitter Credentials? #3

kurtawirth opened this issue Jun 13, 2018 · 7 comments

Comments

@kurtawirth
Copy link

I accidentally saved the wrong credentials and have had to re-enter my credentials every time I load botcheck. I've tried uninstalling/reinstalling botcheck to no avail. How might I reset those credentials and then save them properly?

Thanks in advance for your help!

@marsha5813
Copy link
Owner

marsha5813 commented Jun 13, 2018

Have you tried restarting your R session and repeating these steps:

consumer_key = "xxxxxxxxxxxxxxx"
consumer_secret = "xxxxxxxxxxxxxxx"
access_token = "xxxxxxxxxxxxxxx"
access_secret = "xxxxxxxxxxxxxxx"

myapp = oauth_app("twitter", key=consumer_key, secret=consumer_secret)
sig = sign_oauth1.0(myapp, token=access_token, token_secret=access_secret)

@kurtawirth
Copy link
Author

I have, unfortunately, many times. I go through that process every time I load RStudio because botcheck won't work unless I do.

@kurtawirth
Copy link
Author

Hey @marsha5813 - just wondering if you have any ideas here. I'm working on some original research using your tool (with citation, of course!) and this part is causing me a huge headache and probably would have to be fixed before use by anyone outside of myself. Thanks again for your help!

@mxmehl
Copy link

mxmehl commented Nov 1, 2018

Probably it's already too late for you, but httr asked me whether to cache the credentials in a separated file. You could check for hidden files in your working directory.

@kurtawirth
Copy link
Author

kurtawirth commented Nov 1, 2018 via email

@mxmehl
Copy link

mxmehl commented Nov 2, 2018

You're welcome! Did it work? If yes, please close the topic :)

@kurtawirth
Copy link
Author

kurtawirth commented Nov 2, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants