[orkut-developer] Re: Problem while creating activiy (permission denied)

2010-03-23 Thread fernando borges
Hi, I´m having the same problem, when it´s expected to be solved?
thanks.

On 22 mar, 11:03, Luiz Carvalho  wrote:
> Hi Shishir,
>
> I realized the change was suggested but the same mistake I made a
> video trying to eliminate a possible error of procedure 
> (http://www.youtube.com/watch?v=Ig3fmzCHF7A) , but it was not
> necessary, because the Prashant sent me a e-mail confirming that it
> really is a bug, he reported to the team, now is just wait ...
>
> Still, Thanks for your help!
>
> On 22 mar, 05:49, "Shishir Birmiwal (Google)"
>
>
>
>  wrote:
> > Hi,
>
> > You should be calling these APIs after the gadgets API has initialized.
>
> > Please register a callback with gadgets.util.registerOnLoadHandler(callback)
> > and call postActivity from the callback.
>
> > Thanks,
> > Shishir
>
> > On Mon, Mar 22, 2010 at 12:44 AM, Maximus mano 
> > wrote:
>
> > > Hi Shishir,
>
> > > I tried your code, but the result in same error:
> > > "There was a problem: forbidden: Create activitypermissiondenied."
>
> > > My XML Code:
> > >http://hosting.gmodules.com/ig/gadgets/file/112288039785097379866/sac...
>
> > > On Sun, Mar 21, 2010 at 3:30 PM, Shishir Birmiwal (Google) <
> > > shishir.birmi...@google.com> wrote:
>
> > >> Hi,
>
> > >> I just tried this again on sandbox and on orkut.com. I used the sample
> > >> code orkut-developer-app for posting an activity.
> > >> It worked just fine. Is this problem still present?
>
> > >> function onActivityPosted(data) {
> > >>   if (data.hadError()) {
> > >>     alert("There was a problem: " + data.getErrorMessage());
> > >>   } else {
> > >>     output("The activity was posted successfully.");
> > >>   }
> > >> };
>
> > >> function postActivity(title, body) {
> > >>   var data = {};
> > >>   data[opensocial.Activity.Field.TITLE] = title;
> > >>   data[opensocial.Activity.Field.BODY] = body;
> > >>   var activity = opensocial.newActivity(data);
> > >>   opensocial.requestCreateActivity(
> > >>       activity,
> > >>       opensocial.CreateActivityPriority.LOW,
> > >>       onActivityPosted
> > >>   );
> > >> };
>
> > >> postActivity("This is a sample activity", "This is an activity body");
>
> > >> Thanks,
> > >> Shishir
>
> > >> On Sun, Mar 14, 2010 at 10:56 PM, Luiz Carvalho 
> > >> wrote:
>
> > >>> I'm having the same problem!
>
> > >>> On 12 mar, 03:04, "Prashant (Google)"  wrote:
> > >>> > Hi Minhao,
>
> > >>> > Yes, you're right, I ran into the same issue. I'll file a bug and
> > >>> > update you when I find a solution.
>
> > >>> > ~Prashant
>
> > >>> > On Mar 11, 1:02 pm, Minhao  wrote:
>
> > >>> > > Hi there,
>
> > >>> > > I am facing a strange problem:
>
> > >>> > > when I try to create an activity, I constantly get some error 
> > >>> > > saying:
>
> > >>> > > "forbidden: Create activitypermissiondenied."
>
> > >>> > > My codes look like:
>
> > >>> > >     var params = {};
> > >>> > >     params[opensocial.Activity.Field.TITLE] = feed_title;
> > >>> > >     params[opensocial.Activity.Field.BODY] = feed_content;
> > >>> > >     var activity = opensocial.newActivity(params);
>
> > >>> > >     alert(opensocial.hasPermission(opensocial.Permission.VIEWER));
>
> > >>> > >     opensocial.requestCreateActivity(activity,
> > >>> > > opensocial.CreateActivityPriority.LOW,
> > >>> > >         function(responseStatus)
> > >>> > >         {
> > >>> > >             if(responseStatus.hadError())
> > >>> > >             {
> > >>> > >                 alert(responseStatus.getErrorMessage());
> > >>> > >             }
> > >>> > >             else
> > >>> > >             {
> > >>> > >                 // publishing success
> > >>> > >             }
> > >>> > >         }
> > >>> > >     );
>
> > >>> > > More weird is that checking opensocial.hasPermission() tells me
> > >>> > > "true".
>
> > >>> > > I could recall that this function actually did work for me a few 
> > >>> > > days
> > >>> > > back. So am wondering if anyone is facing the same kind of problem?
> > >>> > > Maybe this could be due to the new safety change? If so, could
> > >>> anybody
> > >>> > > kindly prompt how I can publish a new feed in sandbox now?
>
> > >>> > > I really appreciate your time and look forward to any reply.
>
> > >>> > > Regards,
> > >>> > > Minhao
>
> > >>> --
> > >>> You received this message because you are subscribed to the Google 
> > >>> Groups
> > >>> "Orkut Developer Forum" group.
> > >>> To post to this group, send email to opensocial-or...@googlegroups.com.
> > >>> To unsubscribe from this group, send email to
> > >>> opensocial-orkut+unsubscr...@googlegroups.com > >>>  e...@googlegroups.com>
> > >>> .
> > >>> For more options, visit this group at
> > >>>http://groups.google.com/group/opensocial-orkut?hl=en.
>
> > >>  --
> > >> You received this message because you are subscribed to the Google Groups
> > >> "Orkut Developer Forum" group.
> > >> To post to this group, send email to opensocial-or...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> opensocial-orkut+unsu

[orkut-developer] show your friends with the application

2010-03-23 Thread Wesley Alves Oliveira
I wanted to create a page within my application, to display all users that
have added the application to your profile, creating such a one-two showing
the photos, link profile, and the name and description, like applications
such as "Happy Harvest" Which shows the list of friends who have the
application.

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-23 Thread Eduardo Rocha
The image: http://bit.ly/aWtMbd

On 23 mar, 17:33, Eduardo Rocha  wrote:
> Prashant, thanks for the feedback.
>
> - Just to let you know, the stats were stalled between days 11 and 20
> this month.
>
> - Orkut always supported html formatting in sendMessage, this has been
> broken around days 5 and 8 this month. , , , , all were
> accepted. For example, a message received on March 3rd:
>
> I would like to know if this is something we can expect to have it
> back or we have to face that will be no longer available.
>
> - It's a big shame that this feature will still be broken on the old
> UI, but thanks for letting us know.
>
> On 23 mar, 10:28, "Prashant (Google)"  wrote:
>
>
>
> > Hi Eduardo,
>
> > Sorry for jumping in late on this.
>
> > - Glad that you got your stats updated. I've found out that it was
> > broken for a day or two, but I'm not sure if it was affected for a
> > very long time.
>
> > - Are you sure you could format your messages using  earlier?
> > AFAIK, html formatting isn't possible with orkut messages, although it
> > does show up with all the formatting in the email notifications, if
> > your email client supports html. :)
>
> > - The order of appearance of the apps and most of the UI-actions
> > related to displaying apps on the profile view have been made to work
> > with the new UI, and their perfect functionality on the older one is
> > no more guaranteed.
>
> > Hope that helped some!
> > Prashant.
>
> > On Mar 23, 5:48 am, Eduardo Rocha  wrote:
>
> > > * About the tags and app box on profile, since stats were updated
> > > recently.
>
> > > On 22 mar, 21:47, Eduardo Rocha  wrote:
>
> > > > It's regrettable not having feedback on this, the same old poor
> > > > developer support still seems to be on...
>
> > > > On 19 mar, 10:21, André Salviano  wrote:
>
> > > > > That's true.
>
> > > > > I was thinking about it just now. What is happening?
>
> > > > > 2010/3/18 Eduardo Rocha 
>
> > > > > > Stats number aren't updated for a long time. Although the ranking
> > > > > > changes everyday, it's annoying not to have the numbers updated.
>
> > > > > > Also:
>
> > > > > > -  tags are being stripped from sendMessage bodies. Although 
> > > > > > it's
> > > > > > possible to find alternatives to , it's simply terrible having 
> > > > > > to
> > > > > > "fix" this in many applications.
> > > > > > - In the old Orkut, it's not possible to put app box above
> > > > > > testimonials and recent photos.
>
> > > > > > Thank you.
>
> > > > > > --
> > > > > > You received this message because you are subscribed to the Google 
> > > > > > Groups
> > > > > > "Orkut Developer Forum" group.
> > > > > > To post to this group, send email to 
> > > > > > opensocial-or...@googlegroups.com.
> > > > > > To unsubscribe from this group, send email to
> > > > > > opensocial-orkut+unsubscr...@googlegroups.com > > > > >  e...@googlegroups.com>
> > > > > > .
> > > > > > For more options, visit this group at
> > > > > >http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-23 Thread Eduardo Rocha
Prashant, thanks for the feedback.

