I am developing mobile GitHub client and I need to generate personal access token from code, not from github website. It is Xamarin.Forms project so it is pcl and c#. I know there is a way because this https://github.com/jonan/ForkHub app doing this. Here is it done with python : http://kinto.readthedocs.io/en/stable/tutorials/authentication-github.html How I can do that?
↧