[orkut-developer] OAuth for php4

2008-10-13 Thread javangelo
How can we validate signed requests in php4. OAuth.php is giving errors as my hosting container is in PHP 4 and not PHP 5. Can some one please help. thanks... /Jav --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Group

[orkut-developer] Re: Using prototype.js library for making AJAX calls

2008-10-13 Thread Raman
Hi Swapnil AJAX cross domain calls are not allowed due to browser restrictions. That is, you would never be able to call a file on server X using AJAX call from a server Y. So, this is no something orkut specific. That is how the web works, no cross domain calls. :-) Orkut's makeRequest is a ser

[orkut-developer] HELPPPPPPPPPPPPPP

2008-10-13 Thread Raquel Domingues do Nascimento
pelo amor de deus.. já saí do grupo.. já mandei e-mail e não consigo sair disso aqui.. e parar de receber esses milhões de e-mails por dia!! alguém me ajudaa _ Receba GRÁTIS as mensagens do Messenger no seu celular qu

[orkut-developer] Re: Image Caching not working

2008-10-13 Thread JSON
hmm. If I am not mistaken - by default, makeRequest calls are not cached. On Oct 13, 2:08 pm, "Swapnil Shinde" <[EMAIL PROTECTED]> wrote: > My understanding is that the caching works around any API calls you make > using makeRequest. So it might call the API everytime and just return the > conten

[orkut-developer] Using prototype.js library for making AJAX calls

2008-10-13 Thread Swapnil Shinde
Hi Jason, I had written a lot of code which runs on our server. This code heavily uses the prototype.js library's AJAX.Updater class for making a call to a URL on our server and accordingly updating a DIV on the page. I would like to re-use all this code in orkut. I included the prototype library i

[orkut-developer] newUpdatePersonAppDataRequest causing problems

2008-10-13 Thread hwked
It doesn't seem to be working for me. Neither at sandbox.orkut.com nor at prod.sandbox.orkut.com . I already tried clearing my browser cache here is the relevant piece of code: function storeSettings() { var req = opensocial.newDataRequest(); var twit_id = "ahujaankit"; req.add(

[orkut-developer] Re: Showing orkut user id as undefined

2008-10-13 Thread Krishna Y. Kamath
Faced the same issue with Profile_url as well Regards, Krishna -Original Message- From: opensocial-orkut@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sharath Sent: Monday, October 13, 2008 10:23 PM To: Orkut Developer Forum Subject: [orkut-developer] Re: Showing orkut user id

[orkut-developer] Re: Showing orkut user id as undefined

2008-10-13 Thread sharath
Hi Jason, Even at prod.sandbox.orkut.com its showing orkut user id as undefined. Kindly check it soon and let me know the solution Thanks Sharath On Oct 14, 3:17 am, Jason <[EMAIL PROTECTED]> wrote: > Hi Sharath. The PROFILE_URL field is currently returning undefined in > the sandbox. This is

[orkut-developer] Re: "Validation is not allowed for this file."

2008-10-13 Thread Jason
Hi Shri. I've seen this before when there the first line is empty or there is a space before the wrote: > Hi, > > I've created an orkut app that has international characters. It works > perfectly in sandbox.orkut.com. However, when I go to publish it, I > get the error "Validation is not allowed

[orkut-developer] Re: Profile view and guest mode

2008-10-13 Thread Jason
Hi Vineet. 1. In general, the profile view's focus should be on the owner. Owners must have the app installed by definition, so you don't need to worry about this as you do in the canvas. If your application allows users to rate and review movies, for example, the profile view should show the own

[orkut-developer] Re: Unable to open app

2008-10-13 Thread Krishna Y. Kamath
Hi, My app wasn't opening over the weekend, and I felt the problem was because of PROFILE_URL issue. Now, it is not opening even if I try it on prod.sandox.orkut.com. The link to me app: http://orkuttamuapp.googlecode.com/svn/trunk/HelloAjaxWorld/MyApplication.xm l The Javascript url points to

[orkut-developer] Re: Showing orkut user id as undefined

2008-10-13 Thread Jason
Hi Sharath. The PROFILE_URL field is currently returning undefined in the sandbox. This is a temporary issue which should be resolved shortly. In the meantime, your code should work in the more stable testing environment at http://prod.sandbox.orkut.com. Note that you can only run OpenSocial v0.7

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread Jason
The sandbox is cutting-edge and certain features are likely to be break as new changes are being pushed rapidly. This is partly why we have prod sandbox available, which is much more stable. You should continue testing your apps in the sandbox from time to time, but if a feature is broken, don't l

[orkut-developer] Re: When is REST API Releasing ?

