[orkut-developer] Re: Activities in 0.7

2008-02-14 Thread Vikram
Hi, I too am getting the same error as reported by Vanessa. Can someone please let us know if we are doing anything wrong while sending the request or suggest a workaround for the issue? -Vikram On Feb 9, 7:54 pm, JP [EMAIL PROTECTED] wrote: Hi, I followed the code

[orkut-developer] makeRequest POST request

2008-02-14 Thread Nadav
Hi, I am trying to initiate a POST request using this code: opt_params = {}; opt_params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; opt_params[gadgets.io.RequestParameters.METHOD] = gadgets.io.MethodType.POST;

[orkut-developer] Re: Malformed XML document.

2008-02-14 Thread Mike Digital Egg
Ok so it looks like I have found a solution which is working consistently. I found this article: http://www.seopher.com/articles/html_character_encoding_with_php_made_easy And used this function to escape words with special characters: $mystring = mb_convert_encoding($mystring,

[orkut-developer] Re: makeRequest POST request

2008-02-14 Thread Marc Wessely
I am facing the same problem, was working before. arne whats the issue with that?? marc. 2008/2/14, Nadav [EMAIL PROTECTED]: Hi, I am trying to initiate a POST request using this code: opt_params = {}; opt_params[gadgets.io.RequestParameters.AUTHORIZATION] =

[orkut-developer] Re: Orkut Sandbox Down Again?

2008-02-14 Thread clayton.scott
I am getting the Bad, bad server. No donut for you. message after hitting add application on http://sandbox.orkut.com/MyApps.aspx This occurs whether there is a url in the box or not. Is there another way to add the application? Clayton --~--~-~--~~~---~--~~ You

[orkut-developer] Re: Gadget.io.makeRequest()

2008-02-14 Thread lcd.cow
Arne, Here is our code. Below it is our server log, which shows a 200 coming back, though the JS alert says 404. function fetchCode() { var params = {}; params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED;

[orkut-developer] Re: Malformed XML document.

2008-02-14 Thread Arne Roomann-Kurrik
Thanks for posting your solution Mike! I'm sure it will come in handy for developers working with non-English languages. ~Arne 2008/2/14 Mike Digital Egg [EMAIL PROTECTED]: Ok so it looks like I have found a solution which is working consistently. I found this article:

[orkut-developer] Trying to work through the tutorial--trouble installing any gadgets

2008-02-14 Thread Stoic
Hi all: I'm trying to work through the OpenSocial tutorial at http://code.google.com/apis/opensocial/articles/tutorial/tutorial-0.7.html , and have trouble with these instructions: Next, log into Orkut and create an account if you don't have one [did this]. When you have the account created,

[orkut-developer] Re: Trying to work through the tutorial--trouble installing any gadgets

2008-02-14 Thread Lane LiaBraaten (Google)
Hi Stoic, There's currently a bug that makes the Apps section disappear if you don't have any apps installed--it's a real pain if you're just getting started :) Luckily, there's a workaround: http://code.google.com/p/opensocial-resources/issues/detail?id=3 Sorry for the inconvenience, Lane

[orkut-developer] Re: makeRequest POST request

2008-02-14 Thread Arne Roomann-Kurrik
Hi, There was a bug in Shindig that kept these headers from being sent to the third party server. The bug was fixed ( https://issues.apache.org/jira/browse/SHINDIG-57) in Shindig, but the fix hasn't been pushed out to Orkut yet. Hopefully this issue will be resolved soon. We're tracking

[orkut-developer] Re: Trying to work through the tutorial--trouble installing any gadgets

2008-02-14 Thread Stoic
Great, thanks Lane. On Feb 14, 1:10 pm, Lane LiaBraaten (Google) [EMAIL PROTECTED] wrote: Hi Stoic, There's currently a bug that makes the Apps section disappear if you don't have any apps installed--it's a real pain if you're just getting started :)  Luckily, there's a workaround:

[orkut-developer] Re: No access to profile information

2008-02-14 Thread Arne Roomann-Kurrik
Hi Jevs, You need to explicitly request additional fields when making your person request. I've made a wiki page to demonstrate doing this here: http://code.google.com/p/opensocial-resources/wiki/RequestingDetailedProfileInformation Hope this helps, ~Arne On Thu, Feb 14, 2008 at 6:18 AM,

[orkut-developer] Re: makeRequest POST request

2008-02-14 Thread Arne Roomann-Kurrik
There's going to be a sandbox update tonight, so this patch should hopefully be live then. ~Arne On Thu, Feb 14, 2008 at 11:28 AM, Marc Wessely [EMAIL PROTECTED] wrote: When will it be pushed out to orkut? 2008/2/14, Arne Roomann-Kurrik [EMAIL PROTECTED]: Hi, There was a bug in

[orkut-developer] Re: Malformed XML document.

