Re: [orkut-developer] Re: help terms

2011-05-05 Thread Roberto Scattini
yes, i can add this: i am using prototype in my javascript framework, and it had driven me almost crazy this: http://code.google.com/p/opensocial-resources/issues/detail?id=104 http://code.google.com/p/opensocial-resources/issues/detail?id=104adjustHeight and other opensocial api calls where

[orkut-developer] Re: help terms

2011-05-04 Thread Bruno Oliveira (btco)
Thanks for this great post! :-) It's a good thing you brought up point #1, it can be frustrating to many developers. It's always a good idea to include a version number in your XML to make sure you are debugging the right thing. We also cache other application assets, so if you just updated a

[orkut-developer] Re: help qith invalid signature

2010-06-01 Thread Carlos Crosetti
Sachim, per my experience with orkut, it is getting the oauth values from the query parameters, It is also looking to the headers for signature evaluation? Can you explain what elements are taken bu orkut to build the base string in the server side? I believe I am not that far to resolution unless

[orkut-developer] Re: help qith invalid signature

2010-06-01 Thread Carlos Crosetti
Sachim, something that is very at your hands is to run the rpc Java interface you built and capture the log for a friends request, so I can see what re the network line record. For me, seting up Java is quite challenging... regards, carlos On May 30, 9:40 pm, Carlos Crosetti

[orkut-developer] Re: help qith invalid signature

2010-05-30 Thread Carlos Crosetti
Sachim, at this time I only have GET methods. I would like to have the people, activities and groups requests to pass before implementing POST-PUT-DELETE. From my understanding of the spec, the base string parameters and the URL ones must correlate, exept for the oauth_sgnature that is not part

[orkut-developer] Re: help qith invalid signature

2010-05-30 Thread Carlos Crosetti
Sachim, got instaled the HTTPDebuggerPro to see what the network line record is, I got GET /social/rest/people/16219742896227080769/@self? oauth_consumer_key=orkut.com: 617505393776oauth_nonce=2999653oauth_signature=CXWy76rUkGKmWPI126JRkKWGKtY %3Doauth_signature_method=HMAC-

[orkut-developer] Re: help qith invalid signature

2010-05-30 Thread Carlos Crosetti
Sachim, in the transcript I forgot to copy the signature from the URI request oauth_signature=6LAKtxIyFDgu3Yl2s9B6JB%2FZMQM On 30 mayo, 12:54, Carlos Crosetti carlos.crose...@gmail.com wrote: Sachim, at this time I only have GET methods. I would like to have the people, activities and groups

[orkut-developer] Re: HELP!!! Getting OpenSocial user ID

2010-04-17 Thread lu5ceh
A code example to grab user´s opensocial ids? :) On 16 abr, 22:52, Robson Dantas biu.dan...@gmail.com wrote: To use 2legged you need to have an installed opensocial app to be able to request data. Don't know as well if it's working properly; need to make some tests. Will do and posts some

[orkut-developer] Re: Help Needed

2010-03-26 Thread Prashant (Google)
Hi Karthick, Please stay tuned to this forum. We will be announcing some updates soon that may be able to help you out. ~Prashant. On Mar 25, 6:58 pm, karthick babu karth...@gmail.com wrote: Hello All, I am new to this group, we are developing an apps (web mobile), in which user can able

[orkut-developer] Re: help regarding send mail in V8 [developers from google please reply]

2009-10-12 Thread Shikhar Sachan
Any update on this bug. Is this feature up yet. If yes please pass me on the code. In case of V7 it is function sendmail() { var params = []; params[opensocial.Message.Field.TITLE]=Give the title here...!; var body= ; var message = opensocial.newMessage(body, params); var recipient

[orkut-developer] Re: help regarding send mail in V8

2009-08-27 Thread Athira JJ
Sorry for not having gotten back to earlier. Its a bug internally. Thanks for your note. We are looking at it. Would get back to you as soon as it is fixed. Please feel free to email if you have any further questions. Regards, Athira On Aug 23, 2:41 am, Shikhar Sachan shikhar.sac...@gmail.com

[orkut-developer] Re: help regarding send mail in V8

2009-08-27 Thread Shikhar Sachan
thats what I thought ... thanks a lot for your response with kind regards Shikhar On Thu, Aug 27, 2009 at 5:59 PM, Athira JJapi.ath...@google.com wrote: Sorry for not having gotten back to earlier. Its a bug internally. Thanks for your note. We are looking at it. Would get back to you as

[orkut-developer] Re: help regarding send mail in V8

2009-08-22 Thread Shikhar Sachan
? On Fri, Aug 21, 2009 at 5:44 PM, Shikhar Sachanshikhar.sac...@gmail.com wrote: any clue on the above problem ... just keeping the post on top. Thanks and regards Shikhar On Thu, Aug 20, 2009 at 5:12 PM, Shikhar Sachanshikhar.sac...@gmail.com wrote: Thanks for your help Athira

[orkut-developer] Re: help regarding send mail in V8

2009-08-21 Thread Shikhar Sachan
any clue on the above problem ... just keeping the post on top. Thanks and regards Shikhar On Thu, Aug 20, 2009 at 5:12 PM, Shikhar Sachanshikhar.sac...@gmail.com wrote: Thanks for your help Athira However I you can send message to group of friends in v .7. I am sure of that as I have done

[orkut-developer] Re: help regarding send mail in V8

2009-08-20 Thread Shikhar Sachan
Thanks for your help Athira However I you can send message to group of friends in v .7. I am sure of that as I have done it and the above code does the same. Also I know that that we need to change v-.8 in module pref tag. What I specifically want to know is, how do i modify var recipient =

[orkut-developer] Re: Help with os:HttpRequest call

2009-04-30 Thread Mayank M
i also faced the same problem. On Apr 30, 11:26 am, Paresh Joshi pareshjosh...@gmail.com wrote: ?xml version=1.0 encoding=UTF-8? Module   ModulePrefs title=Song List I had the profile code working with os:HttpRequest call in sandbox few weeks back and noticed today that its broken. I could

[orkut-developer] Re: Help with os:HttpRequest call

2009-04-30 Thread eduardorochabr
Try this: ul li repeat=${osx:parseJson(songs.content)} a href=${Cur.url} img src=${Cur.albumThumbnail}/ /li /ul If it doesn't work, try removing .content and try again. The 'require=song' doesn't seem to be needed. Let me know if it works. On 30 abr, 03:26, Paresh Joshi

[orkut-developer] Re: Help with os:HttpRequest call

2009-04-30 Thread Paresh Joshi
Thanks a lot for your reply. Unfortunately, I tried both version and still did not work. Any other pointers will be greatly appreciated. On Apr 30, 8:21 am, eduardorochabr eduardoroch...@gmail.com wrote: Try this: ul li repeat=${osx:parseJson(songs.content)}   a href=${Cur.url}   img

[orkut-developer] Re: Help with os:HttpRequest call

2009-04-30 Thread eduardorochabr
Remember to declare the osx namespace: script type=text/os-template xmlns:os=http://ns.opensocial.org/ 2008/markup xmlns:osx=http://ns.opensocial.org/2009/extensions; On 30 abr, 13:56, Paresh Joshi pareshjosh...@gmail.com wrote: Thanks a lot for your reply. Unfortunately, I tried both version

[orkut-developer] Re: Help with os:HttpRequest call

2009-04-30 Thread eduardorochabr
Actually, debugging the app once again, I think we don't need to use parseJson, it comes already parsed. So that would become: li repeat=${songs.content.songs} On 30 abr, 14:50, eduardorochabr eduardoroch...@gmail.com wrote: The last songs must be outside the parenthesis: li

[orkut-developer] Re: Help me out!

2009-04-12 Thread Johnson
Add to the above, 3) My recently added application has profile view written in Templates so it is not being displayed in the profile view of any user :( Should i change the templates back to the older javascript stuffs? Will it work if i do the same? Or when will Orkut show

[orkut-developer] Re: Help with informations from profile on orkut

2009-03-30 Thread Robson Dantas
Hi Soraya, Take a look here: http://wiki.opensocial.org/index.php?title=Requesting_Data_in_OpenSocial and here: http://code.google.com/intl/pt-BR/apis/opensocial/docs/0.8/reference/#opensocial The second link shows the items you can catch. Cheers, --Robson http://blogdodantas.dxs.com.br

[orkut-developer] Re: help to display profile view

2009-03-26 Thread stevie
Hi Vijaya, Is the sample code for templates published, If so can you provide me the links!! On Mar 23, 3:35 pm, Vijaya api.vij...@google.com wrote: We will be publishing some samples on using the templates shortly. --~--~-~--~~~---~--~~ You received this

[orkut-developer] Re: help to display profile view

2009-03-23 Thread Vijaya
We will be publishing some samples on using the templates shortly. --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: help to display profile view

2009-03-18 Thread Vijaya
Are you trying to use templates in the profile view on the sandbox? --~--~-~--~~~---~--~~ 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

[orkut-developer] Re: Help

2009-02-04 Thread FunCraze
i wan unable to reply in any thread .. that's why i sent an email to opensocial email address and after some time i saw that that msg appears in this forum. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut

[orkut-developer] Re: Help

2009-02-03 Thread Vijaya
It looks like you have just created a new post. Are you still unable to reply to any of the existing threads? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group. To post to this group, send

[orkut-developer] Re: Help-how to post content ( link )to orkut scrap from other web application

2008-12-21 Thread Vijaya
Hi, I just wanted to re-iterate that orkut discourages applications from having users enter their orkut username and password within the app. Thanks, Vijaya --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut

[orkut-developer] Re: Help- Post to Blogger from web application

2008-12-21 Thread Vijaya
Hi, If you're trying to use retrieve Blogger data from the app, please refer to the Blogger APIs: http://code.google.com/apis/blogger/code.html They have client libraries in Java, JavaScript, PHP etc. and also sample code which shows you how to integrate with them. Thanks, Vijaya

[orkut-developer] Re: Help-how to post content ( link )to orkut scrap from other web application

2008-12-18 Thread Prashant Patil
Hi Prabhu Register yourself at that site and you will get lots if documentation / help for same or you can develop your own codes. http://www.gigya.com/site/content/widget.aspx P:S I think this thing is not allowed. Get orkut users user name and password by third party websites / apps . May be

[orkut-developer] Re: Help-how to post content ( link )to orkut scrap from other web application

2008-12-18 Thread Prabhu R
Hi, i got the component by registering in the sites.But I need to do the task without using the component .Can you tell more about CURL with sessions(i am also searchg in google about it) Regards, prabhu Prashant Patil wrote: Hi Prabhu Register yourself at that site and you

[orkut-developer] Re: Help

2008-12-17 Thread Vijaya
Hi Prabhu, In order for me to resolve your problem, I need to know whether this app (Books On Living Social) is a featured app in the orkut directory and if you are able to view this app? If you are able to view it, could you please send me the URL to this app so I can look into the issue?

[orkut-developer] Re: Help

2008-12-16 Thread Vijaya
Are you able to view the app? If so, could you please include the URL to the app? --~--~-~--~~~---~--~~ 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: Help

2008-12-16 Thread Prabhu R
Hi vijaya, could please brief your suggest to solve the problem. Vijaya wrote: Are you able to view the app? If so, could you please include the URL to the app? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[orkut-developer] Re: Help!

2008-09-17 Thread Frisoni
A primeira opção é enviar um email em branco, como diz no fim do email. Outra é ir no grupo, que tambem tem no fim do email, e solicitar sua saída. Frisoni On Wed, Sep 17, 2008 at 19:06, Raquel Domingues do Nascimento [EMAIL PROTECTED] wrote: Como eu faço pra sair desse grupo?? Não quero

[orkut-developer] Re: Help me out!

2008-09-08 Thread Jason
The OpenSocial Developer's Guide has a complete code listing for retrieving the current user's friends. Please start a new thread if you have any questions beyond what this sample demonstrates: http://code.google.com/apis/opensocial/docs/0.7/devguide.html#ListFriends_Complete - Jason On Sep 4,

[orkut-developer] Re: Help me out!

2008-09-08 Thread Jason
Sounds great. :) Please let us know if we (the orkut developer community) can be of any help along the way. - Jason On Sep 5, 6:59 am, sudipto choudhury [EMAIL PROTECTED] wrote: Thanks Jason, Thanks for your comments and suggestions. I really was looking forward to it for a long time. I am

