Well, we aren't getting an error message. The orkut shows to the user a message asking her/his permission to send the activity, but we give the permission and the activities don't show up. Our xml is here: http://www.sisgol.com.br/faleSobreMim/openSocial/faleSobreMim1.xml And this is our function to send the activity: function enviaAtividade(titulo, corpo, prioridade) { // ENVIAR MENSAGEM PARA OS AMIGOS AVISANDO QUE FOI ATUALIZADO O CURRICULO var params = {}; params[opensocial.Activity.Field.TITLE] = titulo; params[opensocial.Activity.Field.BODY] = corpo; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity, prioridade, function(){}); }
Thanks in advance. On 9 mar, 08:16, Vijaya <[email protected]> wrote: > HI Ricardo, > Activities should be working fine in 0.7. > Can you please explain what the error is and also include the url of > your app spec or a snippet of the code where you send the activities? > > Thanks, > Vijaya > > On Mar 6, 8:15 pm, Ricardo <[email protected]> wrote: > > > I have two apps in the orkut container. Both them send activities and > > neither are working. This version of the opensocial has any problem? > > Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

