[orkut-developer] Re: gifts part 5 not working right

2008-03-03 Thread Marshall
Gifts tutorials 3, 4, and 5 don't work for me. This is the line that doesn't function: givenGifts = gadgets.json.parse(json); Can anyone else get these to work? I'm not getting any data updates. --~--~-~--~~~---~--~~ You received this message because you are sub

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Arne Roomann-Kurrik
Today I was pointed in the direction of a bug with the way orkut handles OAuth signing for POST data: http://code.google.com/p/opensocial-resources/issues/detail?id=103 Assuming the way the java libraries handle this is OAuth spec compliant, this may be the cause of the error you're experiencing.

[orkut-developer] requestNavigateTo incompatible with prototype 1.6

2008-03-03 Thread ejpark
My navigation links suddenly stopped working this afternoon (Mar 3rd). After debugging for hours, my current theory is that at least one (possibly more) opensocial functions have conflicts with prototype 1.6's javascript libraries (specifically requestNavigateTo). To test this theory, I exposed

[orkut-developer] Application icon

2008-03-03 Thread Juliano
Hi, I have some questions about setting the icon that will be placed on Orkut's left menu for my application. How do I set the icon URL? Is there an icon attribute for the ModulePrefs to do that? What are the dimensions for the icon? Should it be GIF or PNG? Thanks, Juliano. --~--~-~--

[orkut-developer] Re: IE ignored

2008-03-03 Thread ejpark
Hi Rocket, MSIE does not render dynamically inserted '

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread Arne Roomann-Kurrik
Hi Ibrahim, I've entered this as a bug in the public tracker. Please star http://code.google.com/p/opensocial-resources/issues/detail?id=103 to get notifications about this issue. ~Arne On Mon, Mar 3, 2008 at 3:54 PM, ibrahim okuyucu <[EMAIL PROTECTED]> wrote: > Arne, > I agree with Euge

[orkut-developer] Re: Cant get VIEWER_FRIENDS or OWNER_FRIENDS 's App data.