2008-10-13 Thread Jason
It's nearly ready, just waiting on some last minute authentication- related commits. I can't give you a firm date, but it's awfully close. Hang in there, and check the developer blog every day if you don't do this already: http://orkutdeveloper.blogspot.com/ - Jason On Oct 13, 2:42 am, Madhan <

[orkut-developer] Which Opensocial API to use? 0.7 or 0.8

2008-10-13 Thread Swapnil Shinde
We have been working on an orkut app and are at a pretty early stage. Should we be using the old 0.7 API or should we start using the new 0.8 API? What are the advantages of using 0.8 and disadvantages of sticking to 0.7 ? If we want to develop and release the app in 1 month time, will 0.8 be produ

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread Jason
Hi Everyone. Yes, this is a known issue which should be resolved very soon. I'm sorry for the inconvenience in the meantime, but you can continue testing your apps in http://prod.sandbox.orkut.com if you're still developing for OpenSocial v0.7. - Jason On Oct 13, 6:16 am, Memel <[EMAIL PROTECTED

[orkut-developer] Re: opensocial.requestSendMessage returning notImplemented in sandbox

2008-10-13 Thread Jason
Clint: arrays are not currently allowed for the recipients parameter. You can pass in an arbitrary ID string or one of the OWNER, VIEWER, OWNER_FRIENDS, or VIEWER_FRIENDS constants. Swapnil: yes, there does seem to be an issue with requestSendMessage on the sandbox. Please test your code in http:

[orkut-developer] Re: Gtalk ,Yahoo Chat Apps Not Working Inside Orkut

2008-10-13 Thread Jason
We're working on better user-to-developer interaction channels, but in the meantime, you can build a community for your app as detailed in the blog post at http://orkutdeveloper.blogspot.com/2008/08/app-communities-how-why.html. As far as your problem with GTalk goes, I don't believe it's orkut-

[orkut-developer] Re: Flash content in profile view

2008-10-13 Thread Jason
Only in the canvas view. Autoplay is not allowed in the profile view since multiple apps may be visible, and we don't want them autoplaying at the same time. - Jason On Oct 10, 3:46 pm, Mayank M <[EMAIL PROTECTED]> wrote: > if my app has only audio, can i add a checkbox for autoplaying it? --~--

[orkut-developer] Re: Authentication problem

2008-10-13 Thread Jason
Hi Lynne. Are you copying the copying the source code verbatim from http://code.google.com/p/opensocial-resources/wiki/OrkutValidatingSignedRequests? The code has the public key certificate in-line, so you shouldn't need to fetch it yourself unless you're building a production-quality application.

[orkut-developer] Re: Email Address

2008-10-13 Thread Swapnil Shinde
You cannot retrieve email addresses from orkut. It is considered personal information. http://code.google.com/apis/orkut/docs/orkutdevguide.html#profiledata Hope this helps. Swapnil. On Sat, Oct 11, 2008 at 4:55 PM, Aditi <[EMAIL PROTECTED]> wrote: > > I am having a question regarding open so

[orkut-developer] Re: Autoplay in music application

2008-10-13 Thread Jason
You are allowed to autoplay audio and video in the canvas view but not the profile view. http://code.google.com/apis/orkut/docs/orkutdevguidelines.html#profile - Jason On Oct 10, 12:00 am, Mayank M <[EMAIL PROTECTED]> wrote: > hi > > I see autoplay feature in most of the orkut applications > >

[orkut-developer] Re: How to test application already added and display add-to-profile link/button

2008-10-13 Thread Jason
1. There may be a simpler solution in the future, but for now, the most straightforward way to determine whether a user has an app is to fetch the VIEWER object and determine whether it's non-null. If so, the user has your app installed. Otherwise, your app doesn't have access to the user's inform

[orkut-developer] Re: Unable to open app

2008-10-13 Thread Krishna Y. Kamath
Has the problem with PROFILE_URL resolved? I am still get an object null when I run my application. Regards, Krishna -Original Message- From: opensocial-orkut@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Krishna Sent: Saturday, October 11, 2008 2:10 AM To: Orkut Developer Foru

[orkut-developer] Re: gadgets is not defined error !!

2008-10-13 Thread Jason
Jigar and Nimish, I apologize for the late reply. Can you both confirm whether this issue is still affecting you? I'm able to add both of your applications in production orkut and they work fine on this end. If you're still seeing the error message, please respond with your country of origin and I

[orkut-developer] Re: RE App submission appId=872307057139

2008-10-13 Thread Jason
Hi Koushin. I'm sorry for the late reply. You should have at least two test accounts in orkut, one with your application installed and one without, to test how your app behaves in both cases. If a user doesn't have your app installed, his/her information won't be available to your app, so you sho

[orkut-developer] Re: Recurring IRC office hours!

2008-10-13 Thread hwked
+1, I too stay in India. On Aug 29, 2:47 pm, Guillaume <[EMAIL PROTECTED]> wrote: > Hi all, > > I agree with Viveka. > Is it possible to have another chat session. > I live in Hong Kong (GMT+ 8) and if I translate the IRC time to my > local time, it will be 4am - 6 am. > > Thanks, > Guillaume > >

[orkut-developer] Re: newUpdatePersonAppDataRequest problem?

2008-10-13 Thread hwked
It doesn't seem to be working for me. Neither at sandbox.orkut.com nor at prod.sandbox.orkut.com . I already tried clearing my browser cache here is the relevant piece of code: function storeSettings() { var req = opensocial.newDataRequest(); var twit_id = "ahujaankit";

[orkut-developer] "Validation is not allowed for this file."

2008-10-13 Thread ShriJ
Hi, I've created an orkut app that has international characters. It works perfectly in sandbox.orkut.com. However, when I go to publish it, I get the error "Validation is not allowed for this file." Do I have to do anything special? The first few lines of the application are: ... When I

[orkut-developer] Email Address

2008-10-13 Thread Aditi
I am having a question regarding open social api.I have to retrieve the list of my friends email addresses and my friends of friends email addresses to built a white list for my spam analysis project. Please let me know whether is it possible to retrieve the email addresses of friends and friend

[orkut-developer] Re: Image Caching not working

2008-10-13 Thread Swapnil Shinde
My understanding is that the caching works around any API calls you make using makeRequest. So it might call the API everytime and just return the contents of the API response from Google cache. Now for caching the images, you should be adding an expires header on them, so that they browser can cac

[orkut-developer] Re: Image Caching not working

2008-10-13 Thread JSON
Does gadgets.io.getProxyUrl function get the URL of cached copy or does it also cache it if the file is not already cached? On Oct 13, 1:55 pm, JSON <[EMAIL PROTECTED]> wrote: > I wonder if the content-rewrite tags are supposed to work only for > img tags in the XML file (Application Spec) and n

[orkut-developer] Re: Image Caching not working

2008-10-13 Thread JSON
I wonder if the content-rewrite tags are supposed to work only for img tags in the XML file (Application Spec) and not for the data returned by a makeRequest. Our images are rendered from the response of a makeRequest. Is that the reason? On Oct 10, 5:01 am, JSON <[EMAIL PROTECTED]> wrote: > Hell

[orkut-developer] Re: Profile view and guest mode

2008-10-13 Thread scrapur
Hey Vineet ! Me To Hv Same Question ,Want to Know How we can Create Difference B/w Those User How Have Installed apps and How Hv Not Installed apps In there Orkut Profile Means How we can make them feel that they hv not added apps in ther profilem when they view apps as Guest. Thanks On Oct 11,

[orkut-developer] Showing orkut user id as undefined

2008-10-13 Thread sharath
Hello, I am using the below code to get the user orkut it, but its showing the id as undefined. -- function request() { var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Perso

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread Memel
since October 10 sandbox.orkut.com is with these errors: var viewer = data.get("viewer").getData(); var profile_url = viewer.getField(opensocial.Person.Field.PROFILE_URL); Uses someone the Apache Shindig? Because, to depend on the orkut sandbox to work is complicated... On 13 out, 06:33, Kavita

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread Memel
since October 10 sandbox.orkut.com is with these errors: var viewer = data.get("viewer").getData(); var profile_url = viewer.getField(opensocial.Person.Field.PROFILE_URL); Uses someone the Apache Shindig? Because, to depend on the orkut sandbox to work is complicated... On 13 out, 06:33, Kavita

[orkut-developer] When is REST API Releasing ?

2008-10-13 Thread Madhan
I am awaiting for the release of REST API , Is there any tentative date for itz release ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to opensoc

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread Kavita Laddha
yes it seems to be broken for me too..can any one please fix this ASAP?? getOpenSocialViewerProfileInfo =function(data) { var viewer = data.get("viewer").getData(); var profile_url = viewer.getField(opensocial.Person.Field.PROFILE_URL); var regex = /uid=([^&#]+)/; var result = profile_url.mat

[orkut-developer] Re: Problem with PROFILE_URL

2008-10-13 Thread rd-london
Seems to be broken for me too. Doesn't work if do following either: // Get viewer and owner details var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; var req = opensocial.newDataRequest(); req.add(req.newFetchPe