Re: [orkut-developer] Especial characters - Orkut Share.

2010-07-15 Thread Prashant Patil
Try out Ax#233; or Put your text here http://www.pinyin.info/tools/converter/chars2uninumbers.html convert it to unicode and use that in your activity text! On Thu, Jul 15, 2010 at 1:06 AM, contatobandasde...@gmail.com wrote: How i can use especial characters, like ´, ^, ~, ç, in Orkut

[orkut-developer] Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
HI Friends, I have a problem with Profile view in New Orkut.. The following code is in my xml file and it's working fine with classic orkut.the same code is not working with New Orkut. Content type=html view=profile ![CDATA[ style type=text/css body{ margin: 0;

[orkut-developer] Re: MAKAMAKA

2010-07-15 Thread Matthieu
No idea ? On 13 juil, 12:03, Matthieu mbara...@gmail.com wrote: Hello all, When I post an activity using the opensocial SDK, I can read back this activity with the SDK, but it is not shown in the Orkut profile. Instead of having a : [activityType] = SCRAP I have a : [activityType] =

[orkut-developer] Re: MAKAMAKA

2010-07-15 Thread Prashant (Google)
Hi Matthieu, Which SDK/library are you using to post these activities? All activities generated by installed apps fall under the Makamaka Activities category. Prashant On Jul 15, 2:14 pm, Matthieu mbara...@gmail.com wrote: No idea ? On 13 juil, 12:03, Matthieu mbara...@gmail.com wrote:

[orkut-developer] Re: messages.create captcha

2010-07-15 Thread Prashant (Google)
Allann, You'll have to use the same auth mechanism as in all other requests for fetching the captcha URL too, using the security token you got. You can refer to the example in the CaptchaServlet link posted above. Prashant On Jul 15, 1:54 am, Allann Jones allan...@gmail.com wrote: Sorry. httpd

[orkut-developer] Re: Get person's communities / RPC

2010-07-15 Thread Prashant (Google)
No, we don't yet have support for communities in the API. Prashant On Jul 13, 7:15 pm, Allann Jones allan...@gmail.com wrote: Hi. Are there commands (RPC) to get the communities from a person and information about these communities like general information and persons registered on it?

[orkut-developer] Re: Orkut Chatting through open social

2010-07-15 Thread Prashant (Google)
Oren, OpenSocial doesn't natively support XMPP-like presence/IM features, but it does have the opensocial.Enum.Presence field that can be used by a container to indicate a user's online status, provided the IM service is available in that container. orkut has no support for this in the API.

[orkut-developer] Re: Remove app from App Directory

2010-07-15 Thread Prashant (Google)
Joel, Clicking on that link currently leads me nowhere, so probably it's already removed. If not, I'll need more info, like your app name, to check. Abhishek, All updates on this thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/9056200b5b35c569/. Prashant On Jul

[orkut-developer] Re: Remove app from App Directory

2010-07-15 Thread Joel Souza
Prashant, It name is E.L.A.S. When you search for lacta, app directory found 2 results: production app (appId=407886435346) and this dev app that I want to remove, appId=880281751364. Actually, I just want to remove from search results. Regards, Joel On Jul 15, 8:24 am, Prashant (Google)

Re: [orkut-developer] Re: MAKAMAKA

2010-07-15 Thread Robson Dantas
Prashant, Even 2-legged oauth or 3-legged oauth returns MAKAMAKA as type when listing activities Just curious too about the name :-) Regards Robson Dantas 2010/7/15 Prashant (Google) p...@google.com Hi Matthieu, Which SDK/library are you using to post these activities? All activities

[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Can any one there to answer this? On Jul 15, 1:53 pm, Pyrocks kiranbe...@gmail.com wrote: HI Friends, I have a problem with Profile view  in New Orkut.. The following code is in my xml file and it's working fine with classic orkut.the same code is not working with New Orkut. Content

Re: [orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Robson Dantas
Hi, Looking on firebug, your gadget is not being rendered, also noticed you are using quot; to escape the quotes. Change the way you are applying the background. Instead of: div style=background: url(quot; http://1.latest.izo-propose-love.appspot.com/propose/images/propose_500X260.jpgquot;)

Re: [orkut-developer] Re: messages.create captcha

2010-07-15 Thread Robson Dantas
Allan, Use OAuth to fetch the captcha (the same way you are using to call the rpc message). -Robson Dantas 2010/7/15 Prashant (Google) p...@google.com Allann, You'll have to use the same auth mechanism as in all other requests for fetching the captcha URL too, using the security token you

Re: [orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Prashant Patil
i am not sure this will help you but you may try simple html img tag method with 100% width and fixed height inside template! as e.g img src=image link width=100% height=x2px On Thu, Jul 15, 2010 at 6:47 PM, Robson Dantas biu.dan...@gmail.com wrote: Hi, Looking on firebug, your gadget is not

[orkut-developer] Share API vai link error

2010-07-15 Thread Prashant Patil
HI guides i am not sure where to report this issue but reporting it here and orkut help forum too. there is error with update from orkut share API. When i am sharing any site with share button. its adding vai xyz.com site anchor with

[orkut-developer] Re: Can't get viewer id when viewer is not the owner

2010-07-15 Thread Alex
Just to close this question: I've searched this forum for similar questions and it appears that this is the expected behaviour. As I was testing my app using a viewer user that didn't had the app installed, Orkut returned an null for viewer data, due to privacy issues, i believe. I spite I agree

[orkut-developer] How to detect sandbox

2010-07-15 Thread Alex Porto
Hi, people. While I was playing with Orkut OS API, I suddenly received a message from Orkut telling that my App was approved and was going to be release to public. Actually, it was release sometime after that. Since it was not ready, I don't know how to deal with this situation. Is there a way

Re: [orkut-developer] How to detect sandbox

2010-07-15 Thread Robson Dantas
Alex, Actually, your app gets approved when you submit it from the developer page. If you didnt do that, we have a critical situation, since most people rely on sandbox to develop/test apps. Are you sure you didnt send it ? Regards, Robson Dantas 2010/7/15 Alex Porto alex.itaj...@gmail.com

[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Thanks prashanth for your reply. The code given by Robson is working fine. Thanks and Regards. Py On Jul 15, 6:22 pm, Prashant Patil prashantpandurangpa...@gmail.com wrote: i am not sure this will help you but you may try simple html img tag method with 100% width and fixed height inside

[orkut-developer] I Cant Add Friends

2010-07-15 Thread domnicjeni
Hi For me a msg is displaying as addition is Temporally disabled when I am adding friends or giveing friend request Pls Help me Thanks , Nic -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this group, send email to

[orkut-developer] Re: Bug status report

2010-07-15 Thread Sundeep
Tiago, Has the fix been deployed to production? could you pl confirm. Thx, Sundeep On Jul 14, 12:04 pm, sunnydiv sunny...@gmail.com wrote: oh thank you brother and thank the lord On Jul 14, 10:27 pm, Tiago Silveira t...@google.com wrote: Finally I have an answer: we're pushing the fix to

[orkut-developer] Re: Problem with Profile View in New Orkut

2010-07-15 Thread Pyrocks
Thank you very much Robson for your immediate reply. The code you have given is working fine in both versions of orkut. Thanks and Regards. Py On Jul 15, 6:17 pm, Robson Dantas biu.dan...@gmail.com wrote: Hi, Looking on firebug, your gadget is not being rendered, also noticed you are using