Re: [OpenSocial] Gmail Public Key cert

2010-04-12 Thread Arne Roomann-Kurrik
I believe that Gmail uses the same key as iGoogle - can you try using that? ~Arne On Mon, Apr 12, 2010 at 11:32 AM, Pablo Fernandez < fernandezpabl...@gmail.com> wrote: > Hi, > > I was wondering if GMail has a public certificate to make signed > requests. > > The only resource I've found online

Re: [OpenSocial] The wiki tutorial

2010-02-09 Thread Arne Roomann-Kurrik
Hi Gerald, Yes, that's correct - since you can't write arbitrary data to a friend's data store, you write it to their own, which they query when they view the app. ~Arne On Tue, Feb 9, 2010 at 12:24 AM, Gerald Wong wrote: > Hi, I'm referring to the wiki tutorial here: > > http://wiki.openso

Re: [OpenSocial] downloading the OpenSocial JavaScript API files

2010-02-08 Thread Arne Roomann-Kurrik
You should check out the Shindig SVN repository: http://shindig.apache.org/ They have an implementation of the JS API. ~Arne On Thu, Feb 4, 2010 at 10:47 AM, kingpoop wrote: > Hello > I am looking for the SVN repository for the OpenSocial JavaScript API > files. > > Can someone please help me

[OpenSocial] Pending OpenSocial groups structural changes

2010-01-15 Thread Arne Roomann-Kurrik
It's been one of my goals to revisit the current OpenSocial groups structure to see if we can optimize things for the current level of traffic and support available. This post is to notify you of some changes coming soon if you visit the groups interface via the web (email posters should be unaffe

Re: [OpenSocial] Re: OpenSocial authentication from external application

2009-10-26 Thread Arne Roomann-Kurrik
Hi Shannon, Orkut is interested in supporting this, so you'll be able to allow users to share their information with your application "correctly" in the future. The corresponding two-legged app would need to forward the current viewer's OpenSocial ID back to your server, probably along with

[OpenSocial] Re: [opensocial-and-gadgets-spec] OpenSocial authentication from external application

2009-10-22 Thread Arne Roomann-Kurrik
> > + opensocial-api > bcc:opensocial-and-gadgets-spec > Hi Shannon, > I'm moving this over to the API discussion list since it doesn't have that much to do with the spec - if you could respond through opensocial-api@googlegroups.com or http://groups.google.com/group/opensocial-api/topics, I'd

[OpenSocial] Re: Waiting for OAuth Consumer key to be installed into gadget

2009-10-01 Thread Arne Roomann-Kurrik
Hi, What exactly are you trying to do? Sending a consumer key and secret is only needed if your gadget is accessing OAuth-protected resources through the OAuth proxy. If you want a key and secret to access the REST or RPC endpoints, you can get one by registering your gadget here: https://www

[OpenSocial] Re: application to fetch friendship requests

2009-09-16 Thread Arne Roomann-Kurrik
I may have misunderstood what you're trying to build, but the application would show the name, photo, and message of every friend request? Currently, this isn't possible with OpenSocial - sorry! I'm actually not aware of any social network which offers this kind of integration into friend reques

[OpenSocial] READ FIRST - Messages are moderated for new members

2009-09-16 Thread Arne Roomann-Kurrik
I've noticed a couple of spam messages coming to this list and I'd like to put a stop to it. I've turned on post moderation for new users. If you're already a member of the group and have been posting, you should be unaffected. If you're posting to this group for the first time, it may take a d

[OpenSocial] Re: When will the Page init event be called in gadget xml

2009-09-11 Thread Arne Roomann-Kurrik
u can just pull data directly from your server.* > > is it a typo, is it* you just can't pull data* ??? > > if it is so, the only time when the gadget can send profile data of *user > A* to my database is when the gadget is loaded > by *user A* on his apps page?? > > >

[OpenSocial] Re: When will the Page init event be called in gadget xml

2009-09-10 Thread Arne Roomann-Kurrik
On Sep 9, 1:58 am, Nishanth Nair wrote: > Hi experts, > > I saw this sample code in opensocial tutorial. > > gadgets.util.registerOnLoadHandler(init); > > function init() { >   loadFriends(); > > } > >  The *registerOnLoadHandler* method is registering the init function to be > called on load o

[OpenSocial] Re: Desktop App using javascript and open social

2009-09-10 Thread Arne Roomann-Kurrik
ox by using extended priviledges. > The only issue is to authenticate the user with OAuth from a desktop > application (local html-javascript files in my case). > > On Sep 3, 11:13 pm, Arne Roomann-Kurrik wrote: > > > On Wed, Sep 2, 2009 at 10:26 PM, Mayank wrote: > > > &g

[OpenSocial] Re: Best approach for OS gadget development?

2009-09-08 Thread Arne Roomann-Kurrik
On Sep 4, 10:20 am, Susan wrote: > Thanks, Arne.  This is very helpful. > > I'm not going max-reach on my first app, just trying to find a solid > approach that will serve me in future apps as well.  It's helpful to > learn that the some containers already support some 0.9 features. > I've been

