Hi! I'm trying to find the best way to extend OpenSocial to override methods, to implement for example the opensocial.requestSendMessage method (by default it returns a NOT_IMPLEMENTED response error in the provided callback function). Looking at the Shindig source I can see an easy way by adding a new feature which references to a js file with my own method implementations (for opensocial.requestSendMessage and and others) and making this new feature depends on the "opensocial-0.8" feature... but then I need a new name for my new feature and I need to maintain the "opensocial-0.8" feature name... so this will not solve my problem. I couldn't find any documentation on how to do this, does anybody know any clear and fancy way?
thanks a lot! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Implementing OpenSocial Containers" 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-container?hl=en -~----------~----~----~----~------~----~------~--~---
