Zenoxio 0 Posted February 6, 2014 Report Share Posted February 6, 2014 I just noticed 1.0 no longer works, so I'm moving to 2.0 but I'm confused. In 1.0 I could do something like this: require 'lib/wrapper.php'; $api = new XboxApi(); $api->format = 'json'; $api->timeout = 10; $profile = $api->fetch_profile("Zenoxio"); And then I could access like IsOnline() to check if user is online. So I started building something in 2.0, I started reading http://xboxleaders.github.io/get-started/ which says: Find a wrapper in your programming language of choice. Which links me to http://xboxleaders.github.io/wrappers/ Except the page is empty? There are no wrappers listed. I looked at other options (self-hosting) and it told me "to add 3 or more Xbox Live accounts to scrape the data" which makes no sense to me either. I never had to have Xbox Live accounts in 1.0. I'm really confused! Link to post Share on other sites
Zenoxio 0 Posted March 9, 2014 Author Report Share Posted March 9, 2014 Does anyone have any ideas? The Wrappers page is still empty, etc. Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now