[orkut-developer] Re: Is production orkut compatible with the sandbox on API level?

2010-06-16 Thread kiddyfurby
Thanks for your info. Do you have any plan to maintain a list of supported stuffs? A list of supported gadget specs, restful calls would be very useful On Jun 16, 3:53 pm, "Prashant (Google)" wrote: > Hi Kiddy, > > Here's a doc that may also help > you:http://code.google.com/apis/orkut/docs/or

Re: [orkut-developer] Re: Porting orkut-os-client to PHP - status

2010-06-16 Thread Vinicius Coimbra
That's really reallty great! Fucking awsome dude.. i will try to do something tomorrow! =D On Wed, Jun 16, 2010 at 6:49 PM, Robson Dantas wrote: > Just fixing a typo: > > * Will commit the code tonight ( > > http://code.google.com/p/orkut-os-cli

[orkut-developer] Re: Porting orkut-os-client to PHP - status

2010-06-16 Thread Robson Dantas
Just fixing a typo: * Will commit the code tonight ( http://code.google.com/p/orkut-os-client-php/ ) 2010/6/16 Robson Dantas > Hi guys! > > After some days reading the java source code to understand how i can start > porting things to php, figur

[orkut-developer] Porting orkut-os-client to PHP - status

2010-06-16 Thread Robson Dantas
Hi guys! After some days reading the java source code to understand how i can start porting things to php, figure out that opensocial-php-client ( http://code.google.com/p/opensocial-php-client/ ) can handle almost everything developed in java. In another words, things you've already done using RE

Re: [orkut-developer] Re: check your logs for my request

2010-06-16 Thread Carlos Crosetti
Yes, I can but the Google Oauth parameters to build the signature have the "scope" one that makes it different than Orkut, I beieve tracking your logs by looking up my cionsumer key wont be that difficult for tou unless your logs entres are not written with failing requets. On Wed, Jun 16, 2010 at

[orkut-developer] Re: App giving error: org.apache.shindig.common.xml.XmlException

2010-06-16 Thread Prashant (Google)
Hi Rehan, Your app is currently offline. If that wasn't the real issue and you bring it back up, we can take a look. ~Prashant On Jun 14, 3:16 pm, Rehan wrote: > Hello All, > > I've made few applications on orkut which were working fine from past > 1 year but now giving an error since past two

[orkut-developer] Re: Orkut sandbox down

2010-06-16 Thread Prashant (Google)
Hi, Thanks for confirming. We're looking into this. ~Prashant On Jun 15, 7:45 pm, "Sean Lin" wrote: > Lol > > I get the error bad server no doughnut when trying to access add apps in the > sandbox. > > "Unfortunately, the orkut.com server has acted in an unexpected way. > Hopefully, it will ret

[orkut-developer] Re: The orkut client library is out!

2010-06-16 Thread Prashant (Google)
Hi, This is definitely the right place to talk about it! But no, can't comment on activities at the moment. ~Prashant On Jun 10, 4:26 pm, chaitu wrote: > Hi Prashant, > > Thanks for the library which is helping us in good way. > It may be not the correct place but i just need to know does the

[orkut-developer] RequestSendMessage cut links longer than 40 characters

2010-06-16 Thread cld.sanchez
Hi, I have a problem sending emails using requestSendMessage. If the message has an url with more than 40 characters the link is cut by orkut after the 40 character. For example the url http://www.acme.org/forty-characters/testing is cut after the 's' of testing world and it looks like this in the

[orkut-developer] App giving error: org.apache.shindig.common.xml.XmlException

2010-06-16 Thread Rehan
Hello All, I've made few applications on orkut which were working fine from past 1 year but now giving an error since past two days. below is the error I'm getting. org.apache.shindig.common.xml.XmlException: The reference to entity "prvtof" must end with the ';' delimiter. At: (2,144) Below is

[orkut-developer] error opensocial.DataRequest.FilterType.HAS_APP

2010-06-16 Thread maria laguna
hello,I use the function opensocial.DataRequest.FilterType.HAS_APP, and never it failed, but when I have opened my app today this line failed. If I remove this line and write opensocial.DataRequest.FilterType.ALL, it run good, so the problem is HAS_APP why -- You received this message becaus

RE: [orkut-developer] Re: Orkut sandbox down

2010-06-16 Thread Sean Lin
Lol I get the error bad server no doughnut when trying to access add apps in the sandbox. "Unfortunately, the orkut.com server has acted in an unexpected way. Hopefully, it will return to its helpful self if you try again in a few minutes." She's being saying that for the last few days

[orkut-developer] Re: Orkut sandbox down

2010-06-16 Thread Thiago Velloso
http://sandbox.orkut.com/Main#AppDirectory?dirFilters=featured&dirQuery= Bad, bad server. No donut for you. 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. On 15 jun, 11:01, Robson Dantas

[orkut-developer] I need a help

2010-06-16 Thread mateus felipe martins da costa cota
I was wondering how I create a page in opensocial so entering a html code that I wanted to put a gadget in orkut FormSpring but I do not know to put it in opensocial you could help me and show me the place I put the code?

[orkut-developer] Bad, bad server. No doughnut for you.

2010-06-16 Thread seanlinmt
I get that when clicking on "add app" in the sandbox. How now? -- 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-or...@googlegroups.com. To unsubscribe from this group, send email to openso

[orkut-developer] Re: The orkut client library is out!

2010-06-16 Thread chaitu
Hi Prashant, Thanks for the library which is helping us in good way. It may be not the correct place but i just need to know does the library code include commenting for an activity. Thanks, chaitu On May 26, 2:35 am, "Prashant (Google)" wrote: > Hello everyone, > > At long last, we announced t

[orkut-developer] Re: Is production orkut compatible with the sandbox on API level?

2010-06-16 Thread Prashant (Google)
Hi Kiddy, Here's a doc that may also help you: http://code.google.com/apis/orkut/docs/orkutfeaturemapping.html. As regards the JSON-RPC endpoint, orkut also has a partial support for 1.0, though we're yet to document them. Also, we intend to promptly announce all updates to sandbox, whenever th

[orkut-developer] Re: check your logs for my request

2010-06-16 Thread Prashant (Google)
Hi Carlos, I just tried this with the OAuth playground (http:// googlecodesamples.com/oauth_playground/) and could execute your request. Can you please give the playground a try? Thanks, Prashant On Jun 12, 8:03 am, Carlos Crosetti wrote: > Hi, may someone take a look to the sandbox http server