2008-02-14 Thread Markitecht
any non-php solutions? I am developing Portuguese-language apps and I know I am going to run into the same problem. I have a couple ideas to try out... -C On Feb 14, 12:33 pm, Arne Roomann-Kurrik [EMAIL PROTECTED] wrote: Thanks for posting your solution Mike! I'm sure it will come in handy

[orkut-developer] problem executing any requests

2008-02-14 Thread Dan
I get the following error when attempting to make any requests from my sandbox, which had previously been working. For example, this is displayed in firebug when I attempt to submit the prepopulated test code within code runner (please note that my code samples work just fine when run from

[orkut-developer] is requestShareApp working?

2008-02-14 Thread Jelena
I've read it should be working on 0.7, but when i try to call opensocial.requestShareApp(person.getId(),test) I get error c is not defined Do I have to include anything special for it to work? --~--~-~--~~~---~--~~ You received this message because you are

[orkut-developer] Re: problem executing any requests

2008-02-14 Thread dan
Hi- I just received a new whitelisted account - dan at buddymedia dot com - and am seeing the same error. My friend logged in on my machine (same browser) with his account and the requests went thru as intended. Thanks Dan On Feb 14, 2:28 pm, Dan [EMAIL PROTECTED] wrote: I get the following

[orkut-developer] Re: problem executing any requests

2008-02-14 Thread Jelena Kolokotronis
One completely silly idea... Sometimes I have a problem with orkut 'gadget not defined' all of a sudden and it works for everyone else... I figured that resetting modem (dynamic IP perhaps has something to do with it?) or rebooting fixed the problem... no idea why But if it works from other

[orkut-developer] Deloy Issues: Manually Expiring Cached Specs

2008-02-14 Thread Barry Welch
Our team plans on doing constant minor updates to our spec and our backend API in the early days of our 'live' deploy. How can we be sure each user that adds our app is seeing the latest and not the cached version of the spec. Seems like there should be a way to expire the xml spec cache when we

[orkut-developer] Forcing Expiration of Cached XML Specs

2008-02-14 Thread Barry Welch
Our team plans on doing constant minor updates to our spec and our backend API in the early days of the 'live' deploy. Because our javascript client app relies on a backend server, we never want client code to be out of sync with the backend code (like changing parameters for making calls, etc),

[orkut-developer] Re: Applications menu is not more there at left side

2008-02-14 Thread Jason
Hi Pravin. Yes, the missing Apps heading is a known issue with the latest Orkut sandbox and should be resolved shortly. In the meantime, point your browser to http://sandbox.orkut.com/MyApps.aspx to add new applications. Cheers! - Jason On Feb 12, 10:00 pm, Pravin [EMAIL PROTECTED] wrote: hi

[orkut-developer] Re: Submit your app online

2008-02-14 Thread Jason
Hi marc. Everything you need to know about Okut app submission is detailed here: http://opensocialapis.blogspot.com/2008/02/orkut-is-looking-for-few-good-apps.html Basically, you're free to submit your applications for review through the end of the month but only those submitted before this

[orkut-developer] Re: Submit your app online

2008-02-14 Thread Marc Wessely
No actually is all english, are messagebundles supported on orkut? And whats about a second submission deadline, when will that be? I guess i will be not able to submit my gadget before end of feb. marc. 2008/2/15, Jason [EMAIL PROTECTED]: Hi marc. Everything you need to know about Okut

[orkut-developer] Re: JSON Parse Errors

2008-02-14 Thread Jason
When are you seeing this error? Is this after the JSON string is returned from your server? If so, how are you parsing it? JSON responses are stored in the response object's 'data' property (response.data as opposed to response.text) so this may be part of your problem. If you are able to post a

[orkut-developer] Re: No access to profile information

2008-02-14 Thread JevS
Thanks a lot, Arne! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send email to opensocial-orkut@googlegroups.com To unsubscribe from this group, send email to

[orkut-developer] Re: is requestShareApp working?

2008-02-14 Thread Jerome
Hi Jelena, You are right, requestShareApp() is in the OS0.7 release notes (http:// code.google.com/apis/opensocial/docs/releasenotes.html), but in today's Orkut Hackathon, we were informed that this is not yet working, and we were suggested to display a link to the gadget page on Orkut for the

[orkut-developer] Re: Submit your app online

2008-02-14 Thread Jerome
Hi Marc, Yes, message bundles are supported in Orkut. I verified with my gadget. My strings __MSG_*__ were properly replaced in my gadgets to match the language set in the Orkut preferences. Jerome On Feb 14, 5:12 pm, Marc Wessely [EMAIL PROTECTED] wrote: No actually is all english, are

[orkut-developer] Re: February launch

2008-02-14 Thread puneet
Hi, I am developing an app, where a user can send SMS to the subscribed users. Presently we can send SMSs to Indian People only. So may I know when you guys are planning to release the Sandbox apps for Indian Users ?? Thanks, -Puneet. On Feb 14, 11:13 am, Arne Roomann-Kurrik [EMAIL PROTECTED]