[OpenSocial] Re: hash code for email addresses

2008-11-03 Thread Aakash Bapna
This seems to be a really good suggestion for handling email ids in the API. Aditi, can you go ahead and req. this feature over here- http://code.google.com/p/opensocial-resources/issues/entry?template=Specification%20Feature ThanksAakashhttp://aakash.me > Date: Mon, 3 Nov 2008 14:39:48 -0500>

[OpenSocial] Re: cross-domain issue in iframe

2008-08-29 Thread Aakash Bapna
t.com/AppInfo.aspx?appId=533696775290Thanks Aakash Date: Thu, 28 Aug 2008 15:29:34 -0700From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: cross-domain issue in iframe Hi Scott, A different subdomain is enough to have the browser enforce the cross-domain restriction.~Arne On Thu, A

[OpenSocial] Re: How can I get the owner's friends that uses the same gadgat?

2008-08-28 Thread Aakash Bapna
Welcome Lucas, It is possible to get owner's friends who have the app installed without using any server-side programming language.here is the javascript code to get you started.function request() { var req = opensocial.newDataRequest(); var params = {}; params[opensocial.DataRequest.PeopleRe

[OpenSocial] Re: Making An OpenSocial Flash-Based Application

2008-07-22 Thread Aakash Bapna
& buddypoke. any alternative, workarounds? Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 22 Jul 2008 08:46:51 -0700> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> Subject: [OpenSocial] Re: Making An > OpenSocial Flash-Based Applicat

[OpenSocial] Re: Where i get the file having gadgets.util.registerOnLoadHandler(init);

2008-07-15 Thread Aakash Bapna
Hi, "init" here is the name of function that is invoked when the body of the app has finished loading.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 15 Jul 2008 07:34:55 -0700> Subject: [OpenSocial] Where i get th

[OpenSocial] Re: Passing params to callback fnc in gadgets.io.makeRequest(url, callbackfnc, params);

2008-07-01 Thread Aakash Bapna
You can try making the variables you want to pass globlal, then update them in callback function.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 1 Jul 2008 09:25:38 -0700> Subject: [OpenSocial] Passing params to > callback fnc in gadgets.io.makeRe

[OpenSocial] Re: Passing arrays in req.newUpdatePersonAppDataRequest

2008-07-01 Thread Aakash Bapna
Hi Nitin, this will work for sure. CodeRunner- http://sandbox.orkut.com/AppInfo.aspx?appId=118738807794 is a good place to test such code-snippets and get results.Thanks [EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 1 Jul 2008 03:27:51 -0700> Subject: [OpenSocial] P

[OpenSocial] Re: some doubts about the opensocial apps for orkut