- Just to let you know, the stats were stalled between days 11 and 20
this month.

- Orkut always supported html formatting in sendMessage, this has been
broken around days 5 and 8 this month. , , , , all were
accepted. For example, a message received on March 3rd:

I would like to know if this is something we can expect to have it
back or we have to face that will be no longer available.

- It's a big shame that this feature will still be broken on the old
UI, but thanks for letting us know.


On 23 mar, 10:28, "Prashant (Google)"  wrote:
> Hi Eduardo,
>
> Sorry for jumping in late on this.
>
> - Glad that you got your stats updated. I've found out that it was
> broken for a day or two, but I'm not sure if it was affected for a
> very long time.
>
> - Are you sure you could format your messages using  earlier?
> AFAIK, html formatting isn't possible with orkut messages, although it
> does show up with all the formatting in the email notifications, if
> your email client supports html. :)
>
> - The order of appearance of the apps and most of the UI-actions
> related to displaying apps on the profile view have been made to work
> with the new UI, and their perfect functionality on the older one is
> no more guaranteed.
>
> Hope that helped some!
> Prashant.
>
> On Mar 23, 5:48 am, Eduardo Rocha  wrote:
>
>
>
> > * About the tags and app box on profile, since stats were updated
> > recently.
>
> > On 22 mar, 21:47, Eduardo Rocha  wrote:
>
> > > It's regrettable not having feedback on this, the same old poor
> > > developer support still seems to be on...
>
> > > On 19 mar, 10:21, André Salviano  wrote:
>
> > > > That's true.
>
> > > > I was thinking about it just now. What is happening?
>
> > > > 2010/3/18 Eduardo Rocha 
>
> > > > > Stats number aren't updated for a long time. Although the ranking
> > > > > changes everyday, it's annoying not to have the numbers updated.
>
> > > > > Also:
>
> > > > > -  tags are being stripped from sendMessage bodies. Although it's
> > > > > possible to find alternatives to , it's simply terrible having to
> > > > > "fix" this in many applications.
> > > > > - In the old Orkut, it's not possible to put app box above
> > > > > testimonials and recent photos.
>
> > > > > Thank you.
>
> > > > > --
> > > > > You received this message because you are subscribed to the Google 
> > > > > Groups
> > > > > "Orkut Developer Forum" group.
> > > > > To post to this group, send email to 
> > > > > opensocial-or...@googlegroups.com.
> > > > > To unsubscribe from this group, send email to
> > > > > opensocial-orkut+unsubscr...@googlegroups.com > > > >  e...@googlegroups.com>
> > > > > .
> > > > > For more options, visit this group at
> > > > >http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Activities API Access

