Hi mark, We have a Python library which can be used with all Google Data APIs:
http://code.google.com/p/gdata-python-client/ The library contains a set of core modules which can be used with any Google Data services and a set of extension modules which add convenience methods for dealing with specific Google services (Google Calendar, Google Base, etc.). It doesn't have specific modules for OpenSocial APIs just yet, but you should be able to use the core library to do whatever you need. To see an example of using the core to access a service, take a look at this file: http://gdata-python-client.googlecode.com/svn/trunk/tests/gdata_tests/service_test.py It shows how to use the gdata.service module to interact with Picasa Web Albums even though the library doesn't have Picasa specific classes yet. If you get stuck, please let me know. Happy coding, Jeff On Nov 2, 11:57 am, mark <[EMAIL PROTECTED]> wrote: > hi guys > is there a python client for the API for open social? > cheers > mark --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/opensocial-api?hl=en -~----------~----~----~----~------~----~------~--~---
