[orkut-developer] How can I delete recent visitor list, if possible.

2008-06-27 Thread Rashid
Hi, Is there any way that I could delete one or list of recent visitors? I dont want that my profile shows any one that a particular user had visited me recently? By the way could ordinary user see who have visited my profile recently? if no then it saved my life. Thx in anticipation for answerin

[orkut-developer] Re: Change App Host

2008-06-27 Thread AlSe
I suggest you leave the xml on googlepages.com and move the remaining files (like images, js) etc to another host (like google code). On Jun 26, 10:25 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi, > I host my app in google pages, but itsn´t supporting the traffic ( The > bandwidth or p

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-27 Thread varun.j
Can we write like this ? Eg: Profile View is the above code correct --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this gro

[orkut-developer] Re: How can I get information about a especific friend's profile ?

2008-06-27 Thread Eder Trevisoli
Ok ! Thanks a lot !! On Jun 27, 10:26 pm, Jason <[EMAIL PROTECTED]> wrote: > Hi Eder. Welcome to the orkut developer community! :) > > Now, on to the business at hand. If you know your friend's OpenSocial > ID (note that this is different from his orkut ID), you can fetch his > profile inf

[orkut-developer] Re: How can I get information about a especific friend's profile ?

2008-06-27 Thread Jason
Hi Eder. Welcome to the orkut developer community! :) Now, on to the business at hand. If you know your friend's OpenSocial ID (note that this is different from his orkut ID), you can fetch his profile information using: var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest('9

[orkut-developer] Re: I am not able retrieve content from this field opensocial.Person.Field.ADDRESSES

2008-06-27 Thread Jason
Hi Peter. viewer.getField(opensocial.Person.Field.ADDRESSES) should return an opensocial.Address object. So in order to fetch the user's country, you should be able to use: ... var address = viewer.getField(opensocial.Person.Field.ADDRESSES); var country = address.getField(opensocial.Address.Fiel

[orkut-developer] Re: request.sendMessage issue

2008-06-27 Thread Jason
Please see my response here: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/7b60c3d06eb99fb7/f4d095da20c13e53#f4d095da20c13e53 If one hasn't already been created, please file a new issue in the tracker. http://code.google.com/p/opensocial-resources/issues/list - Jason On

[orkut-developer] Re: Idéias e enovações

2008-06-27 Thread Jason
Judging by the translation, this seems like more of a general orkut suggestion. Please report it here instead: http://groups.google.com/group/orkut-help - Jason On Jun 26, 4:38 pm, max <[EMAIL PROTECTED]> wrote: > Olá... > O ORKUT é um dos sites de relacionamento mais conhecido do mundo... > ma

[orkut-developer] Re: Can I send html message using opensocial.requestSendMessage ??

2008-06-27 Thread Jason
Hi. Please star one or more of the following issues so you can be notified when their statuses change: http://code.google.com/p/opensocial-resources/issues/detail?id=233 http://code.google.com/p/opensocial-resources/issues/detail?id=234 http://code.google.com/p/opensocial-resources/issues/detail?

[orkut-developer] Re: orkut caching issues

2008-06-27 Thread Jason
Please ping me directly with your app's URL. Thanks! - Jason On Jun 27, 4:33 pm, someone somewhere <[EMAIL PROTECTED]> wrote: > Hi Jason, > > I use GGE for hosting the XML. And my app hasn't been refreshed for > more than 1 day now. Some of these changes are important for the app. > What can I d

[orkut-developer] Re: html not working in opensocial.requestSendMessage

2008-06-27 Thread Jason
Hi. Several issues have already been filed for basic HTML support and a friend picker using profile images: http://code.google.com/p/opensocial-resources/issues/detail?id=234 http://code.google.com/p/opensocial-resources/issues/detail?id=233 http://code.google.com/p/opensocial-resources/issues/de

[orkut-developer] Re: requestSendMessage + quota limits + image/html support

2008-06-27 Thread Jason
Hi Dave. Thank you for filing the issues. I will try to have a status update for both next week. - Jason On Jun 26, 3:16 pm, davew <[EMAIL PROTECTED]> wrote: > A couple of comments about requestSendMessage: > > [1] There is a global limit of 10 emails per user across all > applications. Right no

[orkut-developer] Re: Change App Host

2008-06-27 Thread Jason
Hi Rodrigo. We spoke earlier, but just to reiterate: At the moment, there is no way to transition the application to a new domain without losing your existing user base. Since your application's URL changes, your application's ID, which is based on its URL, will also change, and existing users wi

[orkut-developer] Re: link to the help file in gadget xml

2008-06-27 Thread Jason
Good catch! There's currently no ModulePrefs attribute for storing a support URL. If your application needs documentation (and you can never have too much documentation!), provide a link within the application itself or put it inline in a tab, etc. author_email is a required ModulePrefs attribute

[orkut-developer] Re: orkut caching issues

2008-06-27 Thread someone somewhere
Hi Jason, I use GGE for hosting the XML. And my app hasn't been refreshed for more than 1 day now. Some of these changes are important for the app. What can I do till the fix is released next week? On Jun 27, 3:56 pm, Jason <[EMAIL PROTECTED]> wrote: > If you have been following the discussions