[OpenSocial] Re: opensocial architecture

2009-09-08 Thread Arne Roomann-Kurrik
If you want to expose an API for applications to access your social network, then implementing Shindig is a good way to go. I'd suggest checking out the resources at http://incubator.apache.org/shindig/ to get started. ~Arne On Sep 8, 1:38 am, "h.bidani" wrote: > Hi, > I have a social network

[OpenSocial] Re: Gmonkey hooks, the gmail DOM and gadgets. .

2009-09-08 Thread Arne Roomann-Kurrik
Sorry to disappoint, but this is really the wrong forum for this question. We're covering creating applications using OpenSocial, nothing directly to do with Gmail, Gmonkey, or DOM manipulation - perhaps you accidentally posted in the wrong forum? Cheers, ~Arne On Sep 8, 8:36 am, Jonathan Bow

[OpenSocial] Re: Not getting any reply from orkut

2009-09-08 Thread Arne Roomann-Kurrik
Since this is an orkut-related question, please report it here: http://groups.google.com/group/opensocial-orkut/topics ~Arne On Mon, Sep 7, 2009 at 8:59 AM, sachin bathla wrote: > > Hello > > Some days ago, I have submitted my first orkut app and orkut displayed > the message " your app succes

[OpenSocial] Re: Profile Updation

2009-09-08 Thread Arne Roomann-Kurrik
Hi Vivek, Orkut doesn't support updating profile fields from their APIs. To build a system like the one you described, you should direct users with linked orkut accounts to update their profiles there, and then pull the updated information into your own system. ~Arne On Fri, Sep 4, 2009 at 1

[OpenSocial] Re: Desktop App using javascript and open social

2009-09-03 Thread Arne Roomann-Kurrik
indow to let the user authenticate with OAuth into MySpace, otherwise the same client libraries could be used for both a server application or a desktop application. OAuth for installed apps is a bit of a pain, but it is possible to do. Searching the internet should come up with a couple of example

[OpenSocial] Re: Best approach for OS gadget development?

2009-09-03 Thread Arne Roomann-Kurrik
Hi Susan, I'm going to respond to each point inline: On Sep 1, 10:21 am, Susan wrote: > I'm starting to develop my first non-trivial OS gadget + backend > application, and I'm stuck trying to choose which development approach > to use. Any insights you can guys offer would rock. > > The three

[OpenSocial] Re: what is the use of "?rl=" the url of orkut?

2009-09-03 Thread Arne Roomann-Kurrik
It's an orkut-specific parameter, and has nothing to do with OpenSocial application development. ~Arne On Sep 3, 8:37 am, Felipe wrote: > Why sometime for the same "link" tha url changes ? > > Link : > > .../Main#Profile?rl=fpn&uid=... > > and > > .../Main#Profile?rl=fpp&uid=... > > fpn ? fpp

[OpenSocial] Re: Reading my profile data in orkut using OpenSocial API

2009-09-02 Thread Arne Roomann-Kurrik
Hi Nishanth, You can't access OpenSocial data using a user's username and password. You'll need to use a client library to access the REST or RPC apis, and either 2-legged or 3-legged OAuth to authorize the app making the request. There's more information about the client libraries here: http:/

[OpenSocial] Re: Single solution to connect to all SNS supporting opensocial

2009-09-02 Thread Arne Roomann-Kurrik
Hi Nishanth, On Sep 2, 7:55 am, Nishanth Nair wrote: > Hello experts, > > Here is what I need to achieve. > > - I need to create a single solution to read profile information,friends > list, scraps etc from profiles You can access all of this except for scraps from the OpenSocial REST/ RPC apis

[OpenSocial] Re: Analytics in APP

2009-09-02 Thread Arne Roomann-Kurrik
Can you share some code that isn't working? Which container are you testing on? ~Arne On Aug 26, 11:10 am, Rafaleco wrote: > How Can I put the Analytics in App ??? > > Please, I Did the same things are discribed in Analytics page, but > doesn't work. > > Tks --~--~-~--~~--

[OpenSocial] Re: How to Include YUI library

2009-09-02 Thread Arne Roomann-Kurrik
Hi Ankit, You can include JavaScript libraries normally in gadgets and they should work. If you can provide the source you were using and which container you were testing on, I could try to help debug a bit. One case where this approach won't work is profile gadgets on orkut, since orkut fi

[OpenSocial] Re: Get hi5 notifications using hi5 API

2009-09-02 Thread Arne Roomann-Kurrik
Hi Zahir, Sorry, the hi5 APIs described at http://api.hi5.com/ aren't part of the OpenSocial spec. If you have issues with them, please contact hi5's support team directly. Thanks, ~Arne On Aug 27, 11:53 pm, Zahirul Haque wrote: > Hi, > I am trying to develop a browser toolbar for hi5 whic

