简体   繁体   中英

Generate personal access token from GitHub API via C# in Xamarin.Forms project

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?

问题是我看不到简单的单词,不需要客户端ID和密码,因此我使用了https://developer.github.com/v3/oauth_authorizations/#create-a-new-authorization,并且一切正常。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM