[orkut-developer] orkut frined list importing

2008-09-12 Thread puneetratan
Hello everyone, I need a script through which we can import the my friend list from orkut, i have done for gmail, yahoo Aol etc.. but my script is not working for orkut, and i m not figured out the problem, so can anyone help me out . Thanks Puneet

[orkut-developer] Re: Don't understand the Technologies possible to write an application

2008-09-12 Thread Ramanpreet Singh
Hi Kogan I am sure this will get you started. http://code.google.com/apis/opensocial/docs/0.7/devguide.html#Remote_Content Raman Kogan wrote: Hi again, I have a question regarding makeRequest now - I read the article about it, but I didn't quite understand it all the way: because it

[orkut-developer] Re: problem with opensocial.newDataReuqest()

2008-09-12 Thread agulla
I had a javascipt variable called opensocial in my application, which was overwriting the opensocial namespace, once I changed it, it started working. On Wed, Sep 10, 2008 at 11:05 PM, Jason [EMAIL PROTECTED] wrote: In case the link that Ramanpreet didn't work, you should post the URL of your

[orkut-developer] Res: [orkut-developer] Re: REST API - example code

2008-09-12 Thread Thiago Jankowski Stofella
ja resolvi o problema, nao necessito mais de suas respostas em ingles onde nao entendo nada! Novos endereços, o Yahoo! que você conhece. Crie um email novo com a sua cara @ymail.com ou @rocketmail.com. http://br.new.mail.yahoo.com/addresses

[orkut-developer] Changing App hosting URL

2008-09-12 Thread ANkit
Hi All, I am having trouble changing the hosting url of the app in sandbox. I did the following to change url: 1. remove app from sandbox. stage.example.com/gork.xml 2. added the app with new url. apps.example.com/gork.xml But when i load the app it connects to old url (stage.example.com/

[orkut-developer] Fundamentals of OpenSocial and Orkut development

2008-09-12 Thread ivanildo...@gmail.com
Hi everyone, I've reading many Articles e Materials of OpenSocial and I'm trying to write simple applications, just to understand the technology, but I'm not understanding how to do some simple things like: - Print my Address - Print my Email - Print my Sexual_Orientation - Print my Age It

[orkut-developer] Re: problem accessing Friends list using Personid

2008-09-12 Thread sushant
The app i was trying to create called Popularity Check would list down owners friends with sorting and paging capability on data- points count of friends, coolness rating , sexy rating, etc. Seems like none of these is possible right now. What i am trying to do , does that qualify as

[orkut-developer] Re: Question about Open Social API

2008-09-12 Thread Jason
newUpdatePersonAppDataRequest is currently broken in the sandbox, although it should be working in http://prod.sandbox.orkut.com. Can you test your app here and see if that solves the issue? - Jason On Sep 11, 4:11 am, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi all, I have created an

[orkut-developer] Re: newUpdatePersonAppDataRequest error

2008-09-12 Thread Jason
Hi Marcelo. Yes, newUpdatePersonAppDataRequest doesn't appear to be working on the sandbox at the moment. If you haven't already, please file a new bug report in the OpenSocial issue tracker: http://code.google.com/p/opensocial-resources/wiki/IssuesTab?tm=3 Until this bug is resolved, you

[orkut-developer] Re: Unable to retrieve orkut user id

2008-09-12 Thread Jason
I believe the problem here is not the UID regular expression (which I verified is working as expected) but the way you're retrieving the UID. opensocial.DataRequest.send is an asynchronous call which means it's non-blocking -- after send is executed, your other code will continue to run until the

[orkut-developer] Re: How Long Will Orkut Takes To Approve a application

2008-09-12 Thread Jason
Generally, you should hear from your reviewer within 24 to 48 hours of submission. While you don't have to have a sandbox account in order to submit an app, I don't know how you would develop the app in the first place without access to the sandbox. Our reviewers will reject an application if

[orkut-developer] Re: Size of the canvas and profile

2008-09-12 Thread Jason
Thanks for the note about the inconsistency, Frisoni. I'll make sure this is taken care of shortly. - Jason On Sep 10, 6:47 pm, Frisoni [EMAIL PROTECTED] wrote: Hi Jason, you should update this link about orkut anatomy:http://code.google.com/intl/en-US/apis/orkut/articles/anatomy.html It

[orkut-developer] Re: Don't understand the Technologies possible to write an application

2008-09-12 Thread Jason
You're quite right -- makeRequest is a vital function for most OpenSocial applications, and a number of usage examples are available. In addition to Raman's link, check out the following pages for snippets demonstrating makeRequest:

[orkut-developer] Re: Changing App hosting URL

2008-09-12 Thread Jason
Are you sure that you're not referring to the old domain in your code (e.g. in makeRequest statements)? Can you share the URL so I can have a look? - Jason On Sep 11, 2:13 pm, ANkit [EMAIL PROTECTED] wrote: Hi All,       I am having trouble changing the hosting url of the app in sandbox. I