+[2015-10-05T23:00:06Z]wolfman2000Impaloo: if I'm understanding this correctly, I can do a POST call to github on my before_install call to set to pending, and then hook it up with an after_build or after_build_fail call? +[2015-10-05T23:19:28Z]Impaloowolfman2000: sure +[2015-10-05T23:19:41Z]Impaloobut don't reinvent the wheel +[2015-10-05T23:21:47Z]wolfman2000Impaloo: not trying to. However, appveyor doesn't provide support for this from what I can tell. so unless/until they add automatic support, I have to add the hooks. ...I'm just not fully seeing how. +[2015-10-05T23:22:03Z]wolfman2000No offense: I know there is an API. It's not clear to me how to call the POST command and correct URL.
but there's also just a cronjob you set to whatever you want
+[2015-10-06T01:00:20Z]wolfman2000Impaloo: okay, finally got curl to complete a call with a personal encrypted token. However, I am not seeing my pull request showing the API call as pending. Only Travis is up, not Travis and custom API +[2015-10-06T01:13:06Z]terabytehey +[2015-10-06T01:13:12Z]wolfman2000evening +[2015-10-06T01:15:44Z]terabytein the github oauth flow, I've blindly accepted the need for the "state" variable to prevent certain attacks, but I'm not clear, who generates that variable and where should it be stored? So for example in an angularjs app where the app only wishes to authenticate the user, is it the clientside angularjs that should generate the nonce word, or should a call to a backend api be made, and stored +[2015-10-06T01:15:44Z]terabytein a server signed cookie?