[orkut-developer] Re: Not able to create Activity

2008-09-19 Thread Viveka
You won't be able to call opensocial APIs from ASP/PHP programs. See http://groups.google.com/group/opensocial-orkut/browse_thread/thread/2e90eadb34057918/fb8e5fc91a60efef?hl=en#fb8e5fc91a60efef; On Sep 18, 8:07 pm, Javediq143 <[EMAIL PROTECTED]> wrote: > Hi All, > > I've successfully created one

[orkut-developer] Re: Not able to create Activity

2008-09-18 Thread KC Jagadeep
Create activity function postActivity(nut, friend) { var options = ["Gift1", "Gift2"] var pic = friendspicturevarible; var title = 'Gifted ' + globalFriends[friend]; var params = {}; params[opensocial.Activity.Field.TITLE] = title; params[opensocial.Activity.Field.BODY] = 'give a messag