jeveleth/dolley-madison

fuller instructions for using oauth

titaniumbones opened this issue · 4 comments

This may be individual ignorance, but I can't get the app to run with a personal access token generated accoding to the help docs and

GH_OAUTH_KEY='MYKEYHERE' php run.php 

in the root directory of the d-m repo.

could be user error on my end since I don't use oauth normally.

also: thanks!

Do you get any output or an error message? Also, are you passing in the username too?
EDIT: For example, what do you get back when you do the following?
curl -u username:token https://api.github.com/user

Hrm. Not sure what's going on here. I've tried both by setting the envvars in a .zshrc file and from the CLI (using a completely different user). Not sure why this issue persists for you. It could be the difference between my Mac and your Ubuntu box?