[OpenSocial] Re: How to set the iframe height

2009-09-02 Thread Arne Roomann-Kurrik
Hi Ankit, Can you provide more information such as the container you are using and a link to your gadget? I need more information to debug this problem. ~Arne On Aug 28, 8:45 am, ankit bhatnagar wrote: > Hi, > > I am trying to use : > > gadgets.window.adjustHeight(); > > and I also includ

[OpenSocial] Re: Desktop App using javascript and open social

2009-09-02 Thread Arne Roomann-Kurrik
Hi, It's difficult to do this entirely via JavaScript since you'll need to make HTTP calls to different servers. It's possible to use a different programming language to do this, though. ~Arne On Wed, Sep 2, 2009 at 6:39 AM, Mayank wrote: > > Hi All, > > Is it possible to build a javascri

[OpenSocial] Re: How to track cursor position when it's outside my gadget's window?

2009-08-29 Thread Arne Roomann-Kurrik
Interesting, I didn't realize that's what the Googley Eyes gadget did. I have to warn you that _IG_AddDOMEventHandler is certainly not a standard part of the gadgets.* spec, so it's likely only to work on iGoogle (and I can't say how long it'll be there for). It may be interesting to propose a gad

[OpenSocial] Re: Implement Oauth in orkut

2009-08-26 Thread Arne Roomann-Kurrik
Can you explain what you mean by "need to have the authorization for it"? If you mean validating signed makeRequest calls from orkut to your server, then you could write something similar to the code listed here: http://wiki.opensocial.org/index.php?title=Validating_Signed_Requests#Server_side_co

[OpenSocial] Re: How to track cursor position when it's outside my gadget's window?

2009-08-26 Thread Arne Roomann-Kurrik
As far as I know, this isn't possible due to the iframe restriction on gadgets. Since the gadget runs inside of an iframe, you would normally need to use window.top.onmousemove, but since the iframe and parent window run in separate domains, browsers will keep you from listening to the parent win

[OpenSocial] Re: When is OpenSocial leaving the sandbox?

2009-08-26 Thread Arne Roomann-Kurrik
Sorry for the late response on this. iGoogle has launched social features for all users in Australia and the US. Here's the blog post announcing the launch: http://igoogledeveloper.blogspot.com/2009/08/igoogle-is-social-being.html Other countries should follow soon, but there are no announced

[OpenSocial] Re: signed requests and oauth php extension

2009-08-21 Thread Arne Roomann-Kurrik
Hi Desu, Assuming that library implements a public method to validate an OAuth signature, this should be possible, although I haven't seen a sample that implements this. My suggestion would be to contact the author of that library to see if it can validate an OAuth signed request. There's rea

[OpenSocial] iGoogle is the newest production OpenSocial container

2009-08-12 Thread Arne Roomann-Kurrik
Hi everyone! If you follow the official Google blog, you may have noticed a story posted today about iGoogle launching support for social gadgets: http://googleblog.blogspot.com/2009/08/i-scream-you-scream-we-all-scream-for.html What may not be immediately obvious from the post is that iGoogle s

[OpenSocial] Re: gadgets.window.adjustHeight() is running wrong in Orkut

2009-08-05 Thread Arne Roomann-Kurrik
e not the same. IE can be > working fine, but firefox not. why? can you suggest me a solution? thanks! > > Best Regards! > Hui > > > 2009/6/25, Arne Roomann-Kurrik : > >> >> It seems like adjust height is working in that gadget - can you >> explain wha

[OpenSocial] Re: gadgets.window.adjustHeight is not working on Opensocial.org

2009-08-05 Thread Arne Roomann-Kurrik
Most likely it's an implementation bug - I'll try and look into why it might be failing. ~Arne On Tue, Aug 4, 2009 at 9:23 PM, duduzerah wrote: > > > > > > > > > >href="http://openx.appspot.com/canvas/ind

[OpenSocial] Re: gadgets.window.adjustHeight is not working on Opensocial.org

2009-08-04 Thread Arne Roomann-Kurrik
;ve tried on orkut and opensocial.org > > Do developers use proxied contet to build huge applications? I think > it's more convenient.. > > On 4 ago, 17:48, Arne Roomann-Kurrik wrote: > > Awesome, adding a note tohttp:// > wiki.opensocial.org/index.php?title=Gadgets.window_%

[OpenSocial] Re: Missing "http:" in return value from gadgets.io.getProxyUrl() in wave sandbox

2009-08-04 Thread Arne Roomann-Kurrik
Probably a bug. Does the wave sandbox have an issue tracker where this can be reported? ~Arne On Jul 31, 7:11 am, jofeux wrote: > The call to gadgets.io.getProxyUrl()  return the proxy URL starting > with "//". The "http" prefix is missing. > > Bug or feature? > > jofeux --~--~-~-

[OpenSocial] Re: gadgets.window.adjustHeight is not working on Opensocial.org

