[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: Orkut App Have an Error

2008-06-17 Thread JevS
Hi, I noticed that it working for orkut.com: http://www.orkut.com/AppInfo.aspx?appId=653845678225 Jevs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send emai

[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: How to delete a comment posted for my application

2008-06-17 Thread Rajiv Renganathan
Hi Jason, To remove spam comment esplly the shady one with is added to many apps by 1 user. regards, rajiv On Wed, Jun 18, 2008 at 9:41 AM, Jason <[EMAIL PROTECTED]> wrote: > > There is no way to delete a comment from the developer side. Why do > you want this comment removed? > > - Jason > > O

[orkut-developer] Re: hi5 opensocial Issue of syntax error: ..... rc:504 error,Please Somebody Help for me,

2008-06-17 Thread anupamajagan reddy
Hi Jason, I already Posted that in Hi5 groups.But from them i don't have any responses,But its Emergency For me.. Thanks, Anupama On Wed, Jun 18, 2008 at 6:50 AM, Jason <[EMAIL PROTECTED]> wrote: > > If your issue is hi5-specific, you might get a better response by > posting in

[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 Luciano Ricardi
Yep, the problem happens again. And, sometimes, the problem that Rajiv describes happens too... :/ When using the bpc, sometimes the Rajiv's problem happens... and without bpc... well... the content is from long time ago... :( On Tue, Jun 17, 2008 at 8:57 PM, Rajiv Renganathan <[EMAIL PROTECTED

[orkut-developer] Re: bpc=1 broken again?

2008-06-17 Thread Marshall
Is the sandbox broken? When trying to upload a test app I get "There was an error getting information about this application". If I delete all the app content down a file size of less than 1k, to essentially the hello world app, it will upload. Then when I try to replace the full content and se

[orkut-developer] Re: Image in activity stream

2008-06-17 Thread sharath
Hi Jason, I am also using the same version of firefox in windows XP. I am getting only image but not text. Better show me the syntax to use it as two separate tags. Thanks Sharath On Jun 18, 5:57 am, Jason <[EMAIL PROTECTED]> wrote: > Hi Sharath. I'm seeing both the image and text in Firefox 2.

[orkut-developer] Re: hi5 opensocial Issue of syntax error: ..... rc:504 error,Please Somebody Help for me,

2008-06-17 Thread Jason
If your issue is hi5-specific, you might get a better response by posting in their official platform message board: http://www.hi5.com/friend/group/2364084--Hi5%2BPlatform%2BDevelopment--front-html I see synax error() pretty consistently when my back-end fails to return any data. It has never be

[orkut-developer] Re: Using Multiple views-

2008-06-17 Thread Jason
Hi Jaichander. I don't completely know if I understand exactly what you're doing, but I'll try to answer your question. It sounds like you want to display an HTML form in the canvas view that the user can use to select one or more pieces of data for display in the profile view. I understand this p

[orkut-developer] Re: Image in activity stream

2008-06-17 Thread Jason
Hi Sharath. I'm seeing both the image and text in Firefox 2.0.0.14 on Mac OS X. Please provide your platform details (browser and OS) and a screenshot, and I'll look into this further. Alternatively, you could try using two anchor tags, one with the image and the other with the text to see if this

[orkut-developer] Re: Orkut gadget caching -- sandbox & production

2008-06-17 Thread Jason
Exactly. Yes, orkut honors the Cache-Control header. If one is not specified, orkut refreshes its cache every five minutes or so. - Jason On Jun 15, 7:04 pm, Luke <[EMAIL PROTECTED]> wrote: > I'll admit it, I don't understand how Orkut caching works, either in > production or in the sandbox. In

[orkut-developer] Re: How to delete a comment posted for my application

2008-06-17 Thread Jason
There is no way to delete a comment from the developer side. Why do you want this comment removed? - Jason On Jun 15, 3:37 pm, "\"O\" Podu" <[EMAIL PROTECTED]> wrote: > How to delete a comment posted for my application? Thanks. --~--~-~--~~~---~--~~ You received t

[orkut-developer] Re: OpenSocial 0.8 support

2008-06-17 Thread Jason
There isn't an official ETA for 0.8 support, although good progress is being made in Shindig, the OpenSocial implementation used by orkut and several other high-profile containers. We'll update the developer blog when we have a better timetable. http://orkutdeveloper.blogspot.com/ - Jason On Ju

[orkut-developer] Re: Using POSTED_TIME in activites

2008-06-17 Thread Jason
I believe POSTED_TIME is a read-only field that the container sets when posting the activity. And the only way you would be able to access this field for previously posted activities is by calling the getField method on the objects returned from opensocial.DataRequest.newFetchActivitiesRequest whi

[orkut-developer] Re: viewer.isOwner is not a function

2008-06-17 Thread Jason
Thanks Rajiv, I'm looking into this now. - Jason On Jun 14, 12:13 pm, "Rajiv Renganathan" <[EMAIL PROTECTED]> wrote: > Hi Jason, > > In the sandbox, when I deleted,renamed app xml and added again, I stopped > getting error. (did not use bpc=1). > > I moved the code to production, and I started s

[orkut-developer] Re: How to

2008-06-17 Thread Jason
I don't think you're using appropriately here. is used for caching responses from gadgets.io.makeRequest calls (e.g. XML or JSON objects, etc.), not for caching resources like images, Flash movies, etc. For static resources, you should use gadgets.io.getProxyUrl, which returns a cached copy of t

[orkut-developer] Re: Help Help in Data Persistent !!!

2008-06-17 Thread Jason
Instead of using an HTML submit input, use a button instead with an onclick handler. Tarefa: Submitting a form sends a request to the URL specified in the form element's 'action' attribute. Your form did not include this attribute, hence the 400 error. - Jason On Jun 13, 7:54 pm, Vinici

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread Rajiv Renganathan
Hello, I am goin nuts over this caching thing :( Sometime the new app xml picked immediately. Then after a few hours, I start seeing the old version of the app! This happens back and forth. Pls Google, explain how caching works or simple let developers refresh the cache when the app xml is chang

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread René Tapia
I am having the same issue. Docs say cache should refresh every hour: http://code.google.com/apis/orkut/docs/orkutdevguide.html#bpc However cache has not been updated since saving my last changes last night, and so my app currently only works in sandbox with bpc=1. 2008/6/17 Rohit Ghatol (Googl

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

2008-06-17 Thread davew
Sorry I need more coffee today. I meant hi5, which is: hi5_public_key_str = """0x\ 009981dad8b0409e18efd8b2b0df68\ efef23232aefe0d87409889b3c20df\ 9c27b62dc3af707a912e8e79188100\ 8513bdd6575f75e2b491715650c51f\ f3db4629a6d1ddde42f49f5b7fb4c4\ 8845f42dc4f50163e8b581cfa6c196\ 1e69d29497ca0

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

2008-06-17 Thread davew
Hi Guy, Check out Lane's article http://code.google.com/apis/opensocial/articles/appengine.html It has everything you need to handle OAuth sigs. I also have the hex code for Orkut's certificate if you need it. -Dave On Jun 17, 3:21 am, Guy Rutenberg <[EMAIL PROTECTED]> wrote: > Hi, > > On J

[orkut-developer] Re: Confusing Caching

2008-06-17 Thread Luciano Ricardi
Hi Rohit, I'll make the tests today again and I'll post here the results tomorrow... Thanks for reply! Luciano On Tue, Jun 17, 2008 at 5:12 AM, Rohit Ghatol (Google) < [EMAIL PROTECTED]> wrote: > > Hi Everyone, > Are you guys still facing this issue? > > Thanks, > Rohit > > On Jun 10, 4:51 pm,

[orkut-developer] Setup opensocial Development

2008-06-17 Thread AMIT
How to setup opensocial development plateform for java at our end using any server like Jboss or Tomcat server. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, sen

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

2008-06-17 Thread Guy Rutenberg
Hi, On Jun 12, 2:45 pm, "Rohit Ghatol" <[EMAIL PROTECTED]> wrote: > http://code.google.com/apis/opensocial/articles/appengine.html Thanks it really helped. However, I'm stuck on parsing the x509 certificate to hex. Can you give me some pointers on how to parse (which part of it should I convert

[orkut-developer] Plz. help us to actvate orkut....

2008-06-17 Thread Denny
hi.. we r the Indian natives ..residenced at United Arab EmiratesAs u know that U.A.E govt. had banned Orkut there.. and we users are unable to log in..but in behalf of all Orkut lovers here.. not only indians.. but also from diff. countries want ur help to reactivate orkut their again.. as

[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] Videos in profile

2008-06-17 Thread sb
Hello Currently, is there any method/api which I can use to add a video from youtube or Google video to videos in my profile (I mean, into My favorite videos) ? Thanks sb --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[orkut-developer] OpenSocial & Facebook Meet, Bangalore

2008-06-17 Thread Navaneeth Krishnan
Hello, We are having an OpenSocial & Facebook developer meet on the 21st in Bangalore. The details are attached below.Developers who are interested, please confirm your participation in advance. In case of any clarifications, please feel free to email me in person. Regards, Navaneet