originally posted in:BungieNetPlatform
Hi. So I'm developing a destiny progress tracking service (etc), I'm doing it in Python and I'm using private endpoints. I've been able to setup login w/ PSN, but wasn't able to do so with X-Box. I tried [url=http://bungienetplatform.wikia.com/wiki/Authentication]the script from the wiki[/url], though it doesn't try to get bungleatk and neither response nor request objects there seem to have it (and without it private api calls don't work).
Are there any developers who did it in python? And what might be the problem?
Thx.
-
Did you ever get this to work? I'm working on a personal update python program (so no worries about credentials as it only ever has mine and runs on my gear)??? I'm still a bit lost with it.
-
First, i don't know how happy people will be if they have to type their username and password in a random page, so, keep that in mind. i would recommend to either do a plug-in like the tower ghost plug-in, or do something where you can take the user to a browser page and let Sony or Microsoft handle the login and just wait for the redirect to Bungie.net and get the token from there.