2009-08-04 Thread Arne Roomann-Kurrik
Awesome, adding a note to http://wiki.opensocial.org/index.php?title=Gadgets.window_%28v0.9%29 should help others running up against this problem. ~Arne On Aug 4, 8:35 am, duduzerah wrote: > Oh god.. I solve it.. > > > I'll try to put this information on wiki. > > On 4 ago, 12:10, duduzerah

[OpenSocial] Re: python development win32

2009-08-04 Thread Arne Roomann-Kurrik
egged auth from orkut > etc? > in that scenario, what should be my primary action? nothing works if i > cant get authenticated? > i hope i am making sense. pls give me some pointers, where to start? > > > On Jul 31, 2:38 pm, Arne Roomann-Kurrik wrote: > > I'm happ

[OpenSocial] Re: OpenSocial + Java + AppEngine

2009-08-04 Thread Arne Roomann-Kurrik
]; >userName = > tokens[tokens.length - 2]; > >thisLog = new Logging("New > Member: " + userName + " " + > viewerId, true); >} catch (Exception e) { > // >

[OpenSocial] Re: is it possible to post a message programaticaly to orkut from opensocial REST client...Java

2009-07-31 Thread Arne Roomann-Kurrik
As long as you're running an orkut application, you'll be able to access user information for any orkut member who has installed your application. Any OpenSocial client library should be able to do this much. What kind of messages do you want to send, however? Currently, I don't think that orku

[OpenSocial] Re: python development win32

2009-07-31 Thread Arne Roomann-Kurrik
Do you think you can help me out. I would be so glad. > > On Jul 30, 9:32 pm, Arne Roomann-Kurrik wrote: > > > Hi Amit, > > >    In theory this is completely possible, although in practice you'll > > probably hit a couple of minor roadblocks depending on what you&

[OpenSocial] Re: OpenSocial + Java + AppEngine

2009-07-31 Thread Arne Roomann-Kurrik
Hi Chris, Since you're using the fcauth token, there's an implicit ID number for the viewer - essentially, it means you can use "@me" for the value of viewerid and a valid Person should be returned. ~Arne On Jul 30, 11:20 pm, Chris wrote: > Hello, > > I'm trying to hook GFC/OpenSocial into

[OpenSocial] Re: python development win32

2009-07-30 Thread Arne Roomann-Kurrik
Hi Amit, In theory this is completely possible, although in practice you'll probably hit a couple of minor roadblocks depending on what you're trying to do. OpenSocial defines a REST api which can be used to fetch social data from a server or a desktop application - there's even a simple Pyth

[OpenSocial] Re: application on XING

2009-07-28 Thread Arne Roomann-Kurrik
Hi doXtop, wiki.opensocial.org contains a list of OpenSocial containers which you can use to find developer resources for a given container. The link given for XING points to https://www.xing.com/net/opensocialpartner, which you need a XING login to access. The description given there is: "T

[OpenSocial] Re: PHP Shindig failing on gadgets.io.makeRequest for FEED with "don't be evil"

2009-07-28 Thread Arne Roomann-Kurrik
In case anyone else is wondering, a fix for this was applied: https://issues.apache.org/jira/browse/SHINDIG-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ~Arne On Jul 27, 8:17 pm, Eiji Kitamura wrote: > Hi Robert, > > I've confirmed that the issue is reproducible in ph

[OpenSocial] Re: anonymous posts

2009-07-28 Thread Arne Roomann-Kurrik
I'm not sure exactly what you're trying to do - can you explain what you're trying to build and what networks you're trying to build on? Thanks, ~Arne On Jul 26, 2:20 pm, Jerome Poitevin wrote: > What API can I use if I want to send anonymous posts like GFC Comments > gadget --~--~-~--

[OpenSocial] Re: Unable to run opensocial api

2009-07-28 Thread Arne Roomann-Kurrik
Hi Parag, Where are you trying to run this app? Make sure that you're in any developer sandboxes you need to be in to run development apps, and that you have a properly configured friends list. Providing more information about the response you're seeing would help as well. ~Arne On Jul 2

[OpenSocial] Re: Fetching activity specific fields

2009-07-17 Thread Arne Roomann-Kurrik
It should be a JavaScript numerical type. Sorry that I haven't used GWT or JSNI in a while, so I'm not completely sure of the correct mapping (but it can't be that difficult, right?) ~Arne On Fri, Jul 17, 2009 at 7:37 AM, Andre Leger wrote: > One follow up question: > > What is the real type o

[OpenSocial] Re: Fetching activity specific fields

2009-07-16 Thread Arne Roomann-Kurrik
Good, I'm glad that I could help :) ~Arne On Thu, Jul 16, 2009 at 5:09 PM, Andre Leger wrote: > Thanks Arne for the input. I got it to work with my code! > > > Andre > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Googl

[OpenSocial] Re: Fwd: orkut - application approved

2009-07-16 Thread Arne Roomann-Kurrik
Hi Albert, Please ask this question in the orkut developer forum: http://groups.google.com/group/opensocial-orkut Thanks, ~Arne On Jul 16, 2:52 am, Albert Joseph wrote: > Hi, > Please see the email received earlier from Orkut about approval of our app. > But it still doesn't show up in the

[OpenSocial] Re: Gadget Height

2009-07-16 Thread Arne Roomann-Kurrik
Sometimes calling adjustHeight() too quickly can change the height of the gadget before the gadget is done rendering, leading to scrollbars. For example, if you use images in your gadget and call adjustHeight() before the images have finished loading, then when the images appear they will "push"

[OpenSocial] Re: Still Error in my apps

2009-07-16 Thread Arne Roomann-Kurrik
Hi, This question should be asked in the orkut developer forum: http://groups.google.com/group/opensocial-orkut. When you post there, please include the URL to your app as well, to help people debug your issue. Thanks, ~Arne On Jul 7, 5:59 am, hem wrote: > Dear Sir/Madam, > > I had develo

[OpenSocial] Re: orkut friend request dese ble

2009-07-16 Thread Arne Roomann-Kurrik
To report issues with orkut, please go here: http://help.orkut.com/bin/answer.py?answer=16200 ~Arne On Jun 30, 6:26 am, "sameerprajapat5...@gmail.com" wrote: > hello... >                      sir mera orkut  account se me jo bhi friend > request bhejta hu to pata nahi kyo >            

[OpenSocial] Re: for personal means

2009-07-16 Thread Arne Roomann-Kurrik
Hi Athos, I'm not really sure that I understood your request. OpenSocial is just a standard and not a specific implementation, so you can't really link directly to the "platform" itself. If you'd like more information, check out the getting started page: http://www.opensocial.org/page/get-st

[OpenSocial] Re: Fetching activity specific fields

2009-07-16 Thread Arne Roomann-Kurrik
Hi Andre, I was able to retrieve the posted time of an activity by using the following code: function response(data) { var activities = data.get('req').getData(); activities.each(function(activity) { console.log(activity.getField('postedTime')); }); }; function request() { var req =

[OpenSocial] Re: gadgets.window.adjustHeight() is running wrong in Orkut

2009-06-25 Thread Arne Roomann-Kurrik
It seems like adjust height is working in that gadget - can you explain what error you're seeing and which web browser you're using? ~Arne On Jun 23, 12:18 pm, "denghui.1...@googlemail.com" wrote: > Hello friends, > > I wrote a simple app in orkut, I used gadgets.window.adjustHeight() to > dyn

[OpenSocial] Re: Get google user account informations

2009-06-25 Thread Arne Roomann-Kurrik
What information are you looking for? ~Arne On Jun 22, 5:23 am, Tristan Zwingelstein wrote: > In the igoogle gadgets, how can I get the informations about the user > account ? > > Thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed

[OpenSocial] Re: Need Help!

2009-06-25 Thread Arne Roomann-Kurrik
Hi, Sorry, this group is for help developing OpenSocial apps. Questions about Gmail should be directed toward the resources listed in the Gmail help center: http://mail.google.com/support/a/google.com/?hl=en ~Arne On Jun 19, 7:51 pm, Tun Tun Aung wrote: > Dear All, > > My name is Tun Tun A

[OpenSocial] Re: Unknown RPC service: requestSendMessage

2009-06-22 Thread Arne Roomann-Kurrik
ks for the reply Arne, > > Yeah I did actually try with putting recipient.. "owner" was one of my > tries to get this function work.. > > I posted in that group but its been a day and my post has not > appeared! > > On Jun 11, 4:48 pm, Arne Roomann-Kurrik wrote: > >

[OpenSocial] Re: Help with HTTPRequest method

2009-06-18 Thread Arne Roomann-Kurrik
It looks like you're trying to use standard XmlHttpRequest Ajax techniques, which will not work in OpenSocial applications. (The reason for this is because the gadget will run on a different domain from your PHP script, and web browsers limit these types of connections to same domain transfers on

[OpenSocial] Re: iGoogle Sandbox gadget: Can't get Person fields

2009-06-18 Thread Arne Roomann-Kurrik
Hi Barak, Sorry for the delay in this response. It looks like you're getting a limited profile back. Assuming that the user you're fetching actually has data specified in the fields you're requesting, the simplest explanation I can think of is that the user you're fetching doesn't actually h

[OpenSocial] Re: gadgets.io.makeRequest(), no response in IE

2009-06-18 Thread Arne Roomann-Kurrik
> Thans for your help. I am using IE7 ,I want to change the IE version and try > is again. > > Best Regards! > Hui > > 2009/6/18 Arne Roomann-Kurrik > > > > > Hi, > > >  Can you give me more information about what version of Internet > > Explorer you

[OpenSocial] Re: application -not showing up

2009-06-18 Thread Arne Roomann-Kurrik
us of any action/blacklisting > etc..or any problem that we needed to address. We just noticed that > app is not accessible. > > Thanks, > > On Jun 17, 11:33 pm, Arne Roomann-Kurrik > wrote: > > > Hi, > > > This is the wrong group to report orkut-related issues.  Please

[OpenSocial] Re: Display of sub-groups for committees and family groups

2009-06-17 Thread Arne Roomann-Kurrik
I'm trying to wrap my head around this and may not exactly be getting what you're trying to build. Are you building a website which consumes OpenSocial account data? On Jun 1, 6:40 am, LHeyns wrote: > We'd like to use an OpenSocial friends list to set up a directories of > charter school and co

[OpenSocial] Re: gadgets.io.makeRequest(), no response in IE

2009-06-17 Thread Arne Roomann-Kurrik
Hi, Can you give me more information about what version of Internet Explorer you're using? I got the following test code to work in OSDA (http://osda.appspot.com) using IE8 on orkut: function callback(response) { if (response.data && response.data.length) { detailDiv = document.getEleme

[OpenSocial] Re: Access REST API via OAuth from a gadget

2009-06-17 Thread Arne Roomann-Kurrik
Registering a consumer secret with the oauth proxy is actually covered in the same document, but a bit harder to find: http://code.google.com/intl/de-DE/apis/gadgets/docs/oauth.html#non-google-srv-prv Basically: In the case of iGoogle, you can send mail to oauthproxy...@google.com with the follo

[OpenSocial] Re: Issues on spec 0.9

2009-06-17 Thread Arne Roomann-Kurrik
Looks like you got feedback on the spec discussion list. I'm closing this thread then. ~Arne On Jun 7, 1:03 am, Kless wrote: > I think that there are some issues on OpenSocial spec. 0.9 [1]: > > * JOB_INTERESTS > It's str but I think that it should be array of str > str -> array of str > > *

[OpenSocial] Re: Preferences Not Working in Shindig Container

2009-06-17 Thread Arne Roomann-Kurrik
This is a shindig related issue and should be discussed on the Shindig mailing list. When you post there, it would be useful to give some information about what container code you are running. As far as I know, the standard "samplecontainer" page included with Shindig does not support User Prefe

[OpenSocial] Re: application -not showing up

2009-06-17 Thread Arne Roomann-Kurrik
Hi, This is the wrong group to report orkut-related issues. Please report any future issues in http://groups.google.com/group/opensocial-orkut That being said, I verified that I could not add the app to my orkut account and have opened a ticket with the orkut team. If your app was in violation

[OpenSocial] Re: Condition for Repeated Elements with no elements

2009-06-17 Thread Arne Roomann-Kurrik
Yeah, this is a great use case for why we'd need some way of counting a result set. > > Regards, Juarez > > PS: I've watched all OpenSocial IO events on youtube. You Googlers > rock. Keep up the good work. ;-) Thanks! ~Arne > > On Jun 16, 9:31 pm, Arne Roomann-Kurrik wro

[OpenSocial] Re: Condition for Repeated Elements with no elements

2009-06-16 Thread Arne Roomann-Kurrik
nt} alone is evalued to [] > ${!gifts.content} returns nothing > ${gifts.content == []} returns nothing > > Would you have any other suggestions? :-) > > Juarez > > On Jun 12, 7:37 pm, Arne Roomann-Kurrik wrote: > > Sorry, I misunderstood where you were having the problem. No

