I have generated the access_token by using the URL provided by GitHub. I am able to do all the GET operations on the api with the URL. What i really wish to do is the POST operation. I wish to create an issue from my Rails app.
Every time i try to do that, i get a 401 unauthorized access by GitHub despite the fact that i am sending the access_token
in params on this URL.
I have also tried it with these gems :: Github V3 API and Octopi
There are other questions similar to this, but the solution has not been found it seems.
EDIT :: I wish to add title
to create an issue