2008-06-30 Thread Aakash Bapna
you can host js, XML files on different servers.Thanks [EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Mon, 30 Jun 2008 23:07:27 -0700> Subject: [OpenSocial] Re: some doubts > about the opensocial apps for orkut> From: [EMAIL PROTECTED]> To: > opensocial-api@google

[OpenSocial] Re: Subject: Open Social vs. Facebook

2008-06-26 Thread Aakash Bapna
Hi, take a look here-- http://aakash-bapna.blogspot.com/2008/06/opensocial-getting-started.html it has all the stats to let you make the decision :)Thanks ~Aakashhttp://aakash-bapna.blogspot.com > Date: Wed, 25 Jun 2008 18:40:15 -0700> Subject: [OpenSocial] Subject: Open >

[OpenSocial] Re: to help in orkut app development

2008-06-25 Thread Aakash Bapna
g the user id as obtained above!= uid that's visible on orkut profile urls.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Thu, 26 Jun 2008 00:11:19 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: to help in orkut app developmentwhenever the applic

[OpenSocial] Re: Use of external libraries

2008-06-25 Thread Aakash Bapna
Hi Keith, You can give the content of the iframe that holds your gadget in the app XML. here is the example to get started Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 24 Jun 2008 06:01:53 -0700> Subject: [OpenSocial] Use of external >

[OpenSocial] Re: Application submission error

2008-06-25 Thread Aakash Bapna
the url is http://sandbox.orkut.co.in/AppInfo.aspx?appId=850890724416 the sandbox is known to have issues sometimes. you can wait and try sometime later. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 25 Jun 2008 11:23:42 -0700> Subject: [OpenSoci

[OpenSocial] Re: I am new to orkut apps

2008-06-25 Thread Aakash Bapna
provide multiple pages to your app.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 24 Jun 2008 11:12:53 -0700> Subject: [OpenSocial] I am new to > orkut apps> From: [EMAIL PROTECTED]> To: opensocial-api@googlegroups.com> > > > Hi everyone,>

[OpenSocial] Re: Application submission error

2008-06-25 Thread Aakash Bapna
there might be some problem with orkut sandbox at that time. try adding the app from here http://sandbox.orkut.co.in/AppInfo.aspx?appId=850890724416Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 25 Jun 2008 11:12:30 -0700> Subject: [OpenSocial] Appli

[OpenSocial] Re: to help in orkut app development

2008-06-25 Thread Aakash Bapna
Not possible.. however, apps can only be viewed when the user is logged in. No way to check the "logged in" status of persons by his person id.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 25 Jun 2008 11:09:15 -0700> Subject: [OpenSocial] Re: to

[OpenSocial] Re: Hi,How to get the data from open social networks?

2008-06-19 Thread Aakash Bapna
This will be possible when v0.8 is implemented across the containers. Then you can use the REST API's to get the data to your site. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 19 Jun 2008 04:28:03 -0700> Subject: [OpenSocial] Hi,How to get > the

[OpenSocial] Re: Null fields

2008-06-19 Thread Aakash Bapna
out http://docs.google.com/Present?docid=dd5dv8xk_11dz8824x7 Thanks ~Aakash http://aakash-bapna.blogspot.com > Date: Thu, 19 Jun 2008 05:58:32 -0700> Subject: [OpenSocial] Null fields> > From: [EMAIL PROTECTED]> To: opensocial-api@googlegroups.com> > > Wondering > if anybo

[OpenSocial] Re: OpenSocial & Facebook Meet, Bangalore

2008-06-17 Thread Aakash Bapna
I will be there too...Thanks ~Aakashhttp://aakash-bapna.blogspot.com Date: Tue, 17 Jun 2008 13:51:04 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: OpenSocial & Facebook Meet, BangaloreCC: [EMAIL PROTECTED] me in... On Tue, Jun 17, 2008 at 1:17 PM, rana das <

[OpenSocial] Re: App does not appear in directory

2008-06-17 Thread Aakash Bapna
It will take some time for the application to reach the directory.. mine took 10 days :) btw your appid is: 413788281112Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Tue, 17 Jun 2008 11:36:37 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: App does not

[OpenSocial] Re: OpenSocial Coding Practices

2008-06-17 Thread Aakash Bapna
Hi, Take a look at- http://code.google.com/p/opensocial-resources/wiki/OpenSocialBestPracticesTo minimize make request calls use the app's persistant data storage as much as possible.Thanks ~Aakashhttp://aakash-bapna.blogspot.com > Date: Mon, 16 Jun 2008 21:22:57 -0700> Subject:

[OpenSocial] Re: HELP.....In URGENT basis

2008-06-15 Thread Aakash Bapna
yeah, please brief the error you are getting. It would help other users too.. anyways here is the xml file with all image links corrected http://opensocial.pastebin.com/m5c8eb29aThanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Mon, 16 Jun 2008 00:37:33 +0900From: [EMAIL

[OpenSocial] Re: Fetching External Content - Text

2008-06-15 Thread Aakash Bapna
try _IG_RegisterOnloadHandler(makeNormalRequest) instead of gadgets.util.registerOnLoadHandler(makeNormalRequest) _IG_RegisterOnloadHandler() works fine for me on Orkut,hi5.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sun, 15 Jun 2008 04:37:58 -0700> S

[OpenSocial] Re: HELP.....In URGENT basis

