MySpace Open Platform

A Place For Developers

Welcome Developers!

in

Welcome!

in

Browse by Tags

  • Fix for myspaceapi.py (python SDK)

    Around line #297 if resp.status is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body needs to be changed to if int(resp.status) is not 200: raise MySpaceError('MySpace OAuth API returned an error', resp) return resp.body resp.status will come out...
    Posted to MySpaceID (Forum) by Joey on 04-22-2009
Page 1 of 1 (1 items)