[orkut-developer] Re: Help me out!

2008-09-08 Thread sushant
Thanks Jason. I have already created a new thread. Basically i want to be able to access the list of Friends based on Person Id ( e.g. i want the count of friends for each of my friends ) Prompt reply would help. thanks. On Sep 8, 6:57 pm, Jason [EMAIL PROTECTED] wrote: The OpenSocial

[orkut-developer] Re: Help me out!

2008-09-05 Thread sudipto choudhury
Thanks Jason, Thanks for your comments and suggestions. I really was looking forward to it for a long time. I am thinking of going with what ever support i get from OpenSocial API...rest would be upto people to decide. Its really nice to work with Google Team and Google Apps. I had earlier

[orkut-developer] Re: Help me out!

2008-09-04 Thread sushant
I am new to open social. How do i get number of friends for each of my friend / or list of friends by person Id . very similar to # 3 Some basic code will help. thanks On Sep 2, 7:26 pm, Jason [EMAIL PROTECTED] wrote: I think your application idea is superb -- it's definitely social and

[orkut-developer] Re: Help me out!

2008-09-02 Thread Sambi Reddy
Most of your requests are not accessible from the application. You will not be able to get the friends list until the viewer has installed the application. - Testimonials, photo albums, communities and scraps are not accessible by applications as of now. On Aug 30, 3:09 pm, sudipto choudhury

[orkut-developer] Re: Help me out!

2008-09-02 Thread Jason
I think your application idea is superb -- it's definitely social and you can easily generalize it so other users can tag friends in any photo, add friend-contributed sticky notes, news updates, etc. Unfortunately, most of the features you want are not yet available. Currently, there are no

[orkut-developer] Re: help, I use the tutorial for make the examples, but my gifts example don't work fine

2008-08-23 Thread Carlos Delfino
Thanks Jason! Fernando, one Brazilian on list, help-me make one environment for make my labors with Shindig and Partuza. I will try in this environment, and where I learn more, I try on Orkut. Thanks very mutch! 2008/8/22 Jason [EMAIL PROTECTED] What aren't you seeing exactly? I loaded this

[orkut-developer] Re: help, I use the tutorial for make the examples, but my gifts example don't work fine

2008-08-22 Thread Jason
What aren't you seeing exactly? I loaded this application, selected a gift and a friend, and when I clicked Envira!, I saw the text Lane received Um Livro appear. If I had to guess, I'd say you're being affected by a caching issue, either at the orkut or browser level. I recommend moving all of

[orkut-developer] Re: help with external files

2008-07-20 Thread Aakash Bapna
Hi, For big size javascript files you can easily call them in your gadget using normal html tags like script type='text/javascript' src=''script-location/scriptand send appropriate cache headers from your server. for small size scripts like swfobject etc which can be common to both profile,

[orkut-developer] Re: Help me , pleaseeeeeee

2008-07-14 Thread Jason
This forum is for orkut platform developers. Please post all general orkut questions to the orkut Help Group: http://groups.google.com/group/orkut-help - Jason On Jul 11, 5:11 am, Gisele Claudya Portugal [EMAIL PROTECTED] wrote: Does anybody there can help me?  I can't  open my photo albuns.

[orkut-developer] Re: help !!! add multiple values in a key, how?

2008-07-01 Thread Rohit Ghatol (Google)
Hi, We have one example for storing a list and getting it back. This example was written for code run. Could you use this code as the reference? One obvious thing, I can see in your code is that you are not using gadgets.util.escapeString() and gadgets.utils.unescapeString() functions. function

[orkut-developer] Re: Help with Array !!!

2008-06-26 Thread Jason
You will have to store this as a JSON-encoded string since the persistence store can only contain string values. The gadgets.util library includes functions for encoding a JavaScript data structure as a string and parsing this string back into the JavaScript object: // Convert to JSON string:

[orkut-developer] Re: Help - Orkut app development

2008-06-25 Thread Jason
I don't really know what you mean by mode -- your application won't be accessed at all when a user first signs in. Only when a user views your application (navigates to its canvas page or a profile page which hosts it) will its code execute. You'll be happy to know that the OpenSocial 0.8

[orkut-developer] Re: Help with Array !!!

2008-06-24 Thread Jason
Your requestData and handleRequestData functions look OK but your AddData function looks off. Since you didn't provide the rest of your application, I have to assume that input_comm is the ID of an HTML text input -- thus, taking the value of the input, which is fine. The key that you're using

[orkut-developer] Re: Help - Orkut app development

2008-06-23 Thread Jason
It's fairly straightforward to track all of the users who have added your application (just send a request to your back-end whenever the application is loaded), but it is not possible to determine when the user has signed in or out of orkut using the OpenSocial API directly. Is this what you're

[orkut-developer] Re: Help Help in Data Persistent !!!

2008-06-17 Thread Jason
Instead of using an HTML submit input, use a button instead with an onclick handler. form action=# name=myform Tarefa:input id=id_tarefa type=text value= / input type=button value=add name=name_s onclick=populateMyAppData() / /form Submitting a form sends a request to the URL specified in

[orkut-developer] Re: Help with SIGNED requests

2008-06-11 Thread Jason
Hi Johann. The top form (-BEGIN CERTIFICATE-...-END CERTIFICATE-) is the X.509-formatted, Base64-encoded body of the certificate. The second form is a hexadecimal decoded version. You can use an online tool like the one linked below to covert the first form into the second.

[orkut-developer] Re: HELP - My application disappeared from Orkut

2008-05-02 Thread Jason
This was an accidental rollback that occurred when we swapped directories last evening. Rahul's application is available once again; Jerome, please reply to me privately with your app's name and URL and I'll make sure it's listed again. I apologize for the trouble. - Jason On May 2, 1:34 pm,