2008-06-15 Thread Aakash Bapna
Hi Rajesh, You can set the source of image as "'src="+gadgets.io.getProxyUrl('http://cnybroe.googlepages.com/AddEdit.gif')+"'" Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Sun, 15 Jun 2008 11:26:04 +0530From: [EMAIL PROTECTED]: [

[OpenSocial] Re: fetching xml and using dom data. (orkut application)

2008-06-14 Thread Aakash Bapna
://aakash-bapna.blogspot.com > Date: Sat, 14 Jun 2008 13:23:49 -0700> Subject: [OpenSocial] Re: fetching xml > and using dom data. (orkut application)> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> > > can someone pls help ?> > On Jun 14

[OpenSocial] Re: HELP.....In URGENT basis

2008-06-14 Thread Aakash Bapna
http://opensocial.pastebin.com/ for big code dumps.Thanks ~Aakashhttp://aakash-bapna.blogspot.com Date: Sat, 14 Jun 2008 23:48:34 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] HELP.In URGENT basisHi ppl,I am working on one gadget and on Google Gadget Editor it shows well, but as soon as

[OpenSocial] Re: Problem In Listing Friends

2008-06-12 Thread Aakash Bapna
when the viewer doesnot have app installed, viewer is null and consequently viewer.isOwner() is undefined which crashes the app. So first check if(viewer!=null) or enclose the statements within try,catch so that it doesnot err. out and crash app.Thanks ~@@[EMAIL PROTECTED] http://aakash

[OpenSocial] Re: How to get SVN login address and password to access

2008-06-09 Thread Aakash Bapna
Hi Rajesh, following link might be helpful to you.. http://www.google.com/support/accounts/bin/answer.py?answer=48598Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Mon, 9 Jun 2008 15:24:49 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: How to get SVN

[OpenSocial] Re: Opening my blog in canvas view

2008-06-09 Thread Aakash Bapna
Hi Pulkit, within the app xml set the Content tag like this http://www.teamlms.blogspot.com"; /> more here- http://code.google.com/apis/gadgets/docs/fundamentals.html#URLThanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Mon, 9 Jun 2008 03:44:57 -07

[OpenSocial] Re: What Earning Opportunities Open Social provides To The Developers ?

2008-05-31 Thread Aakash Bapna
yes advertising is permitted in opensocial applications. You can use google adsense like services to monetize your gadgets.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sat, 31 May 2008 02:37:07 -0700> Subject: [OpenSocial] What Earning > Opportunities Op

[OpenSocial] Re: degrees of separation

2008-05-28 Thread Aakash Bapna
Not possible with current 0.7 spec. 0.8 will contain a network distance parameter through which you can get friends, friends of friends etc..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 28 May 2008 12:04:11 -0700> Subject: [OpenSocial] degrees of > s

[OpenSocial] Re: new to hi5,how to call Java files in hi5

2008-05-23 Thread Aakash Bapna
what error you are getting?? please brief the problem and piece of code you are using..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Fri, 23 May 2008 01:49:51 -0700> Subject: [OpenSocial] new to hi5,how > to call Java files in hi5> From: [EMAIL PR

[OpenSocial] Re: make request 504?

2008-05-23 Thread Aakash Bapna
interval if it fails as a workaround.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 22 May 2008 15:08:22 -0500> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com; [EMAIL PROTECTED]> Subject: [OpenSocial] > make request 504?> >

[OpenSocial] Re: Error Submitting a New Application (Please Help)

2008-05-20 Thread Aakash Bapna
Even i agree the documentations is not well linked its all scattered across gadgets, orkut, opensocial, opensocial-resource etc.. A wiki can solve the problem.. like the Hi5 went for wiki.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 20 May 2008 12:32:34 -0

[OpenSocial] Re: Help me Please

2008-05-15 Thread Aakash Bapna
Take a look at http://www.codeplex.com/OpenSocial it is very buggy at the moment and template is for VS2005.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 15 May 2008 23:06:11 -0700> Subject: [OpenSocial] Re: Help me > Please> From: [EMAIL PROTECTED]>

[OpenSocial] Re: Get list of friends who have installed my app.

2008-05-15 Thread Aakash Bapna
Hi Chethan, can you give me link of your app/xml? its working fine for me.. you can see it in action here- http://www.orkut.com/AppInfo.aspx?appId=674290091829Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 15 May 2008 05:32:55 -0700> Subject: [OpenSocial] R

[OpenSocial] Re: Get list of friends who have installed my app.

2008-05-14 Thread Aakash Bapna
Hi, Chethan, if you want to get only those friends who have app installed, then you can use the HAS_APP filter. ex- var params = {}; params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.HAS_APP;Thanks ~@@[EMAIL PROTECTED] http://aakash

[OpenSocial] Re: submitting future version of the app

2008-05-13 Thread Aakash Bapna
&bpc=1 doestnot clear the cache, its just bypasses the cache and loads the XML from server, linked files like js, css are not cached, hence they are updated instantly, provided you clear your browser's cache..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Tue, 13

[OpenSocial] Re: submitting future version of the app

2008-05-13 Thread Aakash Bapna
yes, you need to replace the old xml with this new one,, changes will be reflected soon on main orkut, untill then you can test things on sandbox appending &bpc=1 ..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 13 May 2008 00:11:46 -0700> Subject: [

[OpenSocial] Re: Properties of gadgets object are undefined

2008-05-07 Thread Aakash Bapna
nto a protocol buffer field for tagmapper type 10" i Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 7 May 2008 07:07:56 -0700> Subject: [OpenSocial] Re: Properties of > gadgets object are undefined> From: [EMAIL PROTECTED]> To: > opensocial-ap

[OpenSocial] Re: Properties of gadgets object are undefined

2008-05-07 Thread Aakash Bapna
http://www.google.com/ig/sandbox this is the url for igoogle sandbox. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 7 May 2008 06:37:39 -0700> Subject: [OpenSocial] Re: Properties of > gadgets object are undefined> From: [EMAIL PROTECTED]> To: &

[OpenSocial] Re: hi , starting problem :(

2008-05-04 Thread Aakash Bapna
My app got listed after two weeks of submitting on day the link for submission appeared and I didn't get a mail update.Automated mail update on gadget approval is being worked upon, but you may get review if its not approved :) Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspo

[OpenSocial] Re: Posting into Activity Stream

2008-05-04 Thread Aakash Bapna
Hi Sharath, they are working on posting only the most recent activity through the app in a day..right now there is no limit neither in sandbox nor main orkut, Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sun, 4 May 2008 08:29:22 -0700> Subject: [OpenSoci

[OpenSocial] Re: Two General Questions Not Answered Explicitly in the TOS

2008-05-04 Thread Aakash Bapna
Hi Anand, You can place ads and monetize your application, server location doesnot matter..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sun, 4 May 2008 01:24:56 -0700> Subject: [OpenSocial] Two General > Questions Not Answered Explicitly in the TOS>

[OpenSocial] Re: hi , starting problem :(

2008-05-03 Thread Aakash Bapna
this http://www.w3schools.com/js/js_obj_intro.asp for object oriented programming with javascript and how to use the opensocial api. that should be more than enough, it won't take much time as you already have done programming in php etc.. Thanks ~@@kash http://aakash-bapna.blogspot.com &

[OpenSocial] Re: friend set logic for opensocial

2008-05-03 Thread Aakash Bapna
eaacf Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Fri, 2 May 2008 10:31:30 -0500> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> Subject: [OpenSocial] friend set logic for > opensocial> > > it seems to me to be a bit silly to

[OpenSocial] Re: Avoiding absolute URLs in JS/CSS includes

2008-04-24 Thread Aakash Bapna
#x27;, 'text/css'); css.setAttribute('media', 'screen'); css.setAttribute('HREF', script_filename); html_doc.appendChild(css); return false; } This has notable performance gain in profile view, when lo

[OpenSocial] Re: Post & Get(Very Urgent)

2008-04-24 Thread Aakash Bapna
Hey, That happens when you are not URL encoding the string passed in http request. please use the encodeURI() function in JS on the POST variable you are passing.. more on it here-> http://www.w3schools.com/jsref/jsref_encodeURI.asp Thanks ~@@[EMAIL PROTECTED] http://aak

[OpenSocial] Re: Post & Get(Very Urgent)

2008-04-22 Thread Aakash Bapna
Hi Stephane, The makeRequest() function doesn't generate the code for input boxes, buttons. You have to add the code for html for them your selves; here is the code that should give you input box, button. Thanks ~Aakash Bapna http://aakash-bapna.blogspot.com > Date:

[OpenSocial] Re: Posting into Activity Stream

2008-04-21 Thread Aakash Bapna
As far as i know, in orkut an activity is automatically created when user adds a app. Otherwise this will be possible only when there is a option for onInstall, onUninstall callback urls in future OpenSocial release, for now only hi5 has this feature..Thanks ~@@[EMAIL PROTECTED] http://aakash

[OpenSocial] Re: Signed Requests

2008-03-04 Thread Aakash Bapna
thanks its working now, as before.. Which containers other than Orkut support signed requests, where are there certificate files located?Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Mon, 3 Mar 2008 11:50:30 -0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial

[OpenSocial] Re: Signed Requests

2008-03-02 Thread Aakash Bapna
data please star this issue here for speedy addresal to our issue. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: Signed RequestsDate: Thu, 28 Feb 2008 16:10:45 + Same problem here, it was wokring fine till yest

[OpenSocial] Re: how to create activities

2008-02-23 Thread Aakash
i am using this code- var params = {}; params[opensocial.Activity.Field.TITLE] = title; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity, opensocial.CreateActivityPriority.HIGH); but his activity isn't listed in my updates.. any help?? On Feb 22, 10:40

[OpenSocial] Re: Not able to test apps on Orkut

2008-02-15 Thread Aakash Bapna
you have to wait for around 24hrs to get access to sandbox. hi5, ning also support opensocial now. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 14 Feb 2008 20:06:37 -0500> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> Subject: [

[OpenSocial] Re: opensocial.makeRequest() not working in v0.6 ???

2008-02-13 Thread Aakash Bapna
today suddenly the error phased away... now the bug is that request's are invalidated if one of the GET or POST argument string contains a SPACE, triedusing escape function.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 12 Feb 2008 16:47:50 -0800&

[OpenSocial] Re: errors with v0.7

2008-02-12 Thread Aakash Bapna
i hope you have figured it out, can't even test as google servers are down.. @devs How about hosting a irc server or a flash chat somewhere for speedy resolution of problems as the release is just around cornor..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date:

[OpenSocial] Re: not able to add any aplication

2008-02-12 Thread Aakash Bapna
same here, first let google develop the api itself!! all these errors results in less productivityThanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 12 Feb 2008 05:44:06 -0800> Subject: [OpenSocial] Re: not able to > add any aplication> From: [EMAIL PR

[OpenSocial] Re: errors with v0.7

2008-02-11 Thread Aakash Bapna
whats your application's url ?? or the code snippet which is giving errors.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sun, 10 Feb 2008 21:39:45 -0800> Subject: [OpenSocial] Re: errors with > v0.7> From: [EMAIL PROTECTED]> To: opensocial-api@goog

[OpenSocial] Re: opensocial.makeRequest() not working in v0.6 ???

2008-02-09 Thread Aakash Bapna
Hi Jason , i am getting this error in FF2 Error: [Exception... "Not enough arguments" nsresult: "0x80570001 (NS_ERROR_XPC_NOT_ENOUGH_ARGS)" location: "JS frame :: http://0.o.gmodules.com/46/o/ig/ifr?url=http://enext.biz/aks/tags.xml&parent=http://sandbox.orkut.com/46/o/ig/files/container/ifpc_

[OpenSocial] Re: opensocial.makeRequest() not working in v0.6 ???

2008-02-07 Thread Aakash Bapna
I am also having problem when query string has spaces.. till now there no way to get info of person through his UID, only keywords like OWNER,VIEWER and there friends are supported.Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Fri, 8 Feb 2008 01:45:25 +0530From: [EMAIL

[OpenSocial] Re: makeRequest

2008-02-06 Thread Aakash Bapna
-signed-requests-from-orkut?hl=en except the certificate comes from my server cache as advised. If anyone want reference working code or see the above bug, you can see add this app- http://www.enext.biz/aks/test.xml Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com From: [EMAIL

[OpenSocial] Re: makeRequest

2008-02-06 Thread Aakash Bapna
html += responseText.data;"try params[gadgets.io.RequestParameters.CONTENT_TYPE]=gadgets.io.ContentType.TEXT; Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Wed, 6 Feb 2008 19:48:19 +0100From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: makeRequestHi arn

[OpenSocial] Re: How to change application icon?

2008-02-05 Thread Aakash Bapna
set thumbnail="imageURLhere" in the tag of application's xml file btw, i am getting a Not Found Error 404 on all the applications now. i hope its temporary. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Mon, 4 Feb 2008 15:08:36 -0800> Subject

[OpenSocial] Re: How to use the method makeRequest?

2008-01-27 Thread Aakash Bapna
to check the results of the new opensocial.makeRequest function you can try this test app- http://enext.biz/aks/test.xml it makes a remote request using Signed AuthenticationType. AuthenticationType.AUTHENTICATED does not work yet.. Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com

[OpenSocial] Re: How to use the method makeRequest?

2008-01-23 Thread Aakash Bapna
the makeRequest is a function of opensocial v0.6 which is not yet released only announced. Wait for some days for it to be in use,,Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 22 Jan 2008 16:39:19 -0800> Subject: [OpenSocial] How to use the > method ma

[OpenSocial] Re: Problems with Application

2008-01-18 Thread Aakash Bapna
just wait,, i think they are switching to v0.6 .. what problems you are having accessing other containers?Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Fri, 18 Jan 2008 09:23:08 -0800> Subject: [OpenSocial] Re: Problems > with Application> From: [EMAIL PR

[OpenSocial] Re: "OpenSocial JavaScript Feature Priority List" updated 1/9/2008

2008-01-16 Thread Aakash Bapna
good to hear that, Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 15 Jan 2008 11:26:22 -0800> Subject: [OpenSocial] Re: "OpenSocial > JavaScript Feature Priority List" updated 1/9/2008> From: [EMAIL PROTECTED]> > To: opensocial-api@goo

[OpenSocial] Re: Where is the Orkut application directory

2008-01-12 Thread Aakash Bapna
no that won't get the application in the directory.. currently orkut itself adds sample gadgets there, its not open for developers yet..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Sat, 12 Jan 2008 16:01:15 +0100From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenS

[OpenSocial] Re: OpenSocial performance

2008-01-11 Thread Aakash Bapna
tions like onAppInstall(); onAppRemove() by which we can manage data at servers in a better way and improve performance..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 9 Jan 2008 18:47:23 -0800> Subject: [OpenSocial] Re: OpenSocial > performance> From:

[OpenSocial] Re: "OpenSocial JavaScript Feature Priority List" updated 1/9/2008

2008-01-11 Thread Aakash Bapna
also in this thread you were talking about sending the owner and viewer id's by opensocial's make request function itself, to increase security and prevent spoof.. i don't think its mentioned in priorty list, is this idea dropped? Thanks ~@@[EMAIL PROTECTED] http://aakash-bap

[OpenSocial] Re: javascript error

2008-01-11 Thread Aakash Bapna
http://hosting.gmodules.com/ig/gadgets/file/101941105417220447490/GetFriends1110810.xml gives 404 not found.. also the current javascript works only in FireFox not IE..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Fri, 11 Jan 2008 10:29:38 +0530From: [EMAIL PROTECTED

[OpenSocial] Re: "OpenSocial JavaScript Feature Priority List" updated 1/9/2008

2008-01-11 Thread Aakash Bapna
What about user preferences?? there behavior is weird,, this function "getPeople()" will enable getting people data using there opensocial id's? Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 10 Jan 2008 11:41:55 -0800> Subject: [Op

[OpenSocial] Re: OpenSocial API v0.6 Released!

2007-12-26 Thread Aakash Bapna
you can't download the api, you have to use the JS functions by including in the gadget xml file, the other way is through directly connecting to data feeds which is currently under works,,Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 25 Dec 2007 23:28:

[OpenSocial] Re: When will the OpenSocial Data API release?

2007-12-25 Thread Aakash Bapna
coding in JS is not at all safe,, opensocial lags far behind facebook with current offerings, bugs...Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 25 Dec 2007 03:14:16 -0800> Subject: [OpenSocial] Re: When will > the OpenSocial Data API release?>

[OpenSocial] Re: Contact list in linkedin

2007-12-25 Thread Aakash Bapna
i don't think linkedin ,myspace have a opensocial test area for now, orkut, ning, HI5 have for sure..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 25 Dec 2007 05:33:08 -0800> Subject: [OpenSocial] Contact list in > linkedin> From: [EMAIL PROTECTED

[OpenSocial] Re: how can I retrieve friend's email-ID in OpenSocial API?

2007-12-25 Thread Aakash Bapna
not possible..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 25 Dec 2007 05:38:58 -0800> Subject: [OpenSocial] how can I > retrieve friend's email-ID in OpenSocial API?> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> &

[OpenSocial] Re: Accessing Ning or Hi5 or any other OpenSocial container data from another containe

2007-12-23 Thread Aakash Bapna
this won't be possible as cross-domain AJAX requests are not permitted by browsersThanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sun, 23 Dec 2007 06:36:53 -0800> Subject: [OpenSocial] Accessing Ning > or Hi5 or any other OpenSocial container data from ano

[OpenSocial] Re: Need Help getting person data from his ID(obtained by person.getId()), new rem

2007-12-23 Thread Aakash Bapna
So will it be enabled in future? any example gadget using the new make request you came across?Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Sat, 22 Dec 2007 13:16:31 -0800> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> Subject: [OpenS

[OpenSocial] Need Help getting person data from his ID(obtained by person.getId()), new remote content function

2007-12-22 Thread Aakash
m); alert(img); } however i am getting a JS error that person has no properties, what am i missing? Also i am not able understand how to make secure content fetching using the new makeRequest(url, callback, opt_params) Thanks Aakash --~--~-~--~~~

[OpenSocial] Re: OpenSocial API v0.6 Released!

2007-12-22 Thread Aakash
22 Gadgets Existing Gadget APIs Equivalent of IG_{Get,Set}Pref 4 A re- implementation of the gadget preference (setter/getter) methods. priority 4? we guys are stuck here due to the absurd behaviour of user pref.. they can be used to set privacy settings which is very important for gadgets like m

[OpenSocial] Re: lets become friends to test apps on orkut sandbox

2007-12-19 Thread Aakash Bapna
you would get access within 24hr, there is no concept of invitations in sandbox..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Wed, 19 Dec 2007 16:39:19 +0800From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: lets become friends to test apps on orkut sandboxi

[OpenSocial] Re: Background images not showing

2007-12-18 Thread Aakash Bapna
i think you are using relative links to urls, images use http://domain.com/image.png instead of /image.png it should work then..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 18 Dec 2007 10:01:45 -0800> Subject: [OpenSocial] Background > images not show

[OpenSocial] Re: email to friends and get online friends

2007-12-14 Thread Aakash Bapna
No for both with current API functions.. and as OpenSocial is not for orkut only, i doubt the send message through APIs will be introduced..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 13 Dec 2007 23:14:22 -0800> Subject: [OpenSocial] email to friends >

[OpenSocial] Re: UPDATED 12/13 - "What's up with OpenSocial?"

2007-12-14 Thread Aakash Bapna
pular, its allotted a name instead of number in url..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Thu, 13 Dec 2007 13:48:06 -0800> Subject: [OpenSocial] UPDATED 12/13 - > "What's up with OpenSocial?"> From: [EMAIL PROTECTED]> To: > ope

[OpenSocial] Re: data from server side

2007-12-13 Thread Aakash Bapna
Dude you got it wrong, If you are using google's own hosting it won't support php.. you need to get your own host for running php scripts in backend,,get a free host like awardspace.com, then use the _IG_FetchContent() in JSThanks ~@@[EMAIL PROTECTED] http://aakash-bapna.bl

[OpenSocial] Re: Assign gadget id's or keys to users?

2007-12-12 Thread Aakash Bapna
same problem,, there must be option to call function which must be invoked when the person adds or removes a gadget.. this will help in effecient user persistant data maintainance at servers..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 12 Dec 2007 12:33:37 -0

[OpenSocial] Re: When will the Data API release?

2007-12-12 Thread Aakash Bapna
just an estimation to plan ourselves.. the rumored new years eve launch may be too early seeing the issues in current v0.5..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 11 Dec 2007 23:10:55 -0800> From: [EMAIL PROTECTED]> To: > opensocial-api@goog

[OpenSocial] Re: Query with orkut

2007-12-12 Thread aakash
the lots of examples, documentation on google code opensocial page..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com Date: Wed, 12 Dec 2007 10:30:24 +0530From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [OpenSocial] Re: Query with orkut Hi Aakash I am not getting you, which JS func

[OpenSocial] Re: Query with orkut

2007-12-11 Thread aakash
Hi you can use JS functions to access orkut api,its an extension of google gadgets .. by the way I am also a UG student from PESSE, Bangalore :) which sem are you guys from ?? Thanks Aakash (test my opensocial orkut app adding http://enext.biz/aks/tags.xml

[OpenSocial] Re: lets become friends to test apps on orkut sandbox

2007-12-05 Thread aakash
add me also :) http://sandbox.orkut.com/Profile.aspx?uid=12042369521039845627Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 5 Dec 2007 01:36:01 -0800> Subject: [OpenSocial] Re: lets become > friends to test apps on orkut sandbox> From: [EMAIL PR

[OpenSocial] Re: Suggestion for OAuth-signed "phone home" requests

2007-12-05 Thread aakash
status, user id etc..Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Tue, 4 Dec 2007 16:37:46 -0800> Subject: [OpenSocial] Suggestion for > OAuth-signed "phone home" requests> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> >

[OpenSocial] Re: viewer ID weirdness

2007-12-05 Thread aakash
i am using this code to get the uid of the person- id= owner.getField(opensocial.Person.Field.PROFILE_URL) ;id= id.substring(18); Thanks ~@@[EMAIL PROTECTED] http://aakash-bapna.blogspot.com > Date: Wed, 5 Dec 2007 04:33:05 -0500> From: [EMAIL PROTECTED]> To: > opensocial-api@goog

[OpenSocial] How do i set app owners prefs, disable view settings for viewers?

2007-12-04 Thread Aakash
owner only ? Thanks Aakash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial API Definition" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this g

[OpenSocial] my app

2007-12-01 Thread aakash
After so much sufferings, debuggings, orkut "no donut" pages i have finally created a opensocial application by which you can give tags to your friends like tagged.com, MyBlogLog, you can view it action at my orkut page- http://sandbox.orkut.com/Profile.aspx?uid=12042369521039845627 you can add

[OpenSocial] Re: General inquery about OpenSocial

2007-11-22 Thread aakash
thats what i asked them... > Date: Thu, 22 Nov 2007 01:22:13 -0800> Subject: [OpenSocial] General inquery > about OpenSocial> From: [EMAIL PROTECTED]> To: > opensocial-api@googlegroups.com> > > Hello,> > i'm an asp programmer.> i just > started reading about OpenSocial and there is something ve

[OpenSocial] Re: newFetchGlobalAppDataRequest does not provide any data

2007-11-21 Thread aakash
Aakash > Date: Wed, 21 Nov 2007 09:23:31 -0800> Subject: [OpenSocial] Re: > newFetchGlobalAppDataRequest does not provide any data> From: [EMAIL > PROTECTED]> To: opensocial-api@googlegroups.com> > > Hi Didier,> > The global > application data is only going