[OpenSocial] Re: Condition for Repeated Elements with no elements

2009-06-12 Thread Arne Roomann-Kurrik
, but wouldn't it be better if Count were available > for those getting data from 3rd party APIs? > > Regards, Juarez > > On Jun 11, 8:38 pm, Arne Roomann-Kurrik wrote: > > > I've gotten this to work successfully: > > > I received no gifts yet! > >

[OpenSocial] Re: Unknown RPC service: requestSendMessage

2009-06-11 Thread Arne Roomann-Kurrik
Hm, I think your code should work (at least, if you changed "owner" to recipient in the requestSendMessage call) but it looks like this method is currently broken on orkut's sandbox. Can you follow up in the orkut support group with this problem? The group is located here: http://groups.google.c

[OpenSocial] Re: Condition for Repeated Elements with no elements

2009-06-11 Thread Arne Roomann-Kurrik
I've gotten this to work successfully: I received no gifts yet! Hope that helps! ~Arne On Jun 11, 7:32 am, Juarez wrote: > Hi, I've created a repeated element like this: > > >   >      ${Cur.name} >   > > > The problem is that I want to display a special message if no items > are found. I

[OpenSocial] Re: ning opensocial

2009-06-11 Thread Arne Roomann-Kurrik
Normally, you can only save data for the VIEWER, and typically only if the VIEWER has the app installed. I'm actually surprised that OWNER works while VIEWER does not. Can you give an example of code that works, and an example of code that doesn't work? ~Arne On Jun 11, 1:23 am, Джа wrote: >

