[orkut-developer] other question about "gadgets.views.requestNavigateTo" and "opensocial.requestPermission"

2008-03-06 Thread carneiro
Do anyone knows if this methods are working correctly? gadgets.views.requestNavigateTo generates js error: "F.getName is not a function"; opensocial.requestPermission generates js error: "Invalid auth token." Can anybody help? That's the way i'm using it: RequestNavigateTo code gadgets.views.re

[orkut-developer] Re: opensocial function outside application xml

2008-03-06 Thread steiljes
So with the REST api will I be able to access all the opensocial api information from my server, which I currently have to do using the client side Javascript API? I want to be able to access the viewer, friends and activity data from my php code on the server and not from client side. Will I be a

[orkut-developer] how to list friends of an user other than owner of viewer

2008-03-06 Thread carneiro
I have the situation: - I fetch the friends of the owner that has the application; - If i click in one of these loaded friends, I would like to fetch the friends of the clicked user that has the same application. Something like this: owner - friend with application 1 - friend wi

[orkut-developer] Re: Activity Feed does not display Application Name

2008-03-06 Thread Arne Roomann-Kurrik
I haven't seen this happen, could you provide a link to your application? ~Arne On Thu, Mar 6, 2008 at 6:10 PM, jalmond <[EMAIL PROTECTED]> wrote: > > Normally the activity feed seems to put (via AppName) with a link to > your application at the end of the feed title. An example might be > some

[orkut-developer] Re: IE ignored

2008-03-06 Thread rocket
Thanks Eugene, It works! On Mar 3, 8:54 pm, ejpark <[EMAIL PROTECTED]> wrote: > HiRocket, > > MSIE does not render dynamically inserted '

[orkut-developer] Activity Feed does not display Application Name

2008-03-06 Thread jalmond
Normally the activity feed seems to put (via AppName) with a link to your application at the end of the feed title. An example might be something like: John just bit yet another head off (via Annoying Vampires) However my applications feeds won't show the application name, instead it just shows (

[orkut-developer] Re: Wierd error in getting Visitor's name

2008-03-06 Thread Arne Roomann-Kurrik
Jelena, that's a good summary of what is going on. This is intended behavior. ~Arne On Thu, Mar 6, 2008 at 3:00 PM, Jelena Kolokotronis <[EMAIL PROTECTED]> wrote: > I am a friend to the owner, but don't have the app installed > > {"response":{"Error":"unauthorized"},"key":"viewer"} > > The wa

[orkut-developer] Re: Wierd error in getting Visitor's name

2008-03-06 Thread Jelena Kolokotronis
I am a friend to the owner, but don't have the app installed {"response":{"Error":"unauthorized"},"key":"viewer"} The way I understand it, guess security is related to the rights of your app to grab the data, not the rights of the viewer to access owner info or vice versa. If he installed, you

[orkut-developer] Re: Wierd error in getting Visitor's name

2008-03-06 Thread Jerome
Hi Anthony and Jelena, If the viewer is a friend of the profile owner, the viewer object should be available even if the viewer doesn't have the app, right? I think the security constraint shows up when we have a viewer which is foreign to the app or the profile owner. Does this sound correct t

[orkut-developer] Re: Activity in Orkut

2008-03-06 Thread ibrahim okuyucu
AFAIK templates are not implemented yet. -ibrahim On 3/6/08, AKM <[EMAIL PROTECTED]> wrote: > > > opensocial documentation says newActivity takes one parameter. > opensocial.Activity newActivity(params) > > http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.html#newActivity > Th

[orkut-developer] Activity in Orkut

2008-03-06 Thread AKM
opensocial documentation says newActivity takes one parameter. opensocial.Activity newActivity(params) http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.html#newActivity Then on http://code.google.com/apis/opensocial/docs/0.7/reference/opensocial.Activity.html I see this example

[orkut-developer] Re: Wierd error in getting Visitor's name

2008-03-06 Thread Jelena Kolokotronis
Yes, I think you can't get viewer object unless he has the app installed. Security constraints. Jelena johnson.psgtech wrote: > Hi, > > I found this wierd behaviour today. > > I wrote one application X which will greet > visitors by their name whenever they start using it > on my profile. I tho

[orkut-developer] Wierd error in getting Visitor's name

2008-03-06 Thread johnson.psgtech
Hi, I found this wierd behaviour today. I wrote one application X which will greet visitors by their name whenever they start using it on my profile. I thought it would greet..but bad app..It dint. it greets with their username only if they also have my application X installed in their profile..

[orkut-developer] OpenSocial Tips and Tricks

2008-03-06 Thread JevS
You can subscribe to the feed 'OpenSocial Tips and Tricks' from http://webwidgets.ning.com/forum : http://webwidgets.ning.com/forum/topic/show?id=1472141%3ATopic%3A3922&feed=yes&xn_auth=no You are welcome also to contribute. Cheers, Jevs --~--~-~--~~~---~--~~ You r

[orkut-developer] Re: requestNavigateTo incompatible with prototype 1.6

2008-03-06 Thread Tiago Takamoto
I'm having problems with: - requestNavigateTo; - gadgets.window.adjustHeight; using prototype 1.6 Regards, Takamoto On Thu, Mar 6, 2008 at 8:59 AM, ejpark <[EMAIL PROTECTED]> wrote: > > Looks like the issue along with a workaround have been posted: > http://code.google.com/p/opensocial-reso

[orkut-developer] Re: requestNavigateTo incompatible with prototype 1.6

2008-03-06 Thread ejpark
Looks like the issue along with a workaround have been posted: http://code.google.com/p/opensocial-resources/issues/detail?id=104 On Mar 6, 3:33 am, "Tiago Takamoto" <[EMAIL PROTECTED]> wrote: > Hi ejpack, > > I didn't test my apps so well but requestNavigateTo stopped to work too > for me.

[orkut-developer] Re: requestNavigateTo incompatible with prototype 1.6

2008-03-06 Thread Tiago Takamoto
Hi ejpack, I didn't test my apps so well but requestNavigateTo stopped to work too for me. And how my app use prototype I can supposed that some update on OpenSocial libs do have conflicts with prototype. Regards, Takamoto On Tue, Mar 4, 2008 at 2:01 AM, ejpark <[EMAIL PROTECTED]> wrote: