latest 4 messages by obfuscode

+ [2019-12-04T00:31:25Z] obfuscode Searching anything ABOUT GitHub is hard due to the fact that all the results just are about things ON GitHub and people seem to be pretty lackadaisical about mixing up "GitHub App" with "GitHub OAuth App"
+ [2019-12-04T00:29:13Z] obfuscode aphQL API support to GitHub Apps but I can't find any info on what needs to change or what I'm doing wrong
+ [2019-12-04T00:29:13Z] obfuscode Well I'm going down a rabbit hole trying to get my GitHub App to submit API requests to the GraphQL endpoint. I can submit it to the `api.github.com/app` and return data properly so I know my JWT is validating but pointing it to the `/graphql` just comes back as Bad Credentials. The GraphQL/v4 docs say it requires an OAuth token but I'm using a GitHub App JWT token. There's a blog post from Apr 30th saying they added Gr
+ [2019-12-03T23:38:57Z] obfuscode Is this the place to whine about API difficulties with the hope someone smarter than I can shed light on what I'm doing wrong?