[orkut-developer] Re: gadgets.window.adjustHeight() is not working in Orkut sandbox

2009-07-14 Thread Sachin Shenoy
I tested this in Chrome 2 and IE6 seems to be working fine. Could you let me know if you are still facing the problem? Regards, Sachin PS. Please clear all cache before testing this bug was there on sandbox few weeks back, but since have been fixed. To get the fix you have to refresh the JS manua

[orkut-developer] Server backend with orkut gadget interaction

2009-07-14 Thread barinov.ser...@gmail.com
Hello Orkut Developers! I'm seeking a way to do interaction between my server and orkut gadget. It's necessary to send a request to gadget from my backend. Gadget should catch it and send response back. Simple, but not clear for me. The goal is to combine Javascript API and REST API calls, to exte

[orkut-developer] Re: Reg: Retrieving albums.

2009-07-14 Thread apurv
Can I see the application on staging? This should go into production in ~2 weeks. On Jul 9, 5:45 pm, "Ashok.s " wrote: >  Hi > > Is there any news about when Album API will be released outside sandbox ? We > are developing an an application based on retrieving albums. > pls let me know.. > > --

[orkut-developer] Re: not working in profile view [2]

2009-07-14 Thread apurv
Unfortunately, we can't support this. If you wish to get more stats, e.g. breakdown of renders by locale etc, please make it a separate request and we can look at what can be incorporated into the weekly stats email. On Jul 13, 5:42 am, Samuel Vignoli wrote: > HELLO?? > > PLEASE ANSWER

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-07-14 Thread Athira JJ
gadgets.util.registerOnLoadHandler is a function that executed when the gadget loads. So it should work fine if you move gadgets.util.registerOnLoadHandler (callback) after the callback function. Hopefully that solves the issue, if not let me know. Athira --~--~-~--~~~---

[orkut-developer] Re: Problem In Canvas And Update Method

2009-07-14 Thread Athira JJ
That should work fine if you move the feature dependencies of the gadget under the ModulePrefs tag. Pls specify this format instead of Cheers, Athira --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[orkut-developer] Re: Problem In Canvas And Update Method

2009-07-14 Thread Prashant Patil
Please be more specific not in english but --> हिंदी मे तो कर सकते हो :P On Tue, Jul 14, 2009 at 2:44 PM, Swarnava Sengupta < swarnavasengu...@gmail.com> wrote: > > Whats wrong On Dis App? > > > http://hosting.gmodules.com/ig/gadgets/file/114699564936817898687/Slambook.xml > > Plx Reply..I Post 7

[orkut-developer] Re: problem while registering my consumer key

2009-07-14 Thread Prashant Patil
Hi seems to be you are at wrong form! This is orkut-developers forum! You may contact igoogle or other googleapps related forum! On Wed, Jul 8, 2009 at 6:33 PM, jaswinder singh < jaswindersingh1...@gmail.com> wrote: > > Hi all, > I need to register my consumer key and secret to igoogle so that

[orkut-developer] Re: opensocial JS API: getting gender and websites of friends

2009-07-14 Thread Prashant Patil
I think you cant get gender of friends! You can get gender of ony that person who have installed application! Check out here for more details! http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledatapolicies On Wed, Jul 8, 2009 at 6:44 PM, madthanu wrote: > > I a

[orkut-developer] Re: Xml Error Help me

2009-07-14 Thread Prashant Patil
Just giving you idea! Because i am not sure it as per Developers guideline or not! 1) You are at unknown canvas page! Its migh be as a owner or viewer! get owners id = oid say!! get viewers id = vid match both ids if(oid != vid ) { goto xyz page } I hope you got this! On Mon, Jul 6, 2009 at 12

[orkut-developer] Re: Tired of submitting apps to you.

