Weplay for Developers
Developer FAQ
Welcome to the early-stage Weplay Developer FAQ. We’ll add to this as we field questions from you, so go ahead and ask us what you need to know..
How do I specify the format I want my API calls returned in?
There are two ways to specify format for API calls. You can add an extension to the end of the URL (e.g. http://www.weplay.com/api/v1/groups.json) or you can specify a format parameter in your post or query string arguments. (e.g. http://www.weplay.com/api/v1/groups?format=json). If you choose to pass it as POST or query params, don't forget to include that param when you create your OAuth signature.
