originally posted in:BungieNetPlatform
View Entire Topic
I've recently taken to learning some C# and figured I'd poke around with the Bungie API. Right now I am just using Json.NET and decoding objects as I request them. The issue I am running into is that if I query /{membershipType}/Stats/GetMembershipIdByDisplayName/{displayName}/ I am getting ErrorCode 217. This has been happening for the last few days. Is this endpoint not a good way to get MemberId anymore?
Thank you,
English
-
Edited by Spartain: 12/17/2015 9:51:53 PMThis error code is: UserCannotResolveCentralAccount btw, not sure if that helps. This is the endpoint that I use as well though, and it works for me. Just checked it again and it worked. Is it just your account that isn't working? Here is a sample request of mine that worked: /Platform/Destiny/1/Stats/GetMembershipIdByDisplayName/Spartain/ Edit: how many more times do you think I could use a conjugation of the word "work"? lol.