JavaScript is required to use Bungie.net

Forums

originally posted in:BungieNetPlatform
originally posted in: HFCS As You've Never Seen It Before
9/15/2014 7:29:23 PM
7
It's all okay being inspired by this. But not knowing how you programmed this is torture.
English

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • get list of users for each user: - insert user into graph (xml tree) - get their followers - insert each follower into graph - insert each follower to user edge into graph end

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • So you're running a program that interacts with the Bnet platform? Did you get the list of users by requesting the data via a program?

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Yes and yes.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • This might seem like a stupid question, but can requests be sent via a console application in Visual Studio? How does one make a request? I'm guessing I need to know Bungie's web server IP. Oh God. Please don't tell me I have to filter out HTTP protocol text. I had to make a client that worked for several HTTP protocols which all had different message templates.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • A C# console app in VS is actually how I did it ;). You'll also probably be interested in [url=https://github.com/dazarobbo/BungieNetPlatform]this[/url].

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • Does [url=http://pastebin.com/x0CGBNkx]this[/url] look acceptable to you? I've also tried port 443 to no avail. I've looked through the BnetPlatform on GitHub but don't understand what I should be writing through the stream.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • You should really be using HttpClient instead. It's also a bit more involved than what you have there; you'll need to specify a path and not just the hostname, for example.

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

You are not allowed to view this content.
;
preload icon
preload icon
preload icon