[OpenSocial] Re: Problem with opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS

2009-06-05 Thread Arne Roomann-Kurrik
than 1. ~Arne On Jun 4, 1:40 pm, Steinn wrote: > Hi Arne! > > Thank you for your input! > > On Jun 3, 2:59 pm, Arne Roomann-Kurrik wrote:> Hi > Steinn, > > >   I tested your sample code in the OpenSocial Dev App on the orkut > > sandbox with the 0.8 version an

[OpenSocial] Re: Not able to understand "req.newFetchPersonRequest"

2009-06-04 Thread Arne Roomann-Kurrik
scussion for a long time about 1 day. > What should I do for that? > Thanks, > Tushar > > On Jun 3, 8:22 am, Arne Roomann-Kurrik wrote: > > > Please see my response to your previous post for more information.  In > > the future, posting one message with both questions w

[OpenSocial] Re: Not able to understand "req.newFetchPersonRequest"

2009-06-03 Thread Arne Roomann-Kurrik
Please see my response to your previous post for more information. In the future, posting one message with both questions will be fine :) ~Arne On Jun 3, 5:31 am, Tushar wrote: > Hi, > I am new in open social. > I have an exprience of working with the facebook application. > I am going throu

[OpenSocial] Re: Not able to understand "req.newUpdatePersonAppDataRequest"