[orkut-developer] Re: Help needed to submit the app

2008-04-29 Thread victorc
Hi, I have submitted my app before 2/15 but I have still no news from Orkut ... so I am now a bit disappointed by Orkut (my app is live on myspace and on hi5 since a long time now but still not in Orut :( Thanks to Google for update or news on this subject. Victor On 28 avr, 22:07, Jerome

[orkut-developer] Re: Help needed to submit the app

2008-04-29 Thread Jerome
Victor, In another thread of this forum, Jason asked developers who submitted before 2/15 but did not hear back from the Orkut team to email him directly. Jerome On Apr 29, 5:56 am, victorc [EMAIL PROTECTED] wrote: Hi, I have submitted my app before 2/15 but I have still no news from Orkut

[orkut-developer] Re: Help needed to submit the app

2008-04-29 Thread victor
Thanks very much :) On Tue, Apr 29, 2008 at 4:29 PM, Jerome [EMAIL PROTECTED] wrote: Victor, In another thread of this forum, Jason asked developers who submitted before 2/15 but did not hear back from the Orkut team to email him directly. Jerome On Apr 29, 5:56 am, victorc

[orkut-developer] Re: Help needed to submit the app

2008-04-28 Thread Jerome
Hi Santosh, Yes, there is a review process that must take place at Google before your application gets included in the directory. As detailed in this blog post http://orkutdeveloper.blogspot.com/2008/04/live-in-india.html Google is giving priority to the developers who submitted their

[orkut-developer] Re: Help required for making signed requests

2008-04-23 Thread [EMAIL PROTECTED]
I dont think that is the prob... I had faced that prb earlier so I have hardcoded the path inside CertFileAccessor.php I get the certificate when I print the value of $cert -Mak On Apr 23, 4:27 pm, jfahrenkrug [EMAIL PROTECTED] wrote: Hi Makarand, I'm not Arne, but since I wrote the poor

[orkut-developer] Re: Help with opensocial.requestPermission

2008-02-16 Thread Jason
Hi Rohit. Actually, I'm pretty sure your problem is unelated to opensocial.requestPermission(). Due to user privacy and security concerns, the Orkut sandbox no longer allows your application to access viewer data (including display name, ID, etc.) unless the viewer has the same application

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-08 Thread Tiago Takamoto
Hi Jason, The things became normal again 2 days ago at 18:00, I don't know why that happened but I saw another profile that doesn't have any application where the tab application don't appear. So I accessed the MyApps page by the URL and add an app, after that the app tab appeared. Today I

[orkut-developer] Re: Help Me Please Very Urgent ..

2008-02-08 Thread Rishi
Hi Raja, thanx, I am using the one xml page for each tab. Rishikesh On Feb 8, 8:06 pm, RAJA SEKHAR [EMAIL PROTECTED] wrote: Hai Rishi R u using the single xml file or using one xml file for each tab this is very important if u using one for each tab then how thanks Raja On Feb 8,

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-08 Thread Louis
If you don't have any apps, then the Apps section will not appear in the left side Navbar. You must go directly to /MyApps.aspx and add an app. Then if you go back to the home page it will be there. However, if you then delete your only app, the Apps section will dissappear again. There might be

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-08 Thread Arne Roomann-Kurrik
Hi Louis, Thanks for the report. We're aware of this problem, but if you want to follow progress, we are tracking this issue here: http://code.google.com/p/opensocial-resources/issues/detail?id=3 Thanks, ~Arne On Feb 8, 2008 6:29 PM, Louis [EMAIL PROTECTED] wrote: If you don't have any

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-07 Thread Jason
Raja and Tiago, do you see an Apps heading on the left of the sandbox? The recent Orkut push reorganized the navigation to bit and the manage my stuff link was replaced by a dedicated Apps section. Applications are now added by clicking the edit link to the right of the Apps heading. If you

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-06 Thread Arne Roomann-Kurrik
Hi Raja, Can you explain your problem in a little more detail? Do you get an error when trying to add an application? Thanks, ~Arne On Feb 5, 2008 9:23 PM, Rajasekhar [EMAIL PROTECTED] wrote: Hi, After Sandbox update with v0.7, I am not able to add new application. Can anyone help

[orkut-developer] Re: Help Me Please Very Very Urgent

2008-02-06 Thread Tiago Takamoto
Hi Arne, I can't add an application too, neither view my old applications. It seems that the sandbox became similar to current orkut version. Takamoto. On Feb 6, 2008 4:22 PM, Arne Roomann-Kurrik [EMAIL PROTECTED] wrote: Hi Raja, Can you explain your problem in a little more detail? Do