2008-03-03 Thread Jason
Hi John. Are you also having intermittent problems with gadgets.util.makeRequest() as Jim detailed above? As it turns out, the "List Friends" application is failing because of a separate issue. It should output as expected if you change the second statement in getData() to fetch a group using new

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread ibrahim okuyucu
Arne, I agree with Eugene, when I read the spec. I was expecting POST params to be included in the signature as well but currently they're not. Is this going to change? thnx in advance. -ibrahim On 3/3/08, Arne Roomann-Kurrik <[EMAIL PROTECTED]> wrote: > > Hey Alex, > >I can't reproduce this

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread Arne Roomann-Kurrik
Hey Alex, I can't reproduce this problem. Signed requests are being passed to my servers - can you do a dump of the raw request to see what is being passed in? ~Arne On Mon, Mar 3, 2008 at 12:47 PM, Alex Epshteyn <[EMAIL PROTECTED]> wrote: > > If you're familiar with the Java Servlet API -

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread ejpark
I though POST params 'should' be used as part of the base signature: According to 9.1.1 of the oauth, spec: 9.1.1. Normalize Request Parameters The request parameters are collected, sorted and concatenated into a normalized string: * Parameters in the OAuth HTTP Authorization header (Author

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread ibrahim okuyucu
not familiar with that but note that; - Even if you do a POST, OAuth parameters are still passed as URL query string. So look for GET params for the OAuth stuff and POST params for your app's params. - POST params arent used in the generated signature. On 3/3/08, Alex Epshteyn <[EMAIL PROTECTED]>

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread Alex Epshteyn
If you're familiar with the Java Servlet API - request.getParameterMap() returns an empty map for me. Normally this map contains the all the GET and POST parameters. Alex On 3/3/08, ibrahim okuyucu <[EMAIL PROTECTED]> wrote: > Alex, > How does your server side code look like? > POST and GET bot

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread ibrahim okuyucu
I can do POST and GET requests succ. as of today. However, remember there's an issue with OAuth. Check this out here: http://code.google.com/p/oauth/issues/detail?id=10 -ibrahim On 3/3/08, Alex Epshteyn <[EMAIL PROTECTED]> wrote: > > > I'll try again - it's been about 2 weeks since I tried valida

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread ibrahim okuyucu
Alex, How does your server side code look like? POST and GET both works for me. On 3/3/08, Alex Epshteyn <[EMAIL PROTECTED]> wrote: > > > This is a total show stopper for my app. Need fix ASAP. > > Thanks, > Alex > > On Mar 2, 12:46 pm, "Alex Epshteyn" <[EMAIL PROTECTED]> > wrote: > > Thanks Par

[orkut-developer] Re: &bpc=1 not working in I

2008-03-03 Thread Arne Roomann-Kurrik
Hi John, Is it possible that your IE instance is caching the response in the browser? There should be no reason why bpc=1 would work in Firefox and not in IE. ~Arne On Sat, Mar 1, 2008 at 2:23 PM, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: > > Hi, > > When i tested my app using IE, > i

[orkut-developer] Will OpenSocial always be Open??

2008-03-03 Thread [EMAIL PROTECTED]
Guys this is very important. What if Google sidelines all individuals developers application and try to promote only those who are well-established in future. May be it's good for them but not for us. My serious concern is, some websites will take this advantage and try to push their existing dat

[orkut-developer] Re: signed makeRequest issues

2008-03-03 Thread Alex Epshteyn
This is a total show stopper for my app. Need fix ASAP. Thanks, Alex On Mar 2, 12:46 pm, "Alex Epshteyn" <[EMAIL PROTECTED]> wrote: > Thanks Parag, but I'm already doing that. Here's my code: > > params[gadgets.io.RequestParameters.AUTHORIZATION] = > gadgets.io.AuthorizationType.SIGNED; >

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Alex Epshteyn
I'll try again - it's been about 2 weeks since I tried validating POSTs. However, right now I can't even make signed GET requests! See my comments here: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/d1f86e4bd5ea814f/5a7eef36e232f827 Thanks Arne. - Alex On 3/3/08, Arne

[orkut-developer] Re: Cant get VIEWER_FRIENDS or OWNER_FRIENDS 's App data.

2008-03-03 Thread [EMAIL PROTECTED]
Problem still persists -- Even the Complete Code for List Friends (version 0.7) http://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFriends_Complete fails to return any of my friends :( Any workaround??? -John On Mar 4, 12:17 am, Jason <[EMAIL PRO

[orkut-developer] Re: IE ignored

2008-03-03 Thread Jason
Hi. Can you provide the text that you are expecting to be returned from the makeRequest() call? - Jason On Mar 1, 10:17 am, rocket <[EMAIL PROTECTED]> wrote: > I called gadgets.io.makeRequest method to my server and set parameters > as > opensocial.ContentRequestParameters.MethodType.GET; > open

[orkut-developer] Re: Cant get VIEWER_FRIENDS or OWNER_FRIENDS 's App data.

2008-03-03 Thread Jason
Hi Jim. Are you still experiencing these sporadic issues? - Jason On Feb 29, 9:42 pm, Jim <[EMAIL PROTECTED]> wrote: > I am getting this same error when using makeRequest() with POST... so > "response.data" > become undefined. > > The response test found in firebug is, > > > > Internal Server

[orkut-developer] Re: Person Birthday

2008-03-03 Thread Jason
Hi Sean. You should be able to use an object inspection tool such as Firebug to see the properties of the returned objects. CURRENT_LOCATION objects include several fields including country, locality, and region. GENDER objects, meanwhile, have a displayValue property which contains 'male' or 'fem

[orkut-developer] Re: signatures on POST requests failing validation

2008-03-03 Thread Arne Roomann-Kurrik
I've been able to validate POST requests using PHP. Around last week I noticed that orkut started signing POST requests with POST in the signature base string that they were encoding (they had formerly used GET, which was incorrect). I would check the OAuth library to make sure that it's not hard

[orkut-developer] Re: Unofficial Orkut applications directory

2008-03-03 Thread JevS
Sorry for wrong link for Intense debate example. For public access: http://www.intensedebate.com/users/6429 . Also, I am just created new dicussion 'OpenSocial Tips and Tricks' at Web Widgets: http://webwidgets.ning.com/forum/topic/show?id=1472141%3ATopic%3A3922 and placed there one example sho

[orkut-developer] Re: Launch plan update

2008-03-03 Thread [EMAIL PROTECTED]
thanks lane for the clarification. what you say above is very reasonable and fair. On Feb 28, 12:55 am, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > Thanks for voicing your concerns - I hear you loud and clear. I've > worked with a number of you online and in person

[orkut-developer] Re: Unofficial Orkut applications directory

2008-03-03 Thread victorc
Thanks for these advices. And I will try the instancedebate service, it seems a nice tool. I love how it is used in the "Fight Application Spam) Google page http://fight.opensocial.spam.googlepages.com/home Victor On 3 mar, 03:36, JevS <[EMAIL PROTECTED]> wrote: > Thanks Victor for this great op

[orkut-developer] Problem with hasPermission and Viewer Info.

2008-03-03 Thread Tiago Takamoto
Hello everyone, I did some test and find two problems with openSocial returns: - alert(opensocial.hasPermission(opensocial.Permission.VIEWER)); is always true even if the viewer has not app installed; - viewer information comes always unauthorized even if the viewer isn't owner and even if viewe