2009-06-03 Thread Arne Roomann-Kurrik
Hi Tushar, The OpenSocial wiki contains a lot of information about the JavaScript APIs, including newUpdatePersonAppDataRequest: http://wiki.opensocial.org/index.php?title=Opensocial.DataRequest_(v0.8) If you're looking for more general information about the OpenSocial APIs, you should r

[OpenSocial] Re: How to send Scrap using Opensocial API on Orkut

2009-06-03 Thread Arne Roomann-Kurrik
As far as I know, orkut doesn't have an API for sending scraps, although you should ask on the official orkut support group here: http://groups.google.com/group/opensocial-orkut ~Arne On May 26, 11:18 am, Abhinav Chittora wrote: > Hi, > I am creating a apps that req. scraping so I want to know

[OpenSocial] Re: Who is responsible for rendering an Activity's Title from the TitileId

2009-06-03 Thread Arne Roomann-Kurrik
The way I've seen most production containers do this is that they return a rendered title string instead of the template and parameter map. I'm not sure about Shindig's default behavior, though - you may want to follow up on the Shindig mailing list to see if they have any best practices here. ~

[OpenSocial] Re: Questions about makeRequest()

2009-06-03 Thread Arne Roomann-Kurrik
Probably the best way to do what you're trying to do is to print out the value of $teste1 in your php script: Then in your callback function, you should be able to get this value: function response(obj) { var teste1 = parseInt(obj.text); } ~Arne On May 21, 6:48 am, Blackadder wrote

[OpenSocial] Re: How to create a website like opensocial or Ning?

2009-06-03 Thread Arne Roomann-Kurrik
Ning is actually a site which allows you to create a social network of your own, and opensocial.org is built on top of Ning. I would check that out first! ~Arne On May 21, 4:52 am, kenyeap wrote: > Hi! I'm new here.I'm so interested to get a webvsite like Ning or > opencial which have featur

[OpenSocial] Re: postMessage multiple call problem in GRS

2009-06-03 Thread Arne Roomann-Kurrik
This seems like a JavaScript coding question more than an OpenSocial question :) Could you post some of the code you're using to set the listener? From your description, it seems like you may not be removing the listener correctly and each time you add a listener they're all stacking up. ~Arne

[OpenSocial] Re: Problem with opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS

2009-06-03 Thread Arne Roomann-Kurrik
Hi Steinn, I tested your sample code in the OpenSocial Dev App on the orkut sandbox with the 0.8 version and the code ran fine. Using the MySpace version of the dev app (http://profile.myspace.com/Modules/ Applications/Pages/Canvas.aspx?appId=117879), I can see both AGE and ABOUT_ME showing up

[OpenSocial] Re: gadgets.io.makeRequest return 400 bad request when iGoogle or Gmail is idle for a while

2009-05-19 Thread Arne Roomann-Kurrik
it? > > On Apr 29, 5:23 pm, Chen Jie wrote: > > > Seems you have pushed out the fixes, I can open main canvas now, but > > the API session issue is not resolved yet. > > > On Apr 16, 6:06 pm, Chen Jie wrote: > > > > Hi, do you know when the fix will c

[OpenSocial] Re: Opensocial Applications not working in Ning today?

2009-04-24 Thread Arne Roomann-Kurrik
Hi Joe, It's possible that Ning may be experiencing an issue with certain networks. Have you tried contacting their support channels? ~Arne On Apr 24, 8:17 am, Joe wrote: > Google Gadgets Library not loaded properly on some Ning networks for > Opensocial applications? > > When I add any

[OpenSocial] Re: Hi Is there any JAva version of Chow Down

2009-04-20 Thread Arne Roomann-Kurrik
Sorry, there is only the Python version available currently. We're planning on migrating the sample to other languages eventually, but PHP will probably come before Java. If anyone wants to work on porting the sample to Java, I'd be happy to work with them to get it done ;) ~Arne On Sat, Apr 1

