[orkut-developer] knowing how many are added my app?

2008-02-15 Thread Rajasekhar
Hi all Is api provides any method to know how many are added my app and how many are see my app thanks , Raj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send

[orkut-developer] Re: Submit your app online

2008-02-15 Thread Arne Roomann-Kurrik
Hi Jevs, If you see the confirmation message that the information has been put into a spreadsheet after submitting the application, we've gotten it. You'll get a personalized message some time after submitting, but because each submission has to be manually reviewed, please allow some time for

[orkut-developer] Re: JSON Parse Errors

2008-02-15 Thread Arne Roomann-Kurrik
Thank you for sending the URL. Sorry for the delay in my response, but I'm posting my response here as other developers may find some help. Orkut expects JSON keys to be enclosed in quotes. The url returned: { value_1 : "3", value_2 : "5"} To be parsed by the make request function, this should

[orkut-developer] Re: makeRequest authenticated

2008-02-15 Thread Arne Roomann-Kurrik
Hi Cory, Unfortunately authentication with makeRequest is not implemented on Orkut yet. You can file a feature request on http://code.google.com/p/opensocial-resources/issues/list to be notified when this is implemented. When the feature _is_ implemented, we'll be posting samples on how to us

[orkut-developer] Re: How to get new users to install your app

2008-02-15 Thread Arne Roomann-Kurrik
Hi Ravi, Yes, this is possible to do by linking to the appInfo page for your gadget. If you look at http://graargh.returnstrue.com/coderunner/ I supply a link to install the app on a third party site (but you could print such links inside your application as well). Hope this helps, ~Arne On F

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread Jattfx
ya same problem here ... I was going to finish up my app and submit it in but looks like thats not going to happen :-( .. bad .. should probably extend the due date. I On Feb 15, 3:40 pm, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi RS, > >What problems do you get when adding or rem

[orkut-developer] Important issues in getting Thumbnail url - please reply

2008-02-15 Thread dinesh
Hi All, I noticed one issue in getting Thumbnail Url If i am trying to get the thumbnail of owner owner.getFiled(opensocial.Person.Field.THUMBNAIL_URL) this returns me a full path of thumbnail but dosent work for owner and works for viewer and owner_friends and the irony is that if its owner

[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread Jason
Yes, all type="url" gadgets are returning 404 errors in the Orkut sandbox at the moment. The good news is that is a known issue that should be resolved shortly. Type="url" applications are limited in that you can't make use of the existing OpenSocial JavaScript API, which severely limits your app

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread Arne Roomann-Kurrik
Hi RS, What problems do you get when adding or removing applications? ~Arne On Fri, Feb 15, 2008 at 12:10 PM, RS <[EMAIL PROTECTED]> wrote: > > Arne, > > Tried removing, adding again, nothing worked. Can't remove or add app. > May be they are in the middle of update still. I will wait for so

[orkut-developer] Re: Submit your app online

2008-02-15 Thread JevS
How to get information that submitted applications are received by Google team? It seems there is no automatic e-mail notification. Thanks. Jevs --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum"

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread RS
Arne, Tried removing, adding again, nothing worked. Can't remove or add app. May be they are in the middle of update still. I will wait for some more time. I thought of getting lot of work done tonight and looks like I cannot :-( It would have been nice if there was a prior notice on the sandbox

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread RS
O! My God! How did that happen!!? I have tried removing, they are not getting removed and I can't even add the app now. what happens to the apps that are already submitted. Do they have to be re-submit again??? Thanks for your quick response. Really appreciate it. Cheers, Sreenivas On Feb 16,

[orkut-developer] Eclipse

2008-02-15 Thread Cory R.
What's the status of the Google Gadgets Eclipse plugin? And where can I find it? =) --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread Arne Roomann-Kurrik
Hi RS, A sandbox push this morning had a bug that caused invalid metadata for applications to be cached. This bug has been fixed, but you are likely seeing the old invalid cached data. Please try going to http://sandbox.orkut.com/MyApps.aspx and removing all the applications on your profile a

[orkut-developer] Re: Can't get Orkut user info

2008-02-15 Thread RS
Thanks Arne for the update on this and your support on this group. Really appreciate it. Cheers, RS On Feb 13, 1:07 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi RS, > >    According to the spec, this should be possible by passing the ID of the > person you need information for to

[orkut-developer] Re: Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread RS
I am sure everyone would appreciate a small email or a message about the Sandbox updates. Otherwise it is very very difficult to keep up with the updates and the testing the app. Cheers, RS On Feb 16, 12:36 am, RS <[EMAIL PROTECTED]> wrote: > Hi, > > I was trying to test something and all of a

[orkut-developer] Where did all apps go from Sandbox? Need immediate response!

2008-02-15 Thread RS
Hi, I was trying to test something and all of a sudden I lost all my apps from Sandbox!!! I don't even see "Apps" anymore on my left nav. Yes I am in Sandbox. Double checked everything, waited for about 15 min.. thinking may be they are updating sandbox... no sign of them till now. Does anyone h

[orkut-developer] Re: JSON Parse Errors

2008-02-15 Thread Nikhil Gupte
Hi Arne, I've emailed the URL to you. On Feb 16, 12:04 am, "Arne Roomann-Kurrik" <[EMAIL PROTECTED]> wrote: > Hi Nikhil, > > Could you share the URL that you are fetching? If you don't want to share > this publicly, please email it to me. > > Thanks, > ~Arne > > On Fri, Feb 15, 2008 at 1:49 A

[orkut-developer] makeRequest authenticated

2008-02-15 Thread Cory R.
Hi- Is there an example anywhere of using authentication with Make request? The reference shows how to specify it, but not how to give authorization parameters to the request. Any help would be grand. Thanks, Cory --~--~-~--~~~---~--~~ You received this message

[orkut-developer] Re: JSON Parse Errors

2008-02-15 Thread Arne Roomann-Kurrik
Hi Nikhil, Could you share the URL that you are fetching? If you don't want to share this publicly, please email it to me. Thanks, ~Arne On Fri, Feb 15, 2008 at 1:49 AM, Nikhil Gupte <[EMAIL PROTECTED]> wrote: > > Forgot to mention, the JSON document contains: > {b: "b", a: "a"} > > This is

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Dinesh Kumar Subramanian
started getting the following errors again missing } after function body [Break on this error] os_Jc(b)){return false}for(var d in a){if(!os_Ye(a[d],b[d])){return false}}retur... opensocial-0.7.js (line 135) opensocial is not defined [Break on this error] var req = opensocial.newDataRequest(); D

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Dinesh Kumar Subramanian
Its much more worse now. I dont even see the list of Apps in my home page. Even if i go to myapps directly through the Url nothing seems to show up. Dinesh On Fri, Feb 15, 2008 at 12:47 PM, Dinesh Kumar Subramanian <[EMAIL PROTECTED]> wrote: > Not to me though > > I get this error message > >

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Dinesh Kumar Subramanian
Not to me though I get this error message There was an error displaying this application Thanks Dinesh On Fri, Feb 15, 2008 at 12:44 PM, Jelena Kolokotronis <[EMAIL PROTECTED]> wrote: > > Yep... finally :) > > > > the1geek wrote: > Yay! It's working just now. > > Thanks. > ~newton > > On

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Jelena Kolokotronis
Yep... finally :) the1geek wrote: > Yay! It's working just now. > > Thanks. > ~newton > > On Feb 15, 10:25 am, the1geek <[EMAIL PROTECTED]> wrote: > >> No cigar. Is the url correct for the fixed one? I'm still getting the >> same error after aggressively clearing all caches. >> >> ~newton >> >>

[orkut-developer] Re: Google Gadget (Orkut Open Social)

2008-02-15 Thread Arne Roomann-Kurrik
Hi Pakaj, Orkut is going to support fetching albums and photos from a Person object. Eventually, you'll be able to make a call similar to: var albums = somebody.getField("orkut.albums"); For (var i=0; i wrote: > Hi team, > > I am trying to implement a photo application for OpenSocial (Orkut

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread the1geek
Yay! It's working just now. Thanks. ~newton On Feb 15, 10:25 am, the1geek <[EMAIL PROTECTED]> wrote: > No cigar. Is the url correct for the fixed one? I'm still getting the > same error after aggressively clearing all caches. > > ~newton > > On Feb 15, 10:07 am, "Lane LiaBraaten (Google)" > > >

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread the1geek
No cigar. Is the url correct for the fixed one? I'm still getting the same error after aggressively clearing all caches. ~newton On Feb 15, 10:07 am, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > The issue with opensocial-0.7.js should be fixed now.  You may need to >

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread [EMAIL PROTECTED]
I clear my cache but still the same! missing } after function body I try to test in other computer and nothing. :( On 15 fev, 16:07, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi Everyone, > > The issue with opensocial-0.7.js should be fixed now. You may need to > force your brow

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Dinesh Kumar Subramanian
Hi, I am not able to use or even open my App I get the following errors. Please let me know whats going on. With the deadline around the corner I want to test my apps before submitting. win has no properties [Break on this error] function(){return this.getCurrentBrowser().contentWindow};G_Tabb

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Jelena Kolokotronis
still the same missing } after function body no matter how many times i clear caches and all... Lane LiaBraaten (Google) wrote: > Hi Everyone, > > The issue with opensocial-0.7.js should be fixed now. You may need to > force your browser to refresh the file: > http://0.o.gmodules.com/46/o/open

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Lane LiaBraaten (Google)
Hi Everyone, The issue with opensocial-0.7.js should be fixed now. You may need to force your browser to refresh the file: http://0.o.gmodules.com/46/o/opensocial-0.7.js Cheers, Lane On Feb 15, 9:37 am, Jelena Kolokotronis <[EMAIL PROTECTED]> wrote: > My apps are completely gone, as well as a

[orkut-developer] Re: Submit your app online

2008-02-15 Thread Arne Roomann-Kurrik
Hi Marc, There isn't a firm submission deadline - applications sent after today will be reviewed on a first-come-first-served basis. We're making an effort to get as many gadgets reviewed before the initial launch at the end of this month, but won't be able to guarantee that any gadget submitt

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread Jelena Kolokotronis
My apps are completely gone, as well as any links to them, it acts like a normal Orkut, not sandbox anymore... Is it just me or something weird is happening here?!? Jelena the1geek wrote: > Yep, "missing } after function body in > Source File: http://0.o.gmodules.com/46/o/opensocial-0.7.js"; >

[orkut-developer] Re: i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread the1geek
Yep, "missing } after function body in Source File: http://0.o.gmodules.com/46/o/opensocial-0.7.js"; This js file may have just very recently updated with the bug. ~newton On Feb 15, 5:11 am, anupama <[EMAIL PROTECTED]> wrote: > hi all, > i am not able to view my application in sandbox,i got er

[orkut-developer] Re: JS frameworks

2008-02-15 Thread Mike Digital Egg
Hi Ravi, I am using Prototype & Scriptaculous extensively in my app and they work just fine. I think OS would support any framework. Mike www.learnitlists.com On Feb 15, 5:24 pm, Ravi D <[EMAIL PROTECTED]> wrote: > Are there any JS frameworks recommended for opensocial/orkut > development? I a

[orkut-developer] JS frameworks

2008-02-15 Thread Ravi D
Are there any JS frameworks recommended for opensocial/orkut development? I am looking for a decent debugging support and UI controls for d&d, page flipping etc --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut

[orkut-developer] How to get new users to install your app

2008-02-15 Thread Ravi D
I know that requestShareApp is not working. Is it possible to create "Add this Application" links within our app? -r --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this grou

[orkut-developer] Links in activity feed

2008-02-15 Thread Ravi D
Anyone know how to post links into an activity feed? Right now, it seems like i can post text, but not links. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send

[orkut-developer] Re: problem executing any requests

2008-02-15 Thread Dan
Thanks for the advice, but as you mention, since the same machine works using another persons account, the IP was not a problem. However, as of 9:30 AM ET, possibly earlier, my account appears to be working perfectly well now. Code runner is processing its code sample perfectly and my code is run

[orkut-developer] i am not able to see my application in sandbox,error like opensocial is not defined

2008-02-15 Thread anupama
hi all, i am not able to view my application in sandbox,i got error like open social is not defined.Is their any change in open social please give the solution for me,arugent. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[orkut-developer] I am unable to fetch any information about owner or viewer !!

2008-02-15 Thread puneet
Hi, I am unable to fetch any information about owner or viewer from past 2-3 hours. is thr some update going ? is anyone else getting the same problem ?? -puneet --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ork

[orkut-developer] Re: getParams()