2009-07-14 Thread Prashant Patil
check you have hosted your app on good host! or own host! some time 404 i.e page not found error results to application rejection. e.g you have used one iframe inside iframe if its throwing 404 error + some popup's in case of free host! i hope you got it! recheck your apps and resubmit.! On Thu,

[orkut-developer] Re: How to start developing application

2009-07-14 Thread Prashant Patil
Hi there Take a look here http://code.google.com/apis/opensocial/articles/tutorial/ On Sat, Jul 11, 2009 at 4:14 PM, sanju wrote: > > Can any help me how start developing …. > Thanks. > > > > > -- With best Regards. Prashant aka Orkuteer http://en.blog.orkut.com/2007/11/thanks-from-orkuteer

[orkut-developer] Re: sekking help in stroring data in file

2009-07-14 Thread Prashant Patil
You may use php for this. Just Pass data to your host and save to database of files! or you may have option to save data in persistence storage of orkut! P:S Read developers guide about users data and privacy! On Sun, Jul 12, 2009 at 6:00 PM, jyotirmay wrote: > > hello, > > I am Jyotirmay fr

[orkut-developer] Re: Unable to add App from URL to sandbox ....

2009-07-14 Thread Prashant Patil
oh remo On Tue, Jul 14, 2009 at 3:37 PM, Prashant Patil < prashantpandurangpa...@gmail.com> wrote: > gadget specifications are missing! > > do like this > > > > > directory_title="123" description="description" screenshot="image__" > thumbnail="thumb__" title_url="http://www.orkutfans.com/

[orkut-developer] Re: Unable to add App from URL to sandbox ....

2009-07-14 Thread Prashant Patil
gadget specifications are missing! do like this http://www.orkutfans.in/ " author_email="" author_affiliation="orkutfans." author_location="Brazil" scaling="true" scrolling="false">

[orkut-developer] Re: Unable to add App from URL to sandbox ....

2009-07-14 Thread Prashant Patil
gadget specifications are missing! do like this http://www.orkutfans.com/"; author_email=" prashantpandurangpa...@gmail.com" author_affiliation="orkutfans." author_location="Brazil" scaling="true" scrolling="false">

[orkut-developer] Re: Minimized applications in profile view

2009-07-14 Thread gbarros
Back on topic: What's the logic on minimized apps? I've noticed that only the top two are open. But sometimes, even the owner and the viewer both leaving the apps open at the last visit, when they visit again the top two aps might be closed on that particular profile. --~--~-~--~~-

[orkut-developer] Re: Getting a Unsupported feature: org.apache.shindig.common.xml.XmlException: Element type "span"

2009-07-14 Thread Prashant Patil
check your ending tag from gadget specificatiosn! /> or > On Tue, Jul 14, 2009 at 6:38 AM, logixlord wrote: > > Hi All, > > I am getting the following error while uploading my app to orkut > sandbox: > > There was an error getting information about this application: > Unsupported feature: org.

[orkut-developer] Getting a Unsupported feature: org.apache.shindig.common.xml.XmlException: Element type "span"

2009-07-14 Thread logixlord
Hi All, I am getting the following error while uploading my app to orkut sandbox: There was an error getting information about this application: Unsupported feature: org.apache.shindig.common.xml.XmlException: Element type "span" must be followed by either attribute specifications, ">" or "/>".

[orkut-developer] delete a double-posted app

2009-07-14 Thread Bryan
I accidentally posted my app by varying the app xml url. Can someone delete the second app or tell me what to do to make it happen? If I could merge my users, that would be great, but I mainly want to get rid of the second app app I'd like to keep: http://www.orkut.com/Main#Application

[orkut-developer] Fetching data sent by makeRequest()

