[opensocial] Re: When a user views my app on my orkut profile, why aren't they using my UserPref data?

2007-11-04 Thread twentyafterfour
Apparently you can't use a UserPref for that purpose. You could try using the newFetchPersonAppDataRequest API and use "OWNER" as the person reference, like this (this is something that I modified from one of the examples) function loadData() { var fields = [ "SessionKey" ]; var req = openso

[opensocial] Re: Discussion on http-code-google-com-support-opensocialsignup

2007-11-04 Thread twentyafterfour
try manually changing the url to sandbox.orkut.com after signing in On Nov 4, 12:55 pm, oscarpica <[EMAIL PROTECTED]> wrote: > I had the same problem. > > So I applied again about 16 hours ago but I still get redirected > towww.orkut.com. > > On Nov 4, 1:26 pm, Warren Brian Noronha <[EMAIL PROTE

[opensocial] Re: opensocial app with "url" contenttype

2007-11-04 Thread twentyafterfour
It's working for me and I don't get a 404 from http://www.google.com/ig/f/c/opensocial-0.5/orkut On Nov 4, 8:25 pm, Amit Upadhyay <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to get my gadget with URL contenttype working with > opensocial. The request comes in for: > > [05/Nov/2007 00:39:19]

[opensocial] Re: opensource apps

2007-11-04 Thread S.Theyagarajan
thanks all of you :-) i am enjoying learning this . On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > A great piece of functional code I just took a look at was for the > Emote plugin. > > http://dev2.rockyou.com/google_apps/emote/emote_xml.php > > Unfortunately it's not working at the

[opensocial] Re: Only one GET parameter allowed?

