-1

Possible Duplicate:
.NET XBox Live Account API

I'm looking into how to get a Xbox Live member's presence (i.e. Not Online, Online playing _).

The only way is to be signed into Xbox.com, visit the player's page, and scrape some text from a div. http://live.xbox.com:80/en-US/MyXbox/Profile?gamertag=example Seen here:

<div id="CurrentActivity">
     Call of Duty Black Ops - In Combat Training on Summit
</div>

Is there a way to sign into http://xbox.com with a script or otherwise find a player's current status?

Xbox Live does have an API, but it's not an option due to it's very hard to get in.

Community
  • 1
  • 1
Drew
  • 1
  • 1

1 Answers1

0

I am afraid that the API is the only way to go. The reason why Microsoft do this, is that it is a security issue for its customers if you can know who is or is not signed in - so you need to go in via the API which complies with the customers privacy settings.

iandotkelly
  • 9,024
  • 8
  • 48
  • 67