2009-07-14 Thread abhishek
Hi, I have developed an orkut app that extracts profile details of friends. Now i need to write these details to a file. For this i tried to send a small data (Array) to a freewebhost where i have my account. function makeRequest(url, post) { var params = {}; postdata = gadgets.io.encodeValues(po

[orkut-developer] Fetching data sent by makeRequest()

2009-07-14 Thread abhishek
Hi, I have developed an orkut app that extracts profile details of friends. Now i need to write these details to a file. For this i tried to send a small data (Array) to a freewebhost where i have my account. function makeRequest(url, post) { var params = {}; postdata = gadgets.io.encodeValues(po

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-07-14 Thread Sathish
Hi Sachin, We have changed the XML. Please check: http://sns.oneindia.in/thatsmalayalam/thatsmalayalam.xml But still app. is not working and throwing "gadgets is not defined" error in line gadgets.util.registerOnLoadHandler(getData); Please reply. Thanks, Sathish On Jul 9, 10:12 am, Sachin S

[orkut-developer] gadgets.window.adjustHeight() is not working in Orkut sandbox

2009-07-14 Thread nitu
Hi, gadgets.window.adjustHeight() has stopped working for me in the sandbox. So far I have verified for IE8, FF 3.5 and chrome 2. Firebug shows Unknown RPC service: resize_iframe . It was working till last night for my application ( I am India based). I have also found that it's not workin

[orkut-developer] Unable to add App from URL to sandbox ....

2009-07-14 Thread logixlord
Hi All, The url for my app is the following: http://sites.google.com/site/logixlord/helloworld2/dailydeal_final3.xml It is running fine in iGoogle. But I am unable to add the application to my profile in sandbox by providing the url, because there is an "Object Required" js error when I click o

[orkut-developer] sekking help in stroring data in file

2009-07-14 Thread jyotirmay
hello, I am Jyotirmay from India. I am developing an application on orkut in which I am trying to store some information from orkut in a file. how i can do this and i tried makeRequest() function in solving it but What kind of web host we have to use at receiving side ? Can you help me in stror

[orkut-developer] How to start developing application

2009-07-14 Thread sanju
Can any help me how start developing …. Thanks. --~--~-~--~~~---~--~~ 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 To unsubscribe fr

[orkut-developer] Re: Problem with dynamic contents

2009-07-14 Thread Prakhar Kumar Goel
HI Dhaval and all others, Thanks a ton for your support and resolving the problem! I was finally able to flow the data in and out of xml and my php files seamlessly. It was a great experience. Special thanks to Dhaval for nicely detailing out the intricacies required for the GET and POST request.

[orkut-developer] Need my duplicated app deleted from the gallery

2009-07-14 Thread codestorm
My app "Friend Slider" was approved and posted as: http://www.orkut.com/Main#AppInfo.aspx?appId=916364557649&ref=MP from the URL: http://roflcode.com/sl/FriendSlider/Web/FriendSlider.xml I got a second approval with a slight variation on the URL, and now there's a separate app: http://www.orku

[orkut-developer] not able to call my oAuth provider through gadget

2009-07-14 Thread jaswinder singh
Hi all, I have my own OAuth service provider(sparklr) and I want to access the service provider through igoogle gadget... Reading blogs and post i come to know that i have to register my oAuth consumer key and oAuth consumer secret with oauthoproxy...@google.com...so i

[orkut-developer] Orkut, Data Pipelining and OpenSocial Templates

2009-07-14 Thread Gleyson
Hi Everyone, What is the currently supported opensocial version for orkut? Does it support Data Pipelining or templates? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To pos

[orkut-developer] Tired of submitting apps to you.

2009-07-14 Thread selena
Hi, I have submitted two times my apps to you and each time you throw back for some real abstract reasons, with no explanation or the real issue. Again, you guys just have no way to communicate with the do-not- re...@orkut.com. Can you again look into the 5 apps I submitted today and really say

[orkut-developer] Reg: Retrieving albums.

2009-07-14 Thread Ashok.s
Hi Is there any news about when Album API will be released outside sandbox ? We are developing an an application based on retrieving albums. pls let me know.. -- With Regards, Ashokkumar.S --~--~-~--~~~---~--~~ You received this message because you are subscrib

[orkut-developer] Re: Xml Error Help me

2009-07-14 Thread Vijay
Problem solved Thanks to one and all... On Jul 8, 10:25 am, Athira JJ wrote: > To use the flash (_IG_EmbedFlash) library, simply add the following > line under : > > > > Thanks, > Athira > > On Jul 7, 11:30 am, "Shishir Birmiwal (Google)" > > wrote: > > Where do you see this error? It seems to

[orkut-developer] Re: Getting "gadgets is not defined" error

2009-07-14 Thread Sathish
Hi Sachin, We have edited in the same XML. Please check: http://sns.oneindia.in/thatsmalayalam/thatsmalayalam.xml We moved "prefs = new gadgets.Prefs();" to onLoadFriends() function. But still the app. is not loading and throwing JS error (gadgets is not defined) in gadgets.util.registerOnLoadHa

[orkut-developer] App again has disappeared from directory

2009-07-14 Thread bubome.edw...@gmail.com
Hello, Our App has again disappeared from the Orkut App directory, it was at the very bottom of the first page (language set to Portuguese Brasil), and now it's gone, can't find it anywhere. Could someone please look into this ASAP? and find out why this happens, and solve it once for all please.

[orkut-developer] opensocial JS API: getting gender and websites of friends

2009-07-14 Thread madthanu
I am writing an app, and am trying to get the website and gender of all friends of the viewer. Following is the code snippet I used: params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS]= [opensocial.Person.Field.GENDER, opensocial.Person.Field.URLS]; req.add(req.newFetchPeopleRequ

[orkut-developer] problem while registering my consumer key

2009-07-14 Thread jaswinder singh
Hi all, I need to register my consumer key and secret to igoogle so that I can access my oAuth Service provider through gadget deployed in igoogle container . I have mailed the details of consumer key and sceret to 'oauthproxy...@google.com' also but still didnt recieve any response can any one p

[orkut-developer] Re: Xml Error Help me

2009-07-14 Thread Mamta
Hi... There was some mistake in the gadget... Check the XML @ http://hosting.gmodules.com/ig/gadgets/file/114683736343685631356/test.xml and you will find the solution. You were using small m for closing , also there was no closing " > " for . Check this out after description. Hope it will solv

[orkut-developer] Re: Xml Error Help me

2009-07-14 Thread Ashok.s
Hi Any navigation Url to redirect when viewer doesn't install the application (meaning redirect to AppInfoUrl to add this application) if any possiblities is there pls let me know ?.. On Fri, Jul 3, 2009 at 10:22 AM, Vijay wrote: > > Iam gettin an error as follows > > XML Parsing Error: not

[orkut-developer] Problem In Canvas And Update Method

2009-07-14 Thread Swarnava Sengupta
Whats wrong On Dis App? http://hosting.gmodules.com/ig/gadgets/file/114699564936817898687/Slambook.xml Plx Reply..I Post 7 Times ..but didnt find any reply...if any thing wrong gimme solution plz. and sorry For Mah English..:( --~--~-~--~~~---~--~~ You received t

[orkut-developer] Problem In Canvas And Update Method

2009-07-14 Thread Swarnava Sengupta
Whats wrong On Dis App? http://hosting.gmodules.com/ig/gadgets/file/114699564936817898687/Slambook.xml Plx Reply..I Post 7 Times ..but didnt find any reply...if any thing wrong gimme solution plz. and sorry For Mah English..:( --~--~-~--~~~---~--~~ You received t

[orkut-developer] Orkut app "Khelo Bid" approved.

2009-07-14 Thread drkiran
Hi to All, My first orkut application "Khelo Bid" has been approved . Thanks to Orkut Team and forum members. I would like to invite all forum members to use this application .And send me your valuable feedbacks. Thanks and Regards Deepak Raj Kiran --~--~-~--~~~---