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

2010-03-29 Thread fernando borges
The problem still exists, I can´t create an activity in the sandbox. I get an error message saying: "forbidden: Create activity permission denied." On 26 mar, 12:43, Luiz Carvalho wrote: > Hello, nothing new about the problem? =\ > > On 23 mar, 12:27, fernando borges > > > > wrote: > > Hi, I´m h

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

2010-03-26 Thread Luiz Carvalho
Hello, nothing new about the problem? =\ On 23 mar, 12:27, fernando borges wrote: > 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 > >

[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=Ig3fmzC

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

2010-03-22 Thread Luiz Carvalho
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

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

2010-03-22 Thread Shishir Birmiwal (Google)
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

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

2010-03-21 Thread Maximus mano
Hi Shishir, I tried your code, but the result in same error: "There was a problem: forbidden: Create activity permission denied." My XML Code: http://hosting.gmodules.com/ig/gadgets/file/112288039785097379866/sacts.xml On Sun, Mar 21, 2010 at 3:30 PM, Shishir Birmiwal (Google) < shishir.birmi.

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

2010-03-21 Thread Shishir Birmiwal (Google)
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());

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

2010-03-14 Thread Luiz Carvalho
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 pro

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

2010-03-11 Thread Prashant (Google)
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: Cr