Are there going to be any updates to make this compatible with 6.x? I really, really would love to get this module working on my site.
Are there going to be any updates to make this compatible with 6.x? I really, really would love to get this module working on my site.
Comments
Comment #1
Chris CharltonI'm interested in helping with a D6 & D7 port of this module. I applied for a CVS account.
Comment #2
MAT87 commentedAny updates available on this?
I would really like to use this! :)
Comment #3
Chris CharltonThis is a brain dump... I'm posting links about the API and anything I found relevant. There is a SteamCommunity API group available at: http://steamcommunity.com/groups/scapi
Sample group URL - http://steamcommunity.com/groups/counterstrike - RSS feed: http://steamcommunity.com/groups/counterstrike/rss
Unofficial Steam Community API (PHP Class) - http://forums.steampowered.com/forums/showthread.php?t=617408 and http://forums.steampowered.com/forums/archive/index.php/t-617408.html
Steam Web API Documentation - http://steamcommunity.com/dev
Steam Web APIs available
API Output Formats
All API calls take the form http://api.steampowered.com///v/?key=&format=
.
Format can be any of:
- json - The output will be returned in the JSON format (default)
- xml - Output is returned as an XML document
- vdf - Output is returned as a VDF file.
Steam OpenID Provider - Steam can act as an OpenID provider. The Claimed ID format is: http://steamcommunity.com/openid/id/
Steam Web API Terms of Use - http://steamcommunity.com/dev/apiterms
PHP Steam community API class - http://www.livebythegun.com/article-PHP_Steam_community_API_class-3016.html
Sample events RSS feed URL - http://steamcommunity.com/id/USERNAME/rss?type=events