originally posted in:BungieNetPlatform
View Entire Topic
Hello all,
Can anyone point me to any good tutorials for a beginner using the API?
As a starting point I will be looking to authenticate using PSN and retrieve basic character/player stats from bungie.net.
I've looked around and haven't been able to find much in terms of a tutorial.
I plan on doing this in C#.
Thanks
Matt
English
-
Have you read the [url=https://www.bungie.net/en/Clan/Post/39966/85087279/0/0]introduction [/url]of the API? Authentication: http://pastebin.com/pQTH7WR7 Yes it is written in PHP but should be easily converted to C#. API endpoints: https://www.bungie.net/Scripts/platform.lib.min.js That should be a great starters kit Rick