2007-11-04 Thread twentyafterfour
Try encoding the ampersand with & (html entity) or some other urlencode scheme. I think I read somewhere that you need to use entities. On Nov 4, 8:50 pm, Marco Mugnatto <[EMAIL PROTECTED]> wrote: > The URL to my gadget does have GET parameters, like "url/gadget.xml? > id=1&x=3" (in reality it's

[opensocial] Re: Stumped by error after update

2007-11-04 Thread Adam Loving
Also seeing the first call fail on Safari every time. On Nov 4, 9:10 pm, Adam Loving <[EMAIL PROTECTED]> wrote: > You can see that the first call returns "globalError_":false, but the > second identical call returns "globalError_":true --~--~-~--~~~---~--~~ You r

[opensocial] Re: Restrictions on Monetizing OpenSocial Applications

2007-11-04 Thread [EMAIL PROTECTED]
Hi Tim, I imagine it's going to be up to the individual containers to a larger degree than OpenSocial as a whole. There's really no defined rules on this, but it's all extremely bleeding edge and many parts of the API (and presumably the TOS) haven't been released yet. That said, it's certainly

[opensocial] Re: Getting Friend Details

2007-11-04 Thread Prasad Edlabadkar
Well, What I have seen in the Campfire video, there is a diabetis community site and there are apps on the site which pull data from user's profile to display their favorite movies. that's why I asked, whether it's a limitation of the sandbox or we need to do something else to get this going. Anot

[opensocial] Trackers...privacy issue??

2007-11-04 Thread Jattfx
Social networking sites such as myspace have have done everything possible to stop the development of "Trackers." Tracker is a little widget that shows who has viewed your profile. Showing this usually goes against terms of social networking as myspace's. Since opensocial has the viewer object, it

[opensocial] Re: Restrictions on Monetizing OpenSocial Applications

2007-11-04 Thread Roger Filomeno
Yes this would be nice to know, I did came across the same question before regarding YouTube where we wanted to allow users to view the videos in mobile but YouTube TOS doesn't seems to allow the viewing outside their own player. The same basic case of Container restriction issue. On 11/5/07, Tim

[opensocial] Re: What app are you creating?

2007-11-04 Thread Shiv N Gautam
The ones i had in mind were more like post/scraps management. Delete all scraps (your own from your own profile or some friends) Delete all your posts from a community. But currently they dont have this support. I'm looking forward to them. As of now its just the basic examples that i'm playing w

[opensocial] What app are you creating?

2007-11-04 Thread Jattfx
I'm just curious what kind of apps you guys are creating. Care to share with us? :-) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api

[opensocial] About communities

2007-11-04 Thread jwcunha
Hi, Somebody know some way to search anything about communites gived a member? tks. J. Cunha --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to ope

[opensocial] When a user views my app on my orkut profile, why aren't they using my UserPref data?

2007-11-04 Thread jlopes
Given that they are viewing my instance of the app, I expect them to use my UserPref data. My app uses an external data source, and one of the UserPrefs is a session key. When a user views my app, I want them to see data from the datasource, using my session key. Is it supposed to work this way?

[opensocial] Unable to access sandbox

2007-11-04 Thread [EMAIL PROTECTED]
Hi All, My membership as a sandbox developer for orkut was approved yesterday. I've tried since then to access http://sandbox.orkut.com , but to no avail. I am being redirected to orkut.com homepage. I am actually trying to access sandbox via proxy sites, is it possible? or do i have to access sa

[opensocial] Re: What about C# / Java Classes for Open Social

2007-11-04 Thread Dan Peterson
Hey folks, If you'd prefer to build an OpenSocial app using Java, you could take a look at: http://www.ongwt.com/post/2007/11/04/gOpenSocial-%3A-GWT-wrapper-for-OpenSocial It looks like Didier has provided an Java API that can be called from an application being built with Google Web Toolkit (GWT

[opensocial] Re: Stumped by error after update

2007-11-04 Thread Adam Loving
You can see that the first call returns "globalError_":false, but the second identical call returns "globalError_":true --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this

[opensocial] Re: Adsense

2007-11-04 Thread Jattfx
Questions piling up and no one from google ... bad start. On Nov 4, 10:25 pm, toxic <[EMAIL PROTECTED]> wrote: > Ya , what we need is an official conformation ... Anyone ? > > On Nov 4, 8:18 am, EGreg <[EMAIL PROTECTED]> wrote: > > > Yeah, it seems strange to me, because currently I don't see a w

[opensocial] Stumped by error after update

2007-11-04 Thread Adam Loving
I can't do more than one update in my app (or a fetch after an update). I've been fighting this for 2 hours now, here is the simplest way I've found to reproduce the problem: function test() { trace('test'); testUpdate(); }; function testUpdate() { var stringToSend = "som

[opensocial] Restrictions on Monetizing OpenSocial Applications

2007-11-04 Thread Tim Longhurst
Hi guys, I'm preparing an report for the OpenSocial blog on monetizing OpenSocial applications. I am looking for details on opportunities and restrictions (if any) on monetizing OpenSocial apps - can developers do what they like? What are the rules? I haven't come across whether there is a stand

[opensocial] Re: Getting Friend Details

2007-11-04 Thread hobnobLover
Well, I had asked if I could retrieve a person's e-mail address. But there are security issues, and it's probably same with birthday, age... They'll probably support it in the later versions. (OpenSocial is very new). - hobnobLover. http://www.hobnobLover.com/ --~--~-~--~~

[opensocial] Re: What about C# / Java Classes for Open Social

2007-11-04 Thread Cherian Thomas
Fortunately, unfortunately no. you are expected to code your client in JS and asynchronous calls to the Google server. If you are talking about asp.net controls, that's not provided either. In my personal opinion I'd say you run away from these. In most cases you will be worrying about viewstate t

[opensocial] What about C# / Java Classes for Open Social

2007-11-04 Thread Prometheus18
This Sunday I was watching the video about opensocial and I was wondering if we can expect APIS developed in C# and JAva? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to thi

[opensocial] Re: Getting Friend Details

2007-11-04 Thread Prasad Edlabadkar
is it the limitation of the sandbox? or the API don't support it at all? -Prasad On 11/4/07, vs <[EMAIL PROTECTED]> wrote: > > > I agree. I'm unable to retrieve friends data in Person object > either... let me know if anybody is luck... The example is not > working for friends... > > On Nov 4,

[opensocial] Re: Adsense

2007-11-04 Thread toxic
Ya , what we need is an official conformation ... Anyone ? On Nov 4, 8:18 am, EGreg <[EMAIL PROTECTED]> wrote: > Yeah, it seems strange to me, because currently I don't see a way to > differentiate where your app is being hosted (profile or canvas). And > if you are on the profile, showing ads

[opensocial] Any examples of using MediaItem in an Activity?

2007-11-04 Thread Jay Hoover (Snapvine)
Hey everyone, Does anyone have an example of using MediaItem in an activity entry? I've been playing around with this API and have not been able to get a media item to work with Orkut. The document is still a bit sparse in this area, but perhaps someone out there has figured it out? Also, does a

[opensocial] Can openSocial allow developers to design their own Ning or Kickapps?

2007-11-04 Thread Dazeal7
I watched the video and understand how developers create widgets to communicate back and forth to return info. Can a generic platform be made with templates and then you just plug and play the widgets you want and where to create your own social network web site? If there is such a beast, what is

[opensocial] "Bad, bad server. No donut for you."

2007-11-04 Thread Andrew Pile
"Unfortunately, the orkut.com server has acted out in an unexpected way. Hopefully, it will return to its helpful self if you try again in a few minutes." This has been the message on every Orkut page since I tried adding a Google Gadget about 12 hours ago. I can't go home, go to Applicatio

[opensocial] Only one GET parameter allowed?

2007-11-04 Thread Marco Mugnatto
The URL to my gadget does have GET parameters, like "url/gadget.xml? id=1&x=3" (in reality it's a .asp page with xml mime type). It seens Orkut OpenSocial can only read the first parameter (in this case, id). If I change the order, ie put x before id, it only reads the x, not id. Is it a bug? I

[opensocial] Re: Design issue with Orkut

2007-11-04 Thread hobnobLover
Thanks Armin. I posted this horizontal and vertical scrollbar problem yesterday. Somehow that thread is gone... Anyways, thanks again. Hopefully, it'll work. - hobnobLover. http://www.hobnobLover.com/ --~--~-~--~~~---~--~~ You received this message because you

[opensocial] opensocial app with "url" contenttype

2007-11-04 Thread Amit Upadhyay
Hi, I am trying to get my gadget with URL contenttype working with opensocial. The request comes in for: [05/Nov/2007 00:39:19] "GET /orkut/app/?lang=en-US&country=US&.lang=en- US&.country=US&synd=orkut&mid=1&parent=http:// sandbox.orkut.com&libs=m3SE662MhAE/lib/libcore.js,DXEULJSfpLM/lib/ libdy

[opensocial] how can i get sandbox to Build apps

2007-11-04 Thread 谢飞
sandbox can i down? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this group, send email to [

[opensocial] Getting FOAF

2007-11-04 Thread sMan
I think I already know this, but just to confirm - we have to wait for the data api to be released to find out second degree friends, right? I can currently get the owner's friends but cannot get their friends' friends - is there a way around this? --~--~-~--~~~---~-

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

2007-11-04 Thread Bijay Rungta
just mention about the sandbox thing in the Friend request to have a clue... On Nov 5, 6:58 am, Bijay Rungta <[EMAIL PROTECTED]> wrote: > Here is mine..http://sandbox.orkut.com/Profile.aspx?uid=12929618914436264110 --~--~-~--~~~---~--~~ You received this message

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

2007-11-04 Thread Bijay Rungta
Here is mine.. http://sandbox.orkut.com/Profile.aspx?uid=12929618914436264110 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@google

[opensocial] Re: opensource apps

2007-11-04 Thread [EMAIL PROTECTED]
A great piece of functional code I just took a look at was for the Emote plugin. http://dev2.rockyou.com/google_apps/emote/emote_xml.php Unfortunately it's not working at the moment due to the 'undefined opensocial' error, but looking through the javascript shows some good handlers/workarounds f

[opensocial] Re: What is the "Ask Friends" on www.orkut.com ?

2007-11-04 Thread EGreg
anybooty know? Greg On Nov 4, 1:02 am, EGreg <[EMAIL PROTECTED]> wrote: > As you log in, Orkut now says > "Add the Add Friends" feature. It looks exactly like an app. Is it an > app? And if so, did Google develop it or did some developer get on > Google's good side so they put it up for ALL ORKU

[opensocial] Re: opensource apps

2007-11-04 Thread Patrick Aljord
Here you get the code from several apps: http://code.google.com/apis/gadgets/docs/gs.html#GGE you can even write your own, save it and add it to your orkut account. See the hello.xml link on the right? copy it and past it to your orkut. --~--~-~--~~~---~--~~ You

[opensocial] Re: Need developer secondary accounts, more profile info, invitations, installed or not?

2007-11-04 Thread [EMAIL PROTECTED]
For the 6th question, I saw someone mentioned the variable 'container', with values such as 'ning' for ning although I'm not certain if this is pseudocode or what. I'm still unable to get an app to work in orkut yet though... --~--~-~--~~~---~--~~ You received th

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread [EMAIL PROTECTED]
A facebook app? Irony much :P Subversion would be best. http://code.google.com/hosting/createProject I'll let the guy who came up with this idea create the project. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread Murat Aktihanoglu
How about something like the 'Grow Together' facebook app? http://apps.facebook.com/growtogether --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to op

[opensocial] Need developer secondary accounts, more profile info, invitations, installed or not?

2007-11-04 Thread Murat Aktihanoglu
1- For testing, all developers need secondary logins with sandbox access. ( To check if the updates are showing properly, how does the app look to the non-owner etc ) 2- After specifying FULL in PROFILE_DETAILS for newFetchPersonRequest,, how do we get the other profile info, like user's birthday

[opensocial] Re: API Council : What should we do about unlogged/anonymous viewers? +Proposal

2007-11-04 Thread Robson Eisinger
Hey pals, We don´t have to take literally the "Open" from OpenSocial. I believe that is important to respect the privacy concerns and your approach sounds nice to me and very reasonable. Also, considering the Social class, I guess the viewer/owner are still unclear. In the Twitter application (ht

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread [EMAIL PROTECTED]
Same. I'd like to join also. I doubt anyone here is in the same area as my business, but I should still be using/developing standard social networking features. How do you plan to set this up? --~--~-~--~~~---~--~~ You received this message because you are subscr

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread Patrick Aljord
why not create a google code project? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubscribe from this group

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread Jose daVeiga
Sounds good, Would like to know more about other apps. Jose klickSports On Nov 3, 12:32 pm, Michael D <[EMAIL PROTECTED]> wrote: > Is any one interested in cross promoting non competative app's? --~--~-~--~~~---~--~~ You received this message because you are su

[opensocial] Re: ClientLogin via curl?

2007-11-04 Thread [EMAIL PROTECTED]
Hi Chris, After some initial success a lot of us are having difficulties using the orkut sandbox. The server-side code (orkut/google) isn't responding, and so all of the opensocial. functions are unavailable for anyone using javascript gadgets. I haven't tried using curl yet but I would suspect

[opensocial] ClientLogin via curl?

2007-11-04 Thread [EMAIL PROTECTED]
Just getting starting to dig in on the Open Social possibilities, and one of the things i want to try out is to integrate some of its possibilities with a client side app. The first step was to make a simple script that did a post to the https ClientLogin url, however all i got back there was a

[opensocial] Re: "opensocial is not defined"

2007-11-04 Thread [EMAIL PROTECTED]
Theres nothing we can do until this is fixed. The javascript file that we can't access atm is some key OpenSocial file, without which we can't use opensocial.newDataRequest(), etc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[opensocial] Re: "opensocial is not defined"

2007-11-04 Thread OpenSocialCoderInSF
going by this im getting the same error message in orkut as well... how does a gadget include/resolve that reference?? ::goes to read more in depth info about developing google gadgets:: On Nov 4, 3:02 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Maybe we need to supply authentication

[opensocial] Re: Design issue with Orkut

2007-11-04 Thread Dan Brickley
On 04/11/2007, Suhail Doshi <[EMAIL PROTECTED]> wrote: > > Okay, I think the orkut interface for looking at a single application > should give us infinite room vertically, we get blocked and iframed. > Scrollbars look really bad. > > Is there anyway this can be changed? Presumably the iframe is a

[opensocial] Re: Design issue with Orkut

2007-11-04 Thread Armin Bauer
Hi Suhail, you actually have "infinite" vertical space by using _IG_AdjustIFrameHeight(). Make sure your page is fully rendered and that you define . We are using it in our application and it works quite well (although there is some "jumping" visible in the page, but its ok). Armin Suhail D

[opensocial] Re: Codes are just a TRICK.. Nothing works for me..

2007-11-04 Thread [EMAIL PROTECTED]
Something is up with Orkut today, I get a lot of server errors, plus I still can't get around the 'opensocial is not defined' error :/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. T

[opensocial] Re: Design issue with Orkut

2007-11-04 Thread [EMAIL PROTECTED]
I haven't got an application to work yet ;) Are you using OpenSocial API controls, or just specifying a URL? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, sen

[opensocial] Web site to share links and applications

2007-11-04 Thread victorc
Hi, I Juste created this Web site to follow and share OpenSocial news, links and applications. http://www.google-info.net/osocial/ Victor --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group

[opensocial] Re: Design issue with Orkut

2007-11-04 Thread vkreal
i agree, i am having the same issue with ugly scroll bar! anyone found a way around the fixed height? On Nov 4, 3:08 pm, Suhail Doshi <[EMAIL PROTECTED]> wrote: > Okay, I think the orkut interface for looking at a single application > should give us infinite room vertically, we get blocked and if

[opensocial] Re: get() is null or not an object

2007-11-04 Thread vkreal
same here! why is this half baked!! On Nov 4, 7:08 am, Vikram <[EMAIL PROTECTED]> wrote: > get() is null or not an object...this error pops up with the 'get' > method on IE. works fine on firefox. Google...please fix. > > Vikram --~--~-~--~~~---~--~~ You rece

[opensocial] Re: Codes are just a TRICK.. Nothing works for me..

2007-11-04 Thread Euan Adie
The Orkut sandbox does suck, yes. You're missing the enclosing the html markup inside the tag. e. emaillenin wrote: > i copied few codes from > http://code.google.com/apis/opensocial/docs/javascript/index.html > and paste into GGE and click preview and this is the error i'm > getting.. > > E

[opensocial] Design issue with Orkut

2007-11-04 Thread Suhail Doshi
Okay, I think the orkut interface for looking at a single application should give us infinite room vertically, we get blocked and iframed. Scrollbars look really bad. Is there anyway this can be changed? --~--~-~--~~~---~--~~ You received this message because you

[opensocial] Re: get() is null or not an object

2007-11-04 Thread [EMAIL PROTECTED]
Exactly the same results on firefox vs. IE, Would appreciate a response. BTW, the orkut sameple app finds friends also works on firefox and not IE for the same reason (problem with the argument to the get). On Nov 4, 2:06 pm, Michael Scherotter <[EMAIL PROTECTED]> wrote: > I am getting that probl

[opensocial] Re: "opensocial is not defined"

2007-11-04 Thread [EMAIL PROTECTED]
Maybe we need to supply authentication details? Unfortunately I am also going from the 'hello world' example, and going by this example will generate the error everyone here is getting. --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[opensocial] Re: opensocial.newDataRequest() not working?

2007-11-04 Thread [EMAIL PROTECTED]
Also getting the error. Used FireBug to analyse the problems with the test app I made and got: opensocial is not defined [Break on this error] var req = opensocial.newDataRequest(); --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[opensocial] Re: opensocial.newDataRequest() not working?

2007-11-04 Thread [EMAIL PROTECTED]
Have now found that my ap works with firefox but not with IE (latest version, XP pro). On Nov 4, 4:58 pm, oscarpica <[EMAIL PROTECTED]> wrote: > I am getting the same error accessing the sandbox from Montreal > (Canada). > > > > > Is it possible that something went wrong with the update > > propa

[opensocial] Re: Will users have to "add" applications to interact with them?

2007-11-04 Thread [EMAIL PROTECTED]
Hi, I don't think that's necessary. The OpenSocial API will eventually let you interact with news feeds on individual social networking sites (I believe), so for example for the 'Countries I've Visited' app it just supplies an img URL to user who IS signed up the app, and this appears on their pro

[opensocial] API Council : What should we do about unlogged/anonymous viewers? +Proposal

2007-11-04 Thread Fabricio Zuardi
Hello all, I have a question about something that doesn't seems covered by the current version of the API (0.5) or at least not part of the online documentation. Since this api as far as I understand is a work in progress, and since this is an *open* api, it is natural to expect that improvement

[opensocial] Will users have to "add" applications to interact with them?

2007-11-04 Thread Tim Longhurst
Using the Facebook example, if I want to see what countries a friend has visited using the "Countries I've Visited" application, I have to add that application (and expose my info) just to be able to look at a map. Will OpenSocial be similar in this regard? Or will the apps have lower 'barriers t

[opensocial] Re: opensocial.newDataRequest() not working?

2007-11-04 Thread oscarpica
I am getting the same error accessing the sandbox from Montreal (Canada). > Is it possible that something went wrong with the update > propagation across regions? > > I am curretly acessing the sandbox from Israel. > --~--~-~--~~~---~--~~ You received this messa

[opensocial] Re: "opensocial is not defined"

2007-11-04 Thread Asimov
I have the same issue with a module hosted on gmodules.com, here is the answer from google when trying to get http://r5oub4bm-a.gmodules.com/46/o/0.5/opensocial.js from this module http://www.evangineers.com/frienddump.xml (one of the directory in the sandbox) HTTP/1.x 502 Bad Gateway Any idea?

[opensocial] Re: sandbox.orkut.com: opensocial not defined for all sandbox users?

2007-11-04 Thread oscarpica
same problem with server: http://83g7jarn-a.gmodules.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@googlegroups.com To unsubs

[opensocial] Re: "opensocial is not defined"

2007-11-04 Thread oscarpica
I get the same "opensocial is not defined" in the orkut sandbox. How do you make work in orkut? On Nov 2, 7:12 pm, Erik H <[EMAIL PROTECTED]> wrote: > On Nov 2, 3:11 pm, Ropu <[EMAIL PROTECTED]> wrote: > > > as far as im aware iGoogle is not a valid container for Open Social, u > > should use Or

[opensocial] Re: Any other functional containers so far?

2007-11-04 Thread Kumar
Hi, I faced the same problem. My app is working fine in Orkut container but it has some problem in Ning. Problem: --- 1) During development, I was using port other than 80 to access server at my home, which Ning was totally rejecting (My guess). But, same code, when I installed i

[opensocial] Re: Any other functional containers so far?

2007-11-04 Thread Murat Aktihanoglu
Thanks Fabricio, The problem is: Error: opensocial.newStream is not a function Obviously nobody wants to go down the path of 'if container==ning then' etc, so I guess we will wait for the whole API to be supported in ning. thanks for your reply, best, Murat On Nov 4, 4:22 pm, Fabricio Zuardi <

[opensocial] Re: Is there a way to validate that the owner ID you get back is not spoofed?

2007-11-04 Thread Miron
This is a relatively complicated issue, since: - User IDs can only be authenticated by the container where they came from. You would need namespaces for user IDs. - You would need to either: 1. exchange a secret with each container that embeds your app or 2. call back to the container for every

[opensocial] Re: Any other functional containers so far?

2007-11-04 Thread Fabricio Zuardi
Hi Murat Can you please post the url of your gadget or send the code of what you are trying, and/or the javascript errors you are getting? I am testing gadgets in both ning and orkut so far, I don't know of other containers (I know plaxo pulse is a container, but your app needs to be whiteliste

[opensocial] getting friends info

2007-11-04 Thread Leonardo Faria Coelho
hi i'm studying the first article from opensocial [http://code.google.com/apis/opensocial/articles/firstgadget.html], but, using the sample, i don't got my friend lists, only three images from my profile. three are also the number of people shows in the friend dump app. is it a coincidence or the

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

2007-11-04 Thread [EMAIL PROTECTED]
http://sandbox.orkut.com/Profile.aspx?uid=12707191198764567204 On Nov 4, 6:27 am, victorc <[EMAIL PROTECTED]> wrote: > Community for this :http://sandbox.orkut.com/Community.aspx?cmm=41271206 > > On Nov 4, 10:11 am, Brian Rue <[EMAIL PROTECTED]> wrote: > > > me:http://sandbox.orkut.com/Profile.as

[opensocial] AJAX POST calls to remote server

2007-11-04 Thread hobnobLover
http://code.google.com/apis/gadgets/docs/remote-content.html - this link has stuff about getting data from remote server, but is there any API function to get remote data using POST? (I don't want to do anything related to proxy unless there is no such API function). Thanks in advance. - hobnobL

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

2007-11-04 Thread oscarpica
http://sandbox.orkut.com/Profile.aspx?uid=18044598686063920908 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@googlegroups.com To u

[opensocial] Re: are apps cached?

2007-11-04 Thread hobnobLover
You need to append "&bpc=1" to the url in the address bar, and press enter. It'll force reload, and get a new copy. - hobnobLover. http://www.hobnobLover.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenS

[opensocial] Re: Persistent Data Issues

2007-11-04 Thread Jay Hoover (Snapvine)
The issue about concurrency seems pretty big. It would be nice to hear what sort of guarantees you have when dealing with concurrent writes. Since you are able to write many properties out in a single request, it seems like you could design your application around any concurrency issues as long as

[opensocial] Re: Is there a way to validate that the owner ID you get back is not spoofed?

2007-11-04 Thread Jay Hoover
Great, thanks for the pointer Rick. -jay On Nov 4, 2007 1:13 AM, RickMeasham <[EMAIL PROTECTED]> wrote: > > On Nov 4, 4:39 pm, "Jay Hoover (Snapvine)" <[EMAIL PROTECTED]> > wrote: > > This is great, but how do I > > really know that I'm not being spoofed? Let's assume that this is > > important

[opensocial] RESTful data APIs

2007-11-04 Thread Dondi
Is there more documentation regarding the specifications of Google OpenSocial server side components. I would like to understand better the promise (or lack of it) of OpenSocial in two areas: 1. Authentication/Authorization - The ability to store credentials across social networks and access acc

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-04 Thread Jawad_Shuaib
As a developer, I find this issue quite frustrating as it is difficult to debug code when one's not even sure the interpreter is stable. Does the Google team has any good news for us on this? Thanks, On Nov 3, 5:14 pm, Mokele <[EMAIL PROTECTED]> wrote: > Is this a known issue? > > var req = opens

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

2007-11-04 Thread [EMAIL PROTECTED]
Hello Friends, http://www.orkut.com/Profile.aspx?uid=3571560936204047193 Cheers, David --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial

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

2007-11-04 Thread marco
http://sandbox.orkut.com/Profile.aspx?uid=5344790087878113423 Here am I. Marco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To post to this group, send email to opensocial-api@g

[opensocial] MediaWiki Extension

2007-11-04 Thread [EMAIL PROTECTED]
Are there any plans to offer an official extension for MediaWiki? Is anyone going to build one on their own? I can think of some wikis that could really leverage this API in a great way. --~--~-~--~~~---~--~~ You received this message because you are subscribed

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread vkreal
count me in On Nov 3, 11:32 am, Michael D <[EMAIL PROTECTED]> wrote: > Is any one interested in cross promoting non competative app's? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group.

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-04 Thread ramonck
Same problem here, in fact same problem with DataRequest, a couple of api's are still not working or unstable. Pretty normal for this closed and over-loaded beta. On Nov 4, 4:59 pm, Mokele <[EMAIL PROTECTED]> wrote: > Has noone else had this problem? Has anyone else had any problem with > orkut

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-04 Thread Jawad_Shuaib
I believe the issue is occuring around var req = opensocial.newDataRequest(); The examples within the API docs aren't working either. For instance, give the following a try, it doesn't seem to load beyond the "Requesting Friends..." statement: http://hosting.gmodules.com/ig/gadgets/file/107872921

[opensocial] Re: get() is null or not an object

2007-11-04 Thread Michael Scherotter
I am getting that problem as well. No answer yet. Michael On Nov 4, 7:08 am, Vikram <[EMAIL PROTECTED]> wrote: > get() is null or not an object...this error pops up with the 'get' > method on IE. works fine on firefox. Google...please fix. > > Vikram --~--~-~--~~~--

[opensocial] Re: Orkut: newUpdatePersonAppDataRequest persistent store not working

2007-11-04 Thread Mokele
Has noone else had this problem? Has anyone else had any problem with orkut and the code example here? > > var req = opensocial.newDataRequest(); > req.add(req.newUpdatePersonAppDataRequest("OWNER", "mykey", myvalue)); > req.send(mycallback); > > I can see in the test applications that the persis

[opensocial] Re: Discussion on http-code-google-com-support-opensocialsignup

2007-11-04 Thread oscarpica
I had the same problem. So I applied again about 16 hours ago but I still get redirected to www.orkut.com. On Nov 4, 1:26 pm, Warren Brian Noronha <[EMAIL PROTECTED]> wrote: > 24 hours back I managed to login/signup in the sandbox. When I tried > to access the sandbox today, I get redirected to

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread ramonck
Sure, we could just put a small tag in the top of our apps claiming the opensocial apps alliance :), I can build this easily. Please get back to my email so I can set this up, we need at least 5 apps to start. Best, On Nov 4, 2:19 pm, EGreg <[EMAIL PROTECTED]> wrote: > I'm in. How do you guys pr

[opensocial] The old feed feature will be gone??

2007-11-04 Thread Jattfx
Well im looking at the sandbox in orkut and I don't see the rss feed feature that we have right now in regular orkut. The "add stuff" button is gone and there's where the feed option is. Can anyone confirm if the feeds will really be gone? I know this question is asked quite a few times but whats

[opensocial] Re: Cross promoting Apps

2007-11-04 Thread [EMAIL PROTECTED]
Id like to participate as well. I could setup a subversion dep. Dan On Nov 4, 10:19 am, EGreg <[EMAIL PROTECTED]> wrote: > I'm in. How do you guys propose to do this? > We could all email each other (Reply TO All) > > Greg > > On Nov 4, 5:52 am, Suhail Doshi <[EMAIL PROTECTED]> wrote: > > > Sur

[opensocial] Discussion on http-code-google-com-support-opensocialsignup

2007-11-04 Thread Warren Brian Noronha
24 hours back I managed to login/signup in the sandbox. When I tried to access the sandbox today, I get redirected to orkut.com. WTF? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "OpenSocial Developers" group. To

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

2007-11-04 Thread Dario Bednarz Biehl
http://sandbox.orkut.com/Profile.aspx?uid=16720273393731930739 2007/11/4, Kannappan <[EMAIL PROTECTED]>: > > hi this is my profile > http://sandbox.orkut.com/Profile.aspx?uid=14772073683322954834 > > On Nov 4, 2007 10:58 PM, falseicon < [EMAIL PROTECTED]> wrote: > > > > > > > http://www.orkut.com

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

2007-11-04 Thread Kannappan
hi this is my profile http://sandbox.orkut.com/Profile.aspx?uid=14772073683322954834 On Nov 4, 2007 10:58 PM, falseicon <[EMAIL PROTECTED]> wrote: > > > http://www.orkut.com/Profile.aspx?uid=11157866027385181181 > > > > > -- "His mind was good, but he only understood one or two things in the w

[opensocial] Re: Publishing the App

2007-11-04 Thread valeriow
LOL.. the pleague On Nov 3, 5:32 pm, "Rodrigo Ranieri" <[EMAIL PROTECTED]> wrote: > We have a good number of Brazilian here since we are the "pleague" of the > orkut :) > > On 11/3/07, valeriow <[EMAIL PROTECTED]> wrote: > > > > > Sorry, sorry.. I just add by url. :D > > Are you from brasil F

[opensocial] Re: How to add opensocial apps in Orkut Applications Directory

2007-11-04 Thread Kumar
Still, first question is not being answered. "How to add the app to the Orkut application directory?". Adding our own app during the development is fine, but how other will see my app and add it? (for testing or trying out). Liike, Ning has a process of requesting app to be listed in their app d

  1   2   >