2010-03-23 Thread Prashant (Google)
Hi,

Are you using OAuth for making your requests?

~Prashant.

On Mar 18, 9:16 pm, dvasilakis  wrote:
> Hi,
>  I use .NET OpenSocial API and i try to fetch my activities but i get
> response 403 forbidden
>  "This app does not have access to the activities API".
>   Does anybody know how i give access to my application so i could use
> Activities API??

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-23 Thread Prashant (Google)
Hi Eduardo,

Sorry for jumping in late on this.

- Glad that you got your stats updated. I've found out that it was
broken for a day or two, but I'm not sure if it was affected for a
very long time.

- Are you sure you could format your messages using  earlier?
AFAIK, html formatting isn't possible with orkut messages, although it
does show up with all the formatting in the email notifications, if
your email client supports html. :)

- The order of appearance of the apps and most of the UI-actions
related to displaying apps on the profile view have been made to work
with the new UI, and their perfect functionality on the older one is
no more guaranteed.

Hope that helped some!
Prashant.

On Mar 23, 5:48 am, Eduardo Rocha  wrote:
> * About the tags and app box on profile, since stats were updated
> recently.
>
> On 22 mar, 21:47, Eduardo Rocha  wrote:
>
>
>
> > It's regrettable not having feedback on this, the same old poor
> > developer support still seems to be on...
>
> > On 19 mar, 10:21, André Salviano  wrote:
>
> > > That's true.
>
> > > I was thinking about it just now. What is happening?
>
> > > 2010/3/18 Eduardo Rocha 
>
> > > > Stats number aren't updated for a long time. Although the ranking
> > > > changes everyday, it's annoying not to have the numbers updated.
>
> > > > Also:
>
> > > > -  tags are being stripped from sendMessage bodies. Although it's
> > > > possible to find alternatives to , it's simply terrible having to
> > > > "fix" this in many applications.
> > > > - In the old Orkut, it's not possible to put app box above
> > > > testimonials and recent photos.
>
> > > > Thank you.
>
> > > > --
> > > > You received this message because you are subscribed to the Google 
> > > > Groups
> > > > "Orkut Developer Forum" group.
> > > > To post to this group, send email to opensocial-or...@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > opensocial-orkut+unsubscr...@googlegroups.com > > >  e...@googlegroups.com>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.