gitstar icon indicating copy to clipboard operation
gitstar copied to clipboard

Some repos give error for starring?

Open cmdcolin opened this issue 7 years ago • 0 comments

Running on https://git-star.netlify.com/

{
   "data":{
      "addStar":null
   },
   "errors":[
      {
         "message":"Although you appear to have the correct authorization credentials,\nthe `freeCodeCamp` organization has enabled OAuth App access restrictions, meaning that data\naccess to third-parties is limited. For more information on these restrictions, including\nhow to whitelist this app, visit\nhttps://help.github.com/articles/restricting-access-to-your-organization-s-data/\n",
         "type":"FORBIDDEN",
         "path":[
            "addStar"
         ],
         "locations":[
            {
               "line":2,
               "column":3
            }
         ]
      }
   ]
}

cmdcolin avatar Jan 04 '19 09:01 cmdcolin