[orkut-developer] Re: Upload photos in orkut

2008-07-06 Thread Rohit Ghatol (Google)
Hi Akash, No at present you can not upload photos to your Orkut Albums using the OpenSocial APIs. Best, Rohit On Jul 7, 12:47 am, Akash <[EMAIL PROTECTED]> wrote: > From an orkut application that user has installed, ss it possible to > upload images to "photos" in orkut using apis ? > > Thanks,

[orkut-developer] Re: Learning Gadget Programming : Recommended Books

2008-07-03 Thread Rohit Ghatol (Google)
Hi, I am afraid there are not any books out to teach writing gadgets yet. However, I will give you all the necessary links to tutorials, reference guide and code snippets Tutorials - http://code.google.com/apis/opensocial/articles/tutorial/ http://code.google.com/apis/opensocial/articles/persiste

[orkut-developer] Re: Some Questions regarding Editor & Libraries

2008-07-03 Thread Rohit Ghatol (Google)
Hi, No, there is no official downloadable editor. However, to test the gadget on Sandbox you would want your gadget xml file hosted, gadget editor is a good way of doing that. Also, any text editor can double as your offline gadget editor. Please make a note, the older gadget editor (for older ga

[orkut-developer] Re: delete and approve application.

2008-07-01 Thread Rohit Ghatol (Google)
Hi, Could you send a email to [EMAIL PROTECTED] (using the same email address which was mentioned as author email id in gadget xml)? Also, please provide us the URL of the app to be removed. In future, for any such request please feel free to send a mail to opensocial-app- [EMAIL PROTECTED] Than

[orkut-developer] Re: help !!! add multiple values in a key, how?

2008-07-01 Thread Rohit Ghatol (Google)
Hi, We have one example for storing a list and getting it back. This example was written for code run. Could you use this code as the reference? One obvious thing, I can see in your code is that you are not using gadgets.util.escapeString() and gadgets.utils.unescapeString() functions. function

[orkut-developer] Re: Any restriction on gadget URLs

2008-06-29 Thread Rohit Ghatol (Google)
Hi, I think ";container=orkut" in your Url is causing an issue, if you see the error message it shows the url only till "container". Please use the following url instead (I just url encoded the last part of your url - ";container=orkut") - http://1bbe59a05eb84ce5ad328a6698002346.stg.zembly.com/th

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

2008-06-29 Thread Rohit Ghatol (Google)
Hi Rashid, This query is specific to the Orkut Help group. This group is intended to talk about OpenSocial Development on Orkut. It is common for people to post these queries here, let me help you by redirecting you to the correct group - http://groups.google.com/group/orkut-help Thanks, Rihit O

[orkut-developer] Re: orkut like search

2008-06-29 Thread Rohit Ghatol (Google)
Hi Prithvi, At present there is no such code snippet made available to implement this. Thanks, Rohit On Jun 28, 1:25 pm, Prithvi Raj <[EMAIL PROTECTED]> wrote: > In orkut when we search for a friend. The moment we type the name > there are some drop down suggestions right?... a Google Suggest >

[orkut-developer] Re: when sending message through form some characters has incorrect encoding

2008-06-29 Thread Rohit Ghatol (Google)
Hi, Your findings are correct. I would request you to open an issue for this and star it, so as to receive notification when there is an update. Here is the URL - http://code.google.com/p/opensocial-resources/issues/list Thanks, Rohit On Jun 29, 10:46 pm, Vitaly <[EMAIL PROTECTED]> wrote: > Hi

[orkut-developer] Re: Gadget Not Searchable

2008-06-25 Thread Rohit Ghatol (Google)
Hi, When you add a gadget (submit a gadget) to the Orkut Application Gallery, it undergoes a approval process. The response of this approval process in either case is communicated to the email address mentioned in the gadget xml. We are sorry that you have not heard a response to your submission.

[orkut-developer] Re: register multiple values in a key !!!

2008-06-25 Thread Rohit Ghatol (Google)
Hi, I believe you meant to store multiple values in app data. The API allows you to store a key - value pair. In case, you want to store multiple values for a key, you need to convert this array of multiple value to a string representation (say jason) and store this string in app data. You will h

[orkut-developer] Re: after submitting application to orkut.com

2008-06-25 Thread Rohit Ghatol (Google)
Hi Satalaj, There is no definite time line as its a queue. However, if you feel it has been long since you have submitted the app, please send a email to [EMAIL PROTECTED] Please note, if you app is using OpenSocial Features, there is a better likelihood of it being approved. Thanks, Rohit On J

[orkut-developer] Re: problem with opensocial ver 0.8

2008-06-23 Thread Rohit Ghatol (Google)
Hi Jaichander, I am not aware of any container which is implementing OpenSocial version 0.8. Currently, as per my knowledge most of the containers are on 0.7. The reason, your app using the OpenSocial Version 0.8 fails on Orkut, because it doesn't implement the 0.8 api. Please feel free to ask any

[orkut-developer] Re: User albums and photos

2008-06-23 Thread Rohit Ghatol (Google)
Hi, You have a good point here. Remember OpenSocial is Open and the next features for OpenSocial will be defined by contributors. Why not visit OpenSocial and Gadget Specs group and write about this? Here is the URL - http://groups.google.com/group/opensocial-and-gadgets-spec At present, I am af

[orkut-developer] Re: Viewer saving data Owner App!

2008-06-23 Thread Rohit Ghatol (Google)
Hi Andre, Currently, you can only use "VIEWER" with newUpdatePersonAppDataRequest. The reason behind this is only a person viewing the app can write to app data, because he/she is the one actually performing some action. Also, If VIEWER was allowed to write to OWNER App datastore, how do we tell w

[orkut-developer] Re: Orkut App Have an Error

2008-06-17 Thread Rohit Ghatol (Google)
Hi Preetam, I am seeing the issue you mentioned. I would suggest you open an Issue for this http://code.google.com/p/opensocial-resources/issues/list and star it to get updates. Thanks, Rohit On Jun 18, 10:43 am, JevS <[EMAIL PROTECTED]> wrote: > Hi, > I noticed that it working for > orkut.com

[orkut-developer] Re: Setup opensocial Development

2008-06-17 Thread Rohit Ghatol (Google)
Hi Amit, Here is my understanding about OpenSocial development environment for java For 0.7 OpenSocial 1. The Gadget XML would be developed using any kind of environment as it is merely HTML and JavaScript inside an XML 2. The backend server, which you are communicating with is probably as Java W

[orkut-developer] Re: Videos in profile

2008-06-17 Thread Rohit Ghatol (Google)
Hi, Unfortunately, there is no such api. The only API which Orkut supports right now are the documented OpenSocial APIs. Thanks, Rohit On Jun 17, 12:51 pm, sb <[EMAIL PROTECTED]> wrote: > Hello > > Currently, is there any method/api which I can use to add a video from > youtube or Google video t

[orkut-developer] Re: Image in activity stream

2008-06-17 Thread Rohit Ghatol (Google)
Hi Sharath, I tried this on Windows XP box using firefox, it shows me the text too. Here is the complete example I tried to run in Code runner function createActivity() { var title= ''; title = ', Title '; var activity_params=[]; activity_params[opensocial.Activity.Field.TITLE] = title;

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread Rohit Ghatol (Google)
Hi Everyone, Are you guys still facing this issue? Thanks, Rohit On Jun 10, 4:51 pm, "Luciano Ricardi" <[EMAIL PROTECTED]> wrote: > This is EXACTLY the problem. The user of the gadget will not insert the > bpc=1 on the url right? So, what can we do? The gadget is showing always the > same conten

[orkut-developer] Re: problem with Opera browser ! please help

2008-06-17 Thread Rohit Ghatol (Google)
Hi Puneet, This does seems to be an Issue. Could you open a issue at http://code.google.com/p/opensocial-resources/issues/list? Please star the issue (click the star sign, turns yellow) to get updates on it. Thanks, Rohit On Jun 13, 11:29 am, puneet <[EMAIL PROTECTED]> wrote: > hi, > > having

[orkut-developer] Re: for library

2008-06-17 Thread Rohit Ghatol (Google)
Hi Ankit, There are some efforts going on this direction at a very early stage, that's all I can tell you. Thanks, Rohit On Jun 13, 5:00 pm, Ankit <[EMAIL PROTECTED]> wrote: > hi, > > Can u develop library in php for orkut. --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: Are links allowed in opensocial.requestSendMessage?

2008-06-16 Thread Rohit Ghatol (Google)
Hi, Your observation is correct. You can open a issue for this - http://code.google.com/p/opensocial-resources/issues/list and star it to get updates. Thanks, Rohit On Jun 17, 7:01 am, Renuxman <[EMAIL PROTECTED]> wrote: > I want to add a link to my app (plus some appParams) to the message > bod

[orkut-developer] Re: App does not show in directory

2008-06-16 Thread Rohit Ghatol (Google)
Hi Nitin, I am sorry for the inconvenience caused. We currently are catering to large number of apps for approval. Could you send a email to [EMAIL PROTECTED] with details of your app? Thanks, Rohit On Jun 17, 9:04 am, Nitin <[EMAIL PROTECTED]> wrote: > Hi, > I submitted app 3 days back to the

[orkut-developer] Re: When would Apps open up to rest of the users

2008-06-16 Thread Rohit Ghatol (Google)
Hi Ron, Apps are available on Orkut for all the countries except Brazil. Thanks, Rohit On Jun 14, 11:15 pm, ron <[EMAIL PROTECTED]> wrote: > yeah, i have created my open application and submitted > towww.orkut.com/AppDirectorySubmit.aspx > > when it will be open to all users ...any idea ???

[orkut-developer] Re: "Best way to store reviews"

2008-06-16 Thread Rohit Ghatol (Google)
Hi Jaichander, I would not advice using app store especially in your case. People can write long review and they may also want to use rich text for doing so. In short, some users may choose to write long reviews, in such cases you will have to restrict the user to x characters, if you use app dat

[orkut-developer] Re: Gadgets not defined!!

2008-06-16 Thread Rohit Ghatol (Google)
Hi, I am sorry for the trouble caused. Could you provide the link to your app? I would like to see this. Thanks, Rohit On Jun 16, 7:42 am, yoyoga <[EMAIL PROTECTED]> wrote: > Hello, > > Since yesterday, none of our gadgets in sandbox are working. The Error > Console gives a bunch of: > > "gadget

[orkut-developer] Re: Unable to logout of a deleted orkut account

2008-06-16 Thread Rohit Ghatol (Google)
Hi, You can post your query at http://groups.google.com/group/orkut-help Thanks, Rohit On Jun 16, 9:40 am, ron <[EMAIL PROTECTED]> wrote: > wrong section dude, you should post this is orkut help group... > > On Jun 15, 8:28 pm, never <[EMAIL PROTECTED]> wrote: > > > A user when logged in using hi

[orkut-developer] Re: Application not showing in directory

2008-06-16 Thread Rohit Ghatol (Google)
Hi Ron, You would receive a mail from [EMAIL PROTECTED] In case, there is a considerable delay, please write to opensocial-app- [EMAIL PROTECTED] with details of the application. Thanks, Rohit On Jun 16, 12:00 pm, ron <[EMAIL PROTECTED]> wrote: > how will i come to know ...that my application i

[orkut-developer] Re: Frogger is not working at home and accessing by manage

2008-06-16 Thread Rohit Ghatol (Google)
Hi, This forum is to discuss OpenSocial Application development for Orkut. You should try the frogger help forums for more help. Thanks, Rohit On Jun 13, 9:36 pm, Erik ch <[EMAIL PROTECTED]> wrote: > Frogger is not working at home and accessing by manage > > IT show only a black page --~--~-

[orkut-developer] Re: Can we ask in a app data from users?

2008-06-16 Thread Rohit Ghatol (Google)
Hi, I suppose, you mean to ask, the containers don't provide the information as sex, age and localization using the OpenSocial APIs. Also, you mean to ask, would it be ok for the application to prompt the user for this information and store it with your app. If this is the question, the short ans

[orkut-developer] Re: how to change the URL googlepages.com/apps.xml to hosting.gmodules.com/ig/gadgets/file/604854945658/apps2.xml

2008-06-16 Thread Rohit Ghatol (Google)
Hi Preetam, You need to submit the app again from the new Url. Once, you have done so send a mail to [EMAIL PROTECTED] with the new and old app URL. Best, Rohit On Jun 14, 5:40 pm, Preetam Purbia <[EMAIL PROTECTED]> wrote: > hi > > can you plz tell me > > how i edit the url for gadget submitted

[orkut-developer] Re: getting error while submitting app at orkut app directory

2008-06-16 Thread Rohit Ghatol (Google)
Hi Swapnil, Is this issue resolved now? Thanks, Rohit On Jun 13, 4:57 pm, "swapnil bukkawar" <[EMAIL PROTECTED]> wrote: > hi, > > http://www.umundo.com/gadget/root/bollywoodtv/gadget.xml > > the same url. which i used before. > > On Fri, Jun 13, 2008 at 5:

[orkut-developer] Re: how to get theme

2008-06-13 Thread Rohit Ghatol
Hi Puneet, This a really good idea, however its right now not possible. But don't get discouraged, OpenSocial is Open and every one can contribute towards its specs. Why don't you take this to OpenSocial and Gadget Specs Group. Here is the url - http://groups.google.com/group/opensocial-and-gadget

[orkut-developer] Re: getting error while submitting app at orkut app directory

2008-06-13 Thread Rohit Ghatol
; I made following changes in gadget.xml file but now also i m getting > same error. > > On Jun 12, 4:52 pm, "Rohit Ghatol" <[EMAIL PROTECTED]> wrote: > > Hi, > > This is nothing serious just change the "&" in your description to > "&

[orkut-developer] Re: How fatch details of n no of users

2008-06-13 Thread Rohit Ghatol
Hi, You need to add 5 fetchPersonRequest to DataRequest.add() like this var req=opensocial.newDataRequest(); req.add(req.newFetchPersonRequest("19023323"),"user1"); req.add(req.newFetchPersonRequest("19023324"),"user2"); req.add(req.newFetchPersonRequest("19023325"),"user3"); req.add(req.newFetchP

[orkut-developer] Re: getting error while submitting app at orkut app directory

2008-06-12 Thread Rohit Ghatol
Hi, This is nothing serious just change the "&" in your description to "&". Its basically a mal formed xml error (just try opening it in any browser). Here is the corrected description for you "Bollywood TV - The largest Bollywood video destination. Enjoy a varied collection of videos ranging from

[orkut-developer] Re: Using Signed Requests with Python

2008-06-12 Thread Rohit Ghatol
Hi, I am sharing a tutorial with you which has verifying signed request as a part of it. The tutorial is about OpenSocial app communicating with Google App Engine (which is in python) using signed request. http://code.google.com/apis/opensocial/articles/appengine.html Just read the section with t

[orkut-developer] Re: Howto add DATA Stream?

2008-06-11 Thread Rohit Ghatol
Brandão > > > > (I'm just asking him to explain in portughese so I'll translate :D) > > > > On Jun 11, 1:53 am, "Rohit Ghatol" <[EMAIL PROTECTED]> wrote: > > > > > Hi, > > > I am assuming you want to pull html page from som

[orkut-developer] Re: How to fatch detail of a particular friend

2008-06-11 Thread Rohit Ghatol
Hi Mukesh, Here is an sample to help you out - http://code.google.com/p/opensocial-resources/wiki/RequestingDetailedProfileInformation Just replace the "VIEWER" with the actual Id. Hope this helps, Cheers, Rohit Google Developer Programs Meet OpenSocial developers irc://irc.freenode.net/opensoc

[orkut-developer] Re: Post in activity Stream when user not online

2008-06-11 Thread Rohit Ghatol
Hi Mukesh, So you want to post to user's activity stream when user does not come online on orkut, but when he does some activities at some other place. I believe you have a database, where the user is registered and all the activities are stored here also, now you want to push these stored activiti

[orkut-developer] Re: newFetchPeopleRequest unable to fetch fields

2008-06-10 Thread Rohit Ghatol
Hi Sajith, I would direct you to an earlier post which explains the reason why you are not able to get gender - http://groups.google.com/group/opensocial-orkut/browse_thread/thread/5404711e5587af44/1b64f824693e039c?hl=en&lnk=gst&q=how+to+retrive+fields+that+are+specified+as+an+opensocial.Enum#1b64f

[orkut-developer] Re: My Updates From an external site.

2008-06-10 Thread Rohit Ghatol
Hi Eric, In not so distant future Orkut will support OpenSocial 0.8 specs. A important part of this spec is the restful api. I believe, your requirement of posting updates to a person's profile can be addressed using restful api. Here is a spec document for OpenSocial 0.8 - http://code.google.com/

[orkut-developer] Re: A bugged topic!

2008-06-10 Thread Rohit Ghatol
Hi Edgar, Since your post seems to be more specific to Orkut, let me help you with the group where your query could be answered - http://groups.google.com/group/orkut-help. This group is meant for OpenSocial app development on Orkut. Thanks, Rohit Google Developer Programs Meet OpenSocial develo

[orkut-developer] Re: qyery about orkut

2008-06-10 Thread Rohit Ghatol
Hi Raj, These 9 are actually your friends (show on the right side in 3 x 3 matrix). For more assistance on Orkut, feel free to write to http://groups.google.com/group/orkut-help. Please write to the above group as this group is mean for OpenSocial application development on Orkut, you would receiv

[orkut-developer] Re: Howto add DATA Stream?

2008-06-10 Thread Rohit Ghatol
Hi, I am assuming you want to pull html page from some other site and show it as a part of your gadget. If this is assumption is correct, you could use gadgets.io.makeRequest to pull html contents. Code Snippet Link - http://code.google.com/p/opensocial-resources/wiki/GadgetsMakeRequest Thanks, R

[orkut-developer] Re: Analytics in Apps

2008-06-10 Thread Rohit Ghatol
Hi Rajiv, At this time, I can only refer you to an example of a gadget using analytics - http://code.google.com/p/lamerankings/source/browse/tags/release/lamerankings.xml Thanks, Rohit Google Developer Programs Meet OpenSocial developers irc://irc.freenode.net/opensocial On Tue, Jun 10, 2008 a

[orkut-developer] Re: Want to know wht you r doing

2008-06-10 Thread Rohit Ghatol
Hi, Thanks for sharing your suggestions with us, we appreciate this. However, this group is meant for OpenSocial development on Orkut. I would direct you to an appropriate group, where these concerns can be addressed - - http://groups.google.com/group/orkut-help Thanks, Rohit Google Developer Pro

[orkut-developer] Re: How to remove live app from orkut production directory

2008-06-10 Thread Rohit Ghatol
, 2008 at 4:33 PM, Rohit Ghatol <[EMAIL PROTECTED]> wrote: > Hi Swapnil, > For any thing to do with Apps which are submitted to Orkut App Gallery, you > can mail us at [EMAIL PROTECTED] > > Please provide the App Title and URL in the mail. > > Thanks, > Rohit > >

[orkut-developer] Re: Gadget already in directory at URL

2008-06-10 Thread Rohit Ghatol
response soon, please mail us at opensocial-app-feedback @google.com Sorry again, for the inconvenience caused. Thanks, Rohit Google Developer Programs Meet OpenSocial developers irc://irc.freenode.net/opensocial On Tue, Jun 10, 2008 at 4:04 PM, Rohit Ghatol <[EMAIL PROTECTED]> wrote: > >

[orkut-developer] Re: how to get the cities of my friends

2008-06-10 Thread Rohit Ghatol
Hi, You need to pass param to the newFetchPeopleRequest stating you need detailed profile. var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [ opensocial.Person.Field.ADDRESSES ]; req.add(req.newFetchPeopleRequest(opensocial.DataRequest.Group.VIEWER_FRI

[orkut-developer] Re: How to make SendMessage working?

2008-06-07 Thread Rohit Ghatol
Hi Rajiv, That's a nice idea. However, you could also store the developer's id in your app code and use it when the user clicks on the feedback or suggestion button on your app. Just incase, I sound absurd, please provide me more details. Thanks, Rohit Google Developer Programs Meet OpenSocial

[orkut-developer] Re: Best practice to recognize user adding application

2008-06-06 Thread Rohit Ghatol (Google)
Hi Rajiv, Are you talking about installation scenario? The user installs/adds the application and the user now views the newly added/installed application the first time, and you wish to do some thing special during this time, like may be register the user with your backend or write to his/her act

[orkut-developer] Re: Activity Stream code

2008-06-04 Thread Rohit Ghatol
link in the body as below > Body which is not working. > Could you let me know the way to give the hyperlink.? > > Thanks and Regards > Sharath > > On Jun 4, 1:00 pm, "Rohit Ghatol (Google)" > <[EMAIL PROTECTED]> wrote: > > Hi, > > The only error I

[orkut-developer] Re: Activity Stream code

2008-06-04 Thread Rohit Ghatol (Google)
tivity); > opensocial.requestCreateActivity(activity, "HIGH", > getCreateActivityResp); > > } > > function getCreateActivityResp(responseItem) { > console.log(responseItem); > var htmlout = ''; > if(responseItem.hadError()){ > //htmlout= 'has er

[orkut-developer] Re: unable to see new added friends

2008-06-04 Thread Rohit Ghatol (Google)
Hi Nirupa, Your query seems more specific to Orkut users. This group is meant for OpenSocial developer, developing application for Orkut. Could you post your issue to Orkut help group? Here is there url - http://groups.google.com/group/orkut-help Thanks, Rohit On Jun 4, 5:16 am, Nirupa Jitendr

[orkut-developer] Re: Activity Stream code

2008-06-03 Thread Rohit Ghatol
is helps. Best, Rohit Google Developer Programs On Tue, Jun 3, 2008 at 9:28 AM, Rohit Ghatol <[EMAIL PROTECTED]> wrote: > Hi, > The only line of code you would need to add is the following - > activity_params[opensocial.Activity.Field.BODY] = "BodyHello > World";

[orkut-developer] Re: Unable to write scrap

2008-06-03 Thread Rohit Ghatol
Hi Bharathram, This group is meant to discuss the OpenSocial APIs. Orkut help group is the right group for you to post these quereis. Please find the url below - http://groups.google.com/group/orkut-help Thanks, Rohit Google Developer Programs Join us at Google's biggest developer event of the

[orkut-developer] Re: PHP sessions getting destroyed

2008-06-02 Thread Rohit Ghatol (Google)
Hi, I am not a php programmer myself, but there would be some php programmers on this forum. I would recommend you provide some more information on this. A code snippet and some text description of your environment and logic would definitely help others answer your queries better. Thanks, Rohit

[orkut-developer] Re: Send Message Problem

2008-06-02 Thread Rohit Ghatol (Google)
Hi, Yes, we are aware lot of you guys are asking question about the pop up box. There is a good amount of thought put behind the idea of this popup box and here is the explanation for that. The thinking here should be that the person is sending the message and not the application. This is very im

[orkut-developer] Re: Why can't I get viewname (canvas/profile) and owner id

2008-06-02 Thread Rohit Ghatol (Google)
Hi Vijay, First of all sorry to respond this late. I have not seen this issue myself, probably it would help if you could provide me a code snippet or even the url of your application. I would look into this issue and respond to you. Best, Rohit On May 24, 2:51 pm, "Vijay Gaur" <[EMAIL PROTECTE

[orkut-developer] Re: getting number of profile viewers data

2008-06-02 Thread Rohit Ghatol (Google)
Hi Viswanath, Unfortunately, there are no such APIs which provide you number of Profile views for a particular user. However, If a user has an application installed on orkut and that is shown as one amongst the top 3 on his profile, this OpenSocial application can keep a count of profile views. B

[orkut-developer] Re: Search results popup

2008-06-02 Thread Rohit Ghatol
he example which > you have given just lists all the friends (default 20) of the viewer. But > what I wanted is to display the relevent users name dynamically upon search > of some text. Which orkut offers in home page. > Hope you got it! > > > Thanks, > Viswanath Vellaiap

[orkut-developer] Re: Search results popup

2008-06-02 Thread Rohit Ghatol
Hi Viswanath, Luckily there is already an example for the same in the developers guide section. I would any ways paste the same example below Incase, the following example is not a good enough help for you, please get back to me with more specific queries - Developer's Guide - http://code.googl

[orkut-developer] Re: Null value for name.getField(opensocial.Name.Field.FAMILY_NAME)

2008-06-02 Thread Rohit Ghatol
Hi Nitin, Sorry for the late response. Right now only opensocial.Name.Field.UNSTRUCTURED is supported. You can use the opensocial.getEnvironment().supportsField method to determine what fields are supported by the opensocial container. The following line of code returns true indicating UNSTRUCTU

[orkut-developer] Re: SOBRE OS ALBUNS

2008-06-02 Thread Rohit Ghatol
Oi, Este fórum destina-se somente para desenvolvedores OpenSocial. O seu pedido parece ser específico para o Orkut. Poderia, por favor, envie este pedido com o seguinte grupo http://groups.google.com/group/orkut-help Obrigado, Rohit Translated using Google Translate from the text below - Hi, T

[orkut-developer] Re: Question about uploading gadget

2008-06-02 Thread Rohit Ghatol
Hi, I would recommend filling as much as possible information. The reason, I say this is that once your application is submitted to the application gallery, having a title url, thumbnail image and screen shot image would make your application look more professional, thus attracting more people to

[orkut-developer] Re: Support for video sharing

2008-06-02 Thread Rohit Ghatol
Hi, Let me chip in a bit here. First of all, its OpenSocial API against Orkut API. OpenSocial API allows a application developer like you to write application once and deploy it to various application containers like Orkut, Hi5, Myspace, etc with little or no change. To answer your question about

[orkut-developer] Re: Confusion on userid

2008-06-02 Thread Rohit Ghatol
Hi, First of all sorry for the late response. I way I understand your question is how is viewer id (the id you get from person.getId()) different from the uid which you see on the url. And also which one should you use when using OpenSocial APIs. You should use the viewer id when using the OpenSoc

[orkut-developer] Re: how to start

2008-06-02 Thread Rohit Ghatol (Google)
Hi Chakri, Sorry for the late response. You need to embed the jsfile in the gadget xml. As you would already know a OpenSocial application needs to be a gadget xml, which includes to include the opensocial apis. Apart of the Module Prefs, Requires feature and User Preference, the gadget xml is m

[orkut-developer] Re: fresher to opensocial

2008-06-02 Thread Rohit Ghatol (Google)
Hi, The way you build OpenSocial apps is to create a Gadget XML. A Gadget XML is a xml file in which you use html and javascript to code your application logic. In order to use OpenSocial you will also have to use . I am posting links to pages which already have some sample gadget snippets. http:

[orkut-developer] Re: Not able to Access Viewers Data when viewer is not my friend

2008-06-02 Thread Rohit Ghatol
Hi Anuj, Your findings are correct, Thanks for posting them. Best, Rohit Google Developer Programs Join us at Google's biggest developer event of the year May 28-29, San Francisco http://code.google.com/events/io On Tue, Jun 3, 2008 at 12:06 AM, Anuj <[EMAIL PROTECTED]> wrote: > > As far as i

[orkut-developer] Re: Problem on Message Send

2008-06-01 Thread Rohit Ghatol
Hi Grace, This is an expected behavior. This generally to keep the spam under control, as the thinking here is that messages are sent by the user and not by the App. The app will simply ask the user, about whom to send the messages (if there are more than one recipient). In case recipient is VIEWER

[orkut-developer] Re: HowTo show notification ?

2008-06-01 Thread Rohit Ghatol
Hi, I believe you question is "How to post to the scrapbook in Orkut?" or may be "How to show posts from Scrapbook?" OpenSocial address the generic part of Social Networking that is Relationships (friend networks), persistence per user per application and viral spread through send message or reque

[orkut-developer] Re: Important !!! data limit per application??

2008-05-27 Thread Rohit Ghatol
Hi Rohit, Yes, the data limit of 10kb still holds true. Please watch the Orkut Developer blog for any changes in future. http://orkutdeveloper.blogspot.com/ Cheers, Rohit Google Developer Programs Join us at Google's biggest developer event of the year May 28-29, San Francisco http://code.goog

[orkut-developer] Re: 'opensocial.Container.get()' is null or not an object

2008-05-23 Thread Rohit Ghatol
Hi Chris, There is some work going on the GWT front for OpenSocial. You should keep a watch on the OpenSocial blogspot for updates on this. http://opensocialapis.blogspot.com/ Best, Rohit On May 22, 10:44 am, chris <[EMAIL PROTECTED]> wrote: > Ken, > Thanks for posting to my thread. My widge

[orkut-developer] Re: Updating live apps

2008-05-22 Thread API Rohit Ghatol
Hi Rajiv, Yes, all you need to do is update the app xml which you are hosting. Orkut would pick it up and you should be able to see you updates. However, It would take a while (may be an hour to couple of hours) for your updates to appear in production, since the cache needs to be updated. On the

[orkut-developer] Re: XMLHttpRequest in orkut gadget

2008-05-22 Thread API Rohit Ghatol
Hi, Yes, it is not possible to use XMLHttpRequest in the Gadget, and not because it is a Gadget issue but because of the Single Origin restriction that a browser puts in. In short, a Single Origin restriction means that a page from domain Y can not access contains from domain X. In your case the ga

[orkut-developer] Re: Need help please

2008-05-20 Thread Rohit Ghatol (Google)
Hi Vijay, The applications added to Orkut under goes an internal approval process. The reason you are not able to see your application in the Orkut Application directory, could be due to the fact it is still in the Approval Queue. You would receive a mail informing you of whether your application

[orkut-developer] Re: First app In Orkut

2008-05-19 Thread Rohit Ghatol (Google)
Hi, I have a working sample for you posted at the end of this post, it is derived from your original example. One thing I could see is the use of is causing problem here. Here is the working version of your original example Cheers, Rohit On May 18, 10:22 pm, GeoDev <[EMAIL PR

[orkut-developer] Re: How do I know if the current view is the canvas view?

2008-05-15 Thread Rohit Ghatol (Google)
Hi Willian, What you say is true about ViewType? Good news is that in 0.8 specs, there is a proposal to standardize ViewType. You can read the following to know more - http://groups.google.com/group/opensocial-and-gadgets-spec/msg/869cb5ffdb3980e0 Cheers, Rohit On May 13, 11:52 am, Willian Mi

[orkut-developer] Re: Open Social API

2008-05-15 Thread Rohit Ghatol
Hi Pradeep, There is plenty of good help at http://code.google.com/apis/opensocial/. Also, check the following link to see the reference api http://code.google.com/apis/opensocial/docs/0.7/reference/ In case, your are referring to where to I get the api js file, well your OpenSocial app currentl

[orkut-developer] Re: Posting Activity Stream on Install

2008-05-05 Thread Rohit Ghatol (Google)
I have got the code to write into activity stream, need help to limit > it once per day or week something like this. > > Thanks and Regards > Sharath > > On May 4, 5:21 pm, "Rohit Ghatol (Google)" > > <[EMAIL PROTECTED]> wrote: > > Hi Sharath, > >

[orkut-developer] Re: Why Recent visitors name are not updating regularly?

2008-05-05 Thread Rohit Ghatol (Google)
Hi Jack, You should report such problems in the general orkut help forum.This group is solely for discussing orkut's OpenSocial-based development platform. http://groups.google.com/group/orkut-help Regards, Rohit On May 5, 10:55 am, jack <[EMAIL PROTECTED]> wrote: > Why Recent visitors name ar

[orkut-developer] Re: Posting Activity Stream on Install

2008-05-04 Thread Rohit Ghatol (Google)
Hi Sharath, You will find your answer on this older thread - http://groups.google.com/group/opensocial-api/browse_thread/thread/1bdc84478b5dc8fb/c83e3455f35b9c71?lnk=gst&q=sharath#c83e3455f35b9c71 This is the link to the example. http://hosting.gmodules.com/ig/gadgets/file/115537651881774373169

[orkut-developer] Re: Localization query

2008-04-29 Thread Rohit Ghatol
Hi Sharath, Here is a working example. It has localization for Portuguese also. I am using pt-BR for lang for Portuguese. The display setting was changed to Portuguese to test this gadget. http://hosting.gmodules.com/ig/gadgets/file/ 117096175175119497472/en_ALL.xml"/> http://hosting.gmodule

[orkut-developer] Re: Use MiniMessage with Opensocial API

2008-04-23 Thread Rohit Ghatol (Google)
Hi Daniel, Please use this gadget xml file for your reference for MiniMessages. It covers all the scenarios for MiniMessages. http://hosting.gmodules.com/ig/gadgets/file/115537651881774373169/minimsg.xml regards, Rohit On Apr 22, 10:40 pm, Daniel <[EMAIL PROTECTED]> wrote: > Hi, > > I can crea

[orkut-developer] Re: Session cookies in IFRAME for IE 6/7

2008-04-23 Thread Rohit Ghatol (Google)
Hi Nikhil, I tried this using the following "P3P" header value for my iframe and this worked fine in IE7. IE7 allowed the nested Iframe to create the cookies. CP="ALL ADM DEV PSAi COM OUR OTRo STP IND ONL" Please find the url of my P3P Test Gadget below and also find below the JSP code snippet w

[orkut-developer] Re: sandbox server down - please fix it

2008-04-21 Thread Rohit Ghatol (Google)
Hi Dinesh, The sandbox seem to be up and running fine now. Please reply if you continue to receive sandbox errors periodically. Thanks, Rohit On Apr 19, 11:11 pm, "Dinesh Kumar Subramanian" <[EMAIL PROTECTED]> wrote: > Hi, > > Seems like the sandbox server is down.Please fix it. > > Thanks > Di

[orkut-developer] Re: Send pagers if server is down

2008-04-21 Thread Rohit Ghatol (Google)
Thanks for the suggestion, Parag. Unfortunately, we do not offer this service at the present time, but I have filed your request. Stay tuned to the orkut developer blog for future orkut platform-related announcements. http://orkutdeveloper.blogspot.com/ Regards, Rohit On Apr 21, 9:48 am, "Parag

[orkut-developer] Re: Send pagers if server is down

2008-04-21 Thread Rohit Ghatol (Google)
Thanks for the suggestion, Parag. Unfortunately, we do not offer this service at the present time, but I have filed your request. Stay tuned to the orkut developer blog for future orkut platform-related announcements. http://orkutdeveloper.blogspot.com/ Regards, Rohit On Apr 21, 9:48 am, "Parag