[OpenSocial] Re: Form Submit

2009-04-15 Thread Arne Roomann-Kurrik
thing is.. the widget is > already on a hi5 iframe... > > On 14 Abr, 17:50, Arne Roomann-Kurrik wrote: > > Do I understand correctly that you're opening a frame to hi5 to upload a > > file? > > > > ~Arne > > > > On Tue, Apr 14, 2009 at 2:43 AM, Pedro Vicent

[OpenSocial] Re: Form Submit

2009-04-14 Thread Arne Roomann-Kurrik
have tried.. the thing is the hi5 opensocial is a iframe inside hi5. > > So when i target form submit to the iframe the response never arrives > > (permissions to alter iframe). And if i try after X seconds to alter > > the iframe src to stop the wait for the response.. permission de

[OpenSocial] Re: Form Submit

2009-04-13 Thread Arne Roomann-Kurrik
If that's the only thing your script is returning, a better solution would be to add an iframe to your gadget and make the form target the iframe (see http://www.w3schools.com/TAGS/att_form_target.asp). This way the gadget won't redirect, so you won't need to navigate back. The contents of the if

[OpenSocial] Re: gadgets.io.makeRequest return 400 bad request when iGoogle or Gmail is idle for a while

2009-04-10 Thread Arne Roomann-Kurrik
I > as much as possible) > btw, I can not open canvas view in Gmail now(ok in iGoogle), can you > open a ticket for it? > > On Apr 7, 5:56 am, Arne Roomann-Kurrik wrote: > > Turns out that the Gmail team was already aware of this issue and was > > working on implementing a

[OpenSocial] Re: How to upload a form having FILE field

2009-04-09 Thread Arne Roomann-Kurrik
Pretty close: On Wed, Apr 8, 2009 at 11:06 PM, Sanjay wrote: > > > Curious to know how to upload a form having a FILE field. Is it > > possible using makeRequest? > > I think I have to use iFrame. For signed requests, I might have to do > the following: > > 1. Client: Make a signed request > 2.

[OpenSocial] Re: gadgets.io.makeRequest return 400 bad request when iGoogle or Gmail is idle for a while

2009-04-06 Thread Arne Roomann-Kurrik
l reopen a tracking ticket with the team. Thanks, ~Arne On Apr 1, 6:46 am, Chen Jie wrote: > Hi, did you get any solution for this issue? > > On Mar 27, 2:36 pm, Arne Roomann-Kurrik wrote: > > > Interesting.  I'm not really sure whether this should be part of the > > spec

[OpenSocial] Re: gadgets.io.makeRequest return 400 bad request when iGoogle or Gmail is idle for a while

2009-03-26 Thread Arne Roomann-Kurrik
it was caused by page expired, the time is around 20-30mins as > > > I experienced. > > > But since Gmail seseeion is not expired, the gadget in gmail can not > > > work is very annoying for users. > > > What can I do if gadget session is invalid? can I retrieve(refres

[OpenSocial] Re: Samples for integrating opensocial-gadgets in own web application

2009-03-26 Thread Arne Roomann-Kurrik
Hi Venki, This sounds like a shindig-specific question, which I don't really know how to answer. Have you tried asking on the Shindig mailing list for help with this? ~Arne On Mar 19, 11:31 pm, venki wrote: > Hi All, > > I would like to integrate gadgets in my own html-sites running in a

[OpenSocial] Re: Application stats

2009-03-26 Thread Arne Roomann-Kurrik
I believe orkut emails you weekly stats with your total installs and the number of installs and uninstalls that week. Anything more complicated will require you to install some sort of analytics code on your gadget. ~Arne On Mar 18, 9:35 am, Vijay Gaur wrote: > Hi,  Our application Emergency

[OpenSocial] Re: Looking for a working example of request verification

2009-03-26 Thread Arne Roomann-Kurrik
It looks like you're leaving out the url when calling OpenSocialRequestValidator.verifyHmacSignature("POST", "", parameters, "uynAeXiWTisflWX99KU1D2q5")); that second argument should be the entire url that is requested when a gadget makes a makeRequest call. Forexample, if you do gadgets.io.make

[OpenSocial] Re: Handle Key Press

2009-03-26 Thread Arne Roomann-Kurrik
Hi Pedro, When rendered, OpenSocial gadgets have a body element, so you should be able to use JavaScript to assign a dynamic event handler to document.body like you would with a normal web page. Hope this helps, ~Arne On Mar 18, 3:14 am, Pedro Vicente wrote: > Hello, I'm trying to hide a la

  1   2   3   4   5   6   >