[orkut-developer] Re: orkut frined list importing

2008-09-11 Thread Ramanpreet Singh
Hi Puneet Didnt' quite get it, but if you are looking for a way to fetch friend list. Here's the code http://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFriends_Complete . (Use OWNER_FRIENDS) to fetch owner's friend list.. Plus, if you don't have an app running and starting fro

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

2008-09-11 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: > > becaus

[orkut-developer] Re: Profile information

2008-09-09 Thread Ramanpreet Singh
e app viewer. > That was the case of friends of friends...There is a concept of > NETWORK_DISTANCE in orkut api .8 But doesn't seem to work for this case > > On Wed, Sep 10, 2008 at 10:12 AM, Ramanpreet Singh > <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

[orkut-developer] Re: caching issue

2008-09-09 Thread Ramanpreet Singh
Exactly Jason. This is one point we all have missed so far. The browser might have cached the content. Raman Jason wrote: > Have you tried clearing your browser's cache also? > > If you're specifically excluding URLs that host your Flash content, > orkut should not be fetching these resources t

[orkut-developer] Re: Breaking rules...????

2008-09-09 Thread Ramanpreet Singh
devguidelines.html#updates > > - Jason > > On Sep 6, 12:12 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> Alright Jason. >> >> Yes, I totally agree animations r a big distractions. >> Would be great if you just update this thread once such a claus

[orkut-developer] Re: Profile information

2008-09-09 Thread Ramanpreet Singh
Hi Himanshu I didn't quite get what the second doubt is, can you explain a bit more. Yes, the first point is absolutely correct. Himanshu wrote: > Hi to all, > I'm working on a orkut app..and just want to clear two of my > doubts.. > (i) We can't retrieve info like name, thumbnail of t

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

2008-09-09 Thread Ramanpreet Singh
s a bug or per design. > > Basically i want to count the number of friends each of my friends > have. Is there anyway i can do that ? > > - sushant - > > On Sep 9, 12:57 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> Hi Sushant >> >> No buddy,

[orkut-developer] Re: Orkut App in igoogle

2008-09-09 Thread Ramanpreet Singh
Hey, thanks mdevalla Thats a new thing for me. I didn't know orkut apps are listed for iGoogle too. Thanks for that info. :-) Raman [EMAIL PROTECTED] wrote: > Hi guys, > > I have an application designed for Orkut and its present in the orkut > App dir right now...with name "cricket Live" > > I

[orkut-developer] Re: I am not able to hit my application

2008-09-09 Thread Ramanpreet Singh
I dont know exactly what the problem is. But, try accessing your application bioth from sandbox.orkut.com and prod.sandbox.orkut.com. Sandbox is misbehaving a bit today. Raman [EMAIL PROTECTED] wrote: > Hi all, > > I have created one application using Open social API yesterday I was > testing t

[orkut-developer] Re: Orkut Sandbox Down?

2008-09-08 Thread Ramanpreet Singh
d.sandbox.orkut.com > What is the difference between these two servers ? And also, > on which server will the orkut team be testing the product once it is > submitted? > > Thanks In Advance, > Prafulla > > On Sep 9, 10:37 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote:

[orkut-developer] Re: Orkut Sandbox Down?

2008-09-08 Thread Ramanpreet Singh
When such a thing happens with me.. i use prod.sandbox :D. and when both are inaccessible. i stop opensocialing. Raman prafulla wrote: > Hi, > > I am unable to access any sandbox applications. I am receiving an > error while trying to fetch the user data using the opensocial API. > The POST requ

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

2008-09-08 Thread Ramanpreet Singh
Hi Sushant No buddy, you can't access the friend list through a person's ID. With Opensocial API 0.7 (current version orkut is running), you can only get OWNER_FRIENDS or VIEWER_FRIENDS. Check this http://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFriends_Complete . sushant w

[orkut-developer] Re: Links

2008-09-08 Thread Ramanpreet Singh
Hi Alex I havent been working on the RESTful API but I guess this is the link you are looking for http://code.google.com/apis/opensocial/docs/0.8/restfulspec.html . Plus, REST API was added in version 0.8 and orkut is still on 0.7. Raman [EMAIL PROTECTED] wrote: > Hello, > > I am new to REST

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

2008-09-08 Thread Ramanpreet Singh
Hi doxtop. Just check this and you would be pretty much able to do what you want.. http://code.google.com/apis/opensocial/docs/0.7/devguide.html Post back here in case of any doubts. [EMAIL PROTECTED] wrote: > I am developing an opensocial application to get the applicationId and > userId, prof

[orkut-developer] Re: Breaking rules...????

2008-09-06 Thread Ramanpreet Singh
enshots, however, > since these are only shown on app install pages. > > - Jason > > On Sep 4, 3:29 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> Hi. >> >> Can anyone poiint me to the official link which states we cant use >> animation on ac

[orkut-developer] Re: VIEWER information

2008-09-06 Thread Ramanpreet Singh
Oh Okay. got my answer. sorry, was replying to an old post. Sorry n thanks. Jason wrote: > Hi JSON. My mistake -- you're absolutely right. No VIEWER information > will be returned if the current user does not have the app installed, > and this is by design. > > Long story short, no, there is no w

[orkut-developer] Re: VIEWER information

2008-09-06 Thread Ramanpreet Singh
Hey Jason. Are you pretty sure we can get viewer's basic info even if he hasnt installed the app? Coz, when ever i try to do that, viewer \'s object is null and thats how i verify if the current viewer is a user of the app or not..! Jason wrote: > Yes -- if a user doesn't have an application

[orkut-developer] Re: Breaking rules...????

2008-09-04 Thread Ramanpreet Singh
Hi. Can anyone poiint me to the official link which states we cant use animation on activity stream? Thanks. Raman. KC Jagadeep wrote: > YES... You FIND it on More apps > > On 9/4/08, *Ramanpreet Singh* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: &

[orkut-developer] Re: Breaking rules...????

2008-09-03 Thread Ramanpreet Singh
There are rules against adding animations to screenshot or thumbnails, but activity stream? KC Jagadeep wrote: > As Orkuts apps rules.. dont add any Animated Gif [ Animation ] on > Thumbnail or Activity stream images > but i can see meny of them are doing the same...! > so is orkut allowing

[orkut-developer] Re: I can change layout off application after submission?

2008-08-25 Thread Ramanpreet Singh
'Dafos'? Thats a orkut application? what dioes it do? I searched for it in d application section, couldn't find it. Can you please provide the link? Frisoni wrote: > Fernando, > > yes, this is possible. > Its recommended that after you change you app you go to Dafos and run > remove from cache

[orkut-developer] Re: Seminar on OpenSocial and Cloud Computing

2008-08-25 Thread Ramanpreet Singh
vent. The posts on OpenSocial group should have a Google badge > (blue G) next to the post, confirming its authenticity. > > Anash > > On Aug 25, 12:21 pm, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> Alright Anash. Registered for it. :-) >> Well, can you

[orkut-developer] Re: Seminar on OpenSocial and Cloud Computing

2008-08-25 Thread Ramanpreet Singh
site for Developer Relations, Google India. > > Anash > > > On Aug 25, 11:59 am, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> Hey. This doesnt seem to be an official link. Or is it? >> >> Anash wrote: >> >>> Google is excited to host a

[orkut-developer] Re: Seminar on OpenSocial and Cloud Computing

2008-08-25 Thread Ramanpreet Singh
Hey. This doesnt seem to be an official link. Or is it? Anash wrote: > Google is excited to host a 1 day seminar on OpenSocial and Cloud > Computing on September 5, 2008 at Taj Palace Hotel, New Delhi, India. > For more details and registration, visit > http://sites.google.com/site/devrelindia/H

[orkut-developer] Re: gadgets.window.adjustHeight();

2008-08-24 Thread Ramanpreet Singh
Hey Raja. setTimeout will just call it once, use setInterval.. RAJA SEKHAR wrote: > HI > > I used the folllowing code but this is not working > > function adjustPageHeight() > { > gadgets.window.adjustHeight(); > window.setTimeout('adjustPageHeight()',1000); > } > > can any one help me >

[orkut-developer] Re: appParams and new user

2008-08-21 Thread Ramanpreet Singh
As far as i know, there's none. How about saving some data into user cookies? Or, am i missing something? JSON wrote: > We are running into an issue where if a link containing appParams is > clicked by a user that does not have the app installed, it takes them > to the installation screen and aft

[orkut-developer] Re: Activities in Orkut

2008-08-21 Thread Ramanpreet Singh
*wrong Pedro Teixeira wrote: > hi folks, > > We're currently using the prod.sandbox.orkut environment and we > noticed that activities from an our app (that it's not in the > directory!) still currently showing up in the notifications of the > real orkut! > > > Users that are not whitelisted for

[orkut-developer] Re: Activities in Orkut

2008-08-21 Thread Ramanpreet Singh
But, only sandbox users can see these activities right? So, i guess, thats what prod.sandbox.orkut is trying to provide.. a development environment as real as production. Or, am i worng? Pedro Teixeira wrote: > hi folks, > > We're currently using the prod.sandbox.orkut environment and we > noti

[orkut-developer] Re: Orkut & OAuth

2008-08-21 Thread Ramanpreet Singh
Yes, it does. JSON wrote: > Does Orkut support OAuth? > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to opensocial-orkut@googlegroups.com

[orkut-developer] Re: Canvas and profile view to the same file?

2008-08-21 Thread Ramanpreet Singh
Hey Peps Try this var currView = gadgets.views.getCurrentView().getName(); if (currView) { if (currView == "canvas") { ; } else if (currView == "profile") { ; }

[orkut-developer] Re: gadgets.window.adjustHeight();

2008-08-21 Thread Ramanpreet Singh
Hi. Just add this line to your moduleprefs section. and then call, gadgets.window.dynamicheight();, thats it :-) [EMAIL PROTECTED] wrote: > hello everyone, > > I am quite new to Orkut apps. > > I have been trying to develop an application for a game that I already > have. I have managed to fet

[orkut-developer] Re: Uploading image in orkut using Orkut / Opensocial API

2008-08-20 Thread Ramanpreet Singh
Okay. I will stick to what i said, No. kunal wrote: > I want to upload image from my Orkut application to the Orkut account. > Is it possible any how using the API? > > > > On Aug 20, 5:47 pm, Ramanpreet Singh <[EMAIL PROTECTED]> wrote: > >> As far as I kno

[orkut-developer] Re: Uploading image in orkut using Orkut / Opensocial API

2008-08-20 Thread Ramanpreet Singh
As far as I know, not possible :-). Hey Kunal, that seems like quite a different thing, what are you trying to do ;)? kunal wrote: > Hi, > How can I upload image to Orkut using the orkut/opensocial API? Is it > possible? If so, then how? > Any help regarding the same is soliciated. > Thanks in a