2008-02-15 Thread roby
Be sure have include in gadget xml If the result is blank that is mean you have no params set. Must to use gadgets.views.getParams(); to obtain app params Ex: var params = {}; params['key'] = 'value'; gadgets.views.requestNavigateTo(views.canvas,params); will load ...&appParams=%7B%22key

[orkut-developer] Application add notification

2008-02-15 Thread [EMAIL PROTECTED]
If a user adds an application then App add notifications to his/her friends were automatic in previous versions of the sandbox. Has this just been disabled temporarily in Sandbox v 0.7 or does something need to be done by the application? --~--~-~--~~~---~--~~ You r

[orkut-developer] getParams()

2008-02-15 Thread Vanessa
I'm having problems getting my opt_params sent via navigateTo. I call getParams() and get an empty object. Does anyone knows what is going on? Is it a problem in the orkut container or in my code? --~--~-~--~~~---~--~~ You received this message because you are subsc

[orkut-developer] Newbie stuck in openSocial mud already :(

2008-02-15 Thread [EMAIL PROTECTED]
Hi, I am new to OpenSocial, just going through the first tutorial. I cannot get even version 1 of the tutorial code to work (listing friends) in Orkut, as it triggers an error: "init not defined". init is clearly in the js file I included, and I even used Googles js file to make sure, but no luck

[orkut-developer] Re: No confirmation of submission.

2008-02-15 Thread Mike Digital Egg
Hi, Ok we have just received confirmation that our application was received :) Only problem was tht our app would not install! So just a quick tip for those of you who are about to submit your apps, uninstall it and try an fresh install. Our app was working perfectly once installed but the insta

[orkut-developer] For those who will have (or really do expect) high loads and traffic

2008-02-15 Thread motivepath
If you've already deployed a successful app, and are expecting high traffic but don't want to buy a lot more servers, drop me a line. A good friend of mine owns a Tier 1 colo in SF (www.servepath.com) and is interested in a very private beta for app developers. I had to convince him, so this is no

[orkut-developer] Re: is requestShareApp working?

2008-02-15 Thread Jelena Kolokotronis
Yep, I was looking at that same doc. Thanks, Jelena Jerome wrote: > Hi Jelena, > > You are right, requestShareApp() is in the OS0.7 release notes (http:// > code.google.com/apis/opensocial/docs/releasenotes.html), but in > today's Orkut Hackathon, we were informed that this is not yet > working

[orkut-developer] Re: JSON Parse Errors

2008-02-15 Thread Nikhil Gupte
Forgot to mention, the JSON document contains: {b: "b", a: "a"} This is also seen in response.text On Feb 15, 2:44 pm, Nikhil Gupte <[EMAIL PROTECTED]> wrote: > Jason, > > Thanks for looking into this. Following is my code: > -START- > function fetchData(url, callback) { > var params =

[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread come2know
Thanks Mike! I removed all code of database.php and echo "MYSQL connected". I am getting the same , NOT FOUND error 404 . I think content type url method is not working properly. do reply.. Thanks, On Feb 15, 2:25 pm, Mike Digital Egg <[EMAIL PROTECTED]> wrote: > Hi, > > The contents of

[orkut-developer] Re: JSON Parse Errors

2008-02-15 Thread Nikhil Gupte
Jason, Thanks for looking into this. Following is my code: -START- function fetchData(url, callback) { var params = {}; params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.JSON; gadgets.io.makeRequest(url, function(response) { console.log(response)

[orkut-developer] Re: MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread Mike Digital Egg
Hi, The contents of database.php will appear in the gadget when you are using the content type url method. So just query the database and print out results within database.php. Hope this helps Mike www.learnitlists.com On Feb 15, 10:08 am, come2know <[EMAIL PROTECTED]> wrote: > Hi all! > > I

[orkut-developer] MYSQL database connection using PHP for my gadget ?

2008-02-15 Thread come2know
Hi all! I want to connect my gadget with MYSQL database using PHP, both are on the same server. I write database.php file having my server and database details. and used it as follows: http://XYZ/database.php"/> How can I access my database in gadget? do reply... Thanks, --~--~-~

[orkut-developer] No confirmation of submission.

2008-02-15 Thread Mike Digital Egg
Hi, We submitted our application yesterday (learnit lists) but did not recieve an confirmation that the application has been recieved by Orkut. We are very keen to be considered for the first released and would hate to miss the boat because the submission form failed. Can anyone at Google/Orkut c