[orkut-developer] Re: messages not opening

2008-06-27 Thread Jason
I've seen this too, and I'm looking into it. In the meantime, can you post a new issue in the issue tracker with a complete description of the problem? Please include the title and body of the message that won't open. Thank you. http://code.google.com/p/opensocial-resources/issues/list - Jason

[orkut-developer] Re: iterate a id

2008-06-27 Thread Jason
It looks like you're asking two questions here: 1) How do I request data for multiple people with a single request? 2) Why is the ID incrementing not working? My answers: 1) You skipped most of your makePOSTRequest code but this is how I would change it. You should be able to retrieve the data f

[orkut-developer] orkut caching issues

2008-06-27 Thread Jason
If you have been following the discussions this week, you may have noticed a number of reports related to caching. Several developers have reported that their applications have not been updating/ refreshing as frequently as they have in the past. If you were affected by this, thank you very much

[orkut-developer] Any restriction on gadget URLs

2008-06-27 Thread jbelis
The URL of my gadget content is: http://1bbe59a05eb84ce5ad328a6698002346.stg.zembly.com/things/1bbe59a05eb84ce5ad328a6698002346;container=orkut The sandbox lets me add it. But, none of the views are showing. Instead I get the following message: No appropriate view could be found for gadget: h

[orkut-developer] Re: Long time to take refresh

2008-06-27 Thread someone somewhere
I have similar problem with the live version of the app. My XML (Hosted in GGE) hasn't been fetched by Orkut for over a day now. I can see all my changes using &bpc=1, but the live app still doesn't show the changes. I checked the cache-control settings of GGE, and it is set to 10 minutes. So, wha

[orkut-developer] How can I get information about a especific friend's profile ?

2008-06-27 Thread Eder Trevisoli
Hello my friends! I'm newby here.. How can I get information about a especific friend's profile ? For example, I want to know information about a friend that ID profile is 9. Please, help me.. Thanks! Eder --~--~-~--~~~---~--~~ You received this messag

[orkut-developer] Re: How to display a diff page in Profile view ?

2008-06-27 Thread Prithvi Raj
include this in your and in your content add this... function getViewName() { return gadgets.views.getCurrentView().getName(); } if (getViewName() == "canvas") { /// code to re-direct to http://wallpapers.mobile3k.com } if (getViewName() == "profile") { document.write(""); }

[orkut-developer] Re: Long time to take refresh

2008-06-27 Thread André Diniz
Or you can rename the files all the time... I gave up to waiting for my changes at all so I'm using "Save As" a lot and deleting the previous one. Regards, André Diniz. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[orkut-developer] Re: Long time to take refresh

2008-06-27 Thread Rajiv Renganathan
Hi Amit, For your development, you can move the contents of the js to your xml itself. Cheers! Rajiv On Fri, Jun 27, 2008 at 8:51 PM, amitTiwari <[EMAIL PROTECTED]> wrote: > > Hello friends > > I have a xml file already uploaded on my sandbox account which > includes a js file. Now I had made s

[orkut-developer] Long time to take refresh

2008-06-27 Thread amitTiwari
Hello friends I have a xml file already uploaded on my sandbox account which includes a js file. Now I had made some changes in my xml as well as in my js file and uploaded again. I am able to see the changes using "&bpc=1". But, its two days has been over for me I am not able to see the changes

[orkut-developer] How to display a diff page in Profile view ?

2008-06-27 Thread varun.j
Hi i m actually redirecting the full link to my site... but bcoz of this in profile view looks bad... so i need to add a diff page / just show an image only in profile view... how to do this in xml ? my current xml is http://wallpapers.mobile3k.com/online_mobile_wallpaper_creator.xml -

[orkut-developer] Re: by pass caching

2008-06-27 Thread Vitaly
More details : we have more than 10 web servers that has one domain and if I add application by direct IP bpc is working and Orkut gets new xml , but if I add application by domain name so bpc stops working and gives no result when changing xml. Thanks On 27 июн, 11:08, Vitaly <[EMAIL PROTECTED]>

[orkut-developer] I am not able retrieve content from this field opensocial.Person.Field.ADDRESSES

2008-06-27 Thread Peter
Hi All, how can I get content from opensocial.Person.Field.ADDRESSES . I am getting output [Object Object] while using coderunner. I can see the content by using function dumpObj. but i tried this code: var vcountry=viewer.getField(opensocial.Person.Field.ADDRESSES).fields_.country its return

[orkut-developer] request.sendMessage issue

2008-06-27 Thread geek
The messages send using this method, do not get open in Orkut. It was working fine until day before yesterday.Is their some issue with Orkut' s container.I am stuck and have tried many a times. Can anyone provide any help. Thanks Much. --~--~-~--~~~---~--~~ You rec

[orkut-developer] by pass caching

2008-06-27 Thread Vitaly
Hi I found that bpc parameter does not work for our application. After I did changes in xml I did not see changes on Orkut. Why this can be? Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Fo