[orkut-developer] Re: Help - Urgent

2012-01-17 Thread Bruno Oliveira (Google)
Hi, I can add and run your app (Camisa 12) normally... Maybe it was a temporary issue. Are you still experiencing it? - Bruno Oliveira (Google) -- You received this message because you are subscribed to the Google Groups "orkut Developer Forum" group. To view this discussion on the web visit

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 adjustHeight and other opensocial api calls where wo

[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 g

[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 wrote: > Sachim, in t

[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-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 wrote: > Sachim, at this time I only have GET methods. I would like to have the > people, activities and groups requests to pass before

[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: 617505393776&oauth_nonce=2999653&oauth_signature=CXWy76rUkGKmWPI126JRkKWGKtY %3D&oauth_signature_method=HMAC- SHA1&oauth_timestam

[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 o

[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 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 details further.

[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 wrote: > Hello All, > > I am new to this group, we are developing an apps (web & mobile), in which > user can able to login to ork

[orkut-developer] Re: help needed with the callback function in orkut share api

2010-03-22 Thread Prashant (Google)
Hi Vineet, I just confirmed that the callback functionality isn't yet implemented at the backend. Sorry for the confusion, and we'll be updating the doc soon to correct that. Thanks for pointing it out! Prashant. On Mar 16, 10:10 am, vineet naik wrote: > I am trying ti integrate orkut share in

[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

[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 JJ 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 soon as it is fixe

[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 wrote: > ? > > On Fri, Aug

[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 Sachan 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 Sachan > wrote: >> Thanks for your help Athira >> >> However I you can send message to grou

[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 Sachan 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 > it and the above c

[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 = open

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

2009-08-20 Thread Athira JJ
1. Update to OpenSocial 0.8 is by adding to your application's ModulePrefs element. 2. You can make use of the idSpec by setting the recipient with opensocial.IdSpec.PersonId.OWNER, but sending message to group of friends is not currently supported in orkut. Regards, Athira On Aug 19, 5:07 pm,

[orkut-developer] Re: Help with an app

2009-08-11 Thread ĤÊÄVËŅ♣Ģ . Ō . Ð♣∫Ŧ•Ø•Ŧ∫♠ŪЙĐëǺĐ♠ĘМPĒŖŎŖ ■
Save It As .xml not .asp On 8/8/09, Word <1weba...@gmail.com> wrote: > > I am trying to submit an app and all it says is "There was a problem > submitting your application". > > The xml is here. > http://www.wordgamescentral.com/Orkut/Scrabble-Helper/xml.asp > > Can anyone help me please. > > Tha

[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: On 30 abr, 14:50, eduardorochabr wrote: > The last "songs" must be outside the parenthesis: > > > > On 30 abr, 14:44, Paresh Joshi wrote: > > > Thanks a lot to your

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

2009-04-30 Thread eduardorochabr
The last "songs" must be outside the parenthesis: On 30 abr, 14:44, Paresh Joshi wrote: > Thanks a lot to your debugging tip in the other post...i got it to > work. I had to use > > > > to get it to work. > > I owe you one!! > Thanks, > Paresh > > On Apr 30, 10:34 am, Paresh Joshi wrote: > >

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

2009-04-30 Thread Paresh Joshi
Thanks a lot to your debugging tip in the other post...i got it to work. I had to use to get it to work. I owe you one!! Thanks, Paresh On Apr 30, 10:34 am, Paresh Joshi wrote: > Yup, Thanks!!...I saw your reply to another post and made that change > to add osx namespace.. > Can you please t

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

2009-04-30 Thread Paresh Joshi
Yup, Thanks!!...I saw your reply to another post and made that change to add osx namespace.. Can you please take a look at the JSON object I am returning and let me know if you see an issue with how data is being returned. Here is the link that output JSON: http://vastunetwork.com/orkut_profile.ph

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

2009-04-30 Thread eduardorochabr
Remember to declare the osx namespace: http://ns.opensocial.org/ 2008/markup" xmlns:osx="http://ns.opensocial.org/2009/extensions";> On 30 abr, 13:56, Paresh Joshi wrote: > Thanks a lot for your

[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 wrote: > Try this: > > > >   >   > > > > If it doesn't work, try removing ".content" and try again. The > 'require="so

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

2009-04-30 Thread eduardorochabr
Try this: 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 wrote: > > >   > I had the profile code working with os:HttpRequest call in sandbox few > weeks back and no

[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 wrote: > > >   > I had the profile code working with os:HttpRequest call in sandbox few > weeks back and noticed today that its broken. I could not figure out > why its broken (JSON content would not render), so tried the exampl

[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 user

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

2009-03-29 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 2009

[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 wrote: > We will be publishing some samples on using the templates shortly. --~--~-~--~~~---~--~~ You received this message because you are sub

[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-20 Thread stevie
Is there any sample code for rendering the profile page using templates and Data Pipelining!! Or still its in development progress!! Any pages and links related to this from the open social blog seems not working!! Any help regarding this will be thankful On Mar 18, 1:27 pm, Vijaya wrote: > Are

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

2009-03-18 Thread RAJA SEKHAR
hi vijaya please provide the code for that thanks sekhar On Thu, Mar 19, 2009 at 11:53 AM, sajin m k wrote: > Hi vijaya > Now i am using templates in the profile view.Later version i am using > gadgets.io.makeRequest(url, myresponsefn,params); function,In templates > method which function is

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

2009-03-18 Thread sajin m k
Hi vijaya Now i am using templates in the profile view.Later version i am using gadgets.io.makeRequest(url,myresponsefn,params); function,In templates method which function is used instead of gadgets.io.makeRequest . Pls give sample code for new method. sajin On Wed, Mar 18, 2009 at 1:57 PM, V

[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 Devel

[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...

2009-01-10 Thread Aakash Bapna
The url http://illrockya.googlepages.com/gas1.xml is 404ing. Please recheck the app xml url and reply back to the original email.Thanks,Aakash Bapnahttp://aakash.me> Date: Fri, 9 Jan 2009 07:22:59 -0800> Subject: [orkut-developer] Help...> From: djh123theb...@gmail.com> To: opensocial-orkut@go

[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-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 Dev

[orkut-developer] Re: Help-how to post link to orkut scrap

2008-12-19 Thread Vijaya
Please see the reply posted in the following thread: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/bb2ae15d669b92ce# --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group

[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 yo

[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 it

[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? Thank

[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

[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 opensocial-orkut@go

[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 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 Deve

[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.

[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-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 worke

[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 an

[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

[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 <[E

[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 t

[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

[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 and send appropriate cache headers from your server. for small size scripts like swfobject etc which can be common to both profile, canvas views, inline them in app XML. eg- after this cont

[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 albu

[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: var

[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 speci

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

2008-06-24 Thread Vini...
hm... I want to register multiple values in a key type: key = (value1, value2, value3, ...) how do this? I can give an example? On Jun 24, 5:37 pm, Jason <[EMAIL PROTECTED]> wrote: > Your requestData and handleRequestData functions look OK but your > AddData function looks off. > > Since you di

[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 Tarun
Thanks Jason for the reply. What I want is to keep track of online status of all users who have added my application. Thus, I wanted my app to help me with this and notify some external server whenever a user logs in or logs out. Is it really not possible? In what mode will be my app (while shown

[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 lo

[orkut-developer] Re: Help with Data Persistent (JSON)

2008-06-18 Thread Jason
Can you describe your problem in more detail? I don't have any issues running this application. - Jason On Jun 16, 12:02 pm, Vinicius <[EMAIL PROTECTED]> wrote: > my running this code, which can not add several key figures in > AppFieldTarefa and then retrieves them and show ... > > code: > > >

[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. Tarefa: Submitting a form sends a request to the URL specified in the form element's 'action' attribute. Your form did not include this attribute, hence the 400 error. - Jason On Jun 13, 7:54 pm, Vinici

[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. http:

[orkut-developer] Re: Help with Orkut please

2008-05-30 Thread Jason
Hi Dushi. I noticed that you're using calls like _IG_FetchFeedAsJSON. These _IG_ functions should be replaced by their gadgets.* equivalent -- in this case, gadgets.io.makeRequest should be used. However, the FEED type is not yet supported and there are no built-in functions for transforming XML

[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, Jer

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

2008-05-02 Thread Jerome
Hi Rahul, Same issue with my app (Friends' time). I've noticed the directory content was reduced from 30ish apps to 26. I don't know either if this is a roll back that happen by mistake, or if there was a problem with our apps? Jerome On May 2, 5:23 am, Rahul <[EMAIL PROTECTED]> wrote: > Hi, >

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

2008-04-30 Thread Santosh MS
Jerome, I just wonder how long it takes to review an app. Still priorities for apps submitted before 2/15. Now its 4/30. Reviewers please wake up. The world moves faster these days. Santosh On Apr 29, 1:07 am, Jerome <[EMAIL PROTECTED]> wrote: > Hi Santosh, > > Yes, there is a review process th

[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, vi

[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-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 <[EM

[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 applicati

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

2008-04-24 Thread [EMAIL PROTECTED]
I m not passing any brackets or curly braces my client side code... function makeSignedRequest() { var params = {}; params[gadgets.io.RequestParameters.AUTHORIZATION] = gadgets.io.AuthorizationType.SIGNED; params[gadgets.io.RequestParameters.CONTENT_TYPE] = gadgets.io.ContentType.JSON;

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

2008-04-23 Thread Arne Roomann-Kurrik
Hm, I'll take a look at it. By any chance are you passing brackets ([]) or curly braces ({}) in the parameter keys you are posting to the server? I see that the OAuth PHP library was recently updated to include RSA-SHA1 code. I'll try to rewrite the validation sample to take this into account so

[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 required for making signed requests

2008-04-23 Thread jfahrenkrug
Hi Makarand, I'm not Arne, but since I wrote the poor man's php key cache, I spotted something in your code that MIGHT be the problem: You code looks in /certs for the certificate file, that is a certs directory right below your root, so your directory structure will look something like /usr /bi

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

2008-02-17 Thread Marc Wessely
Hi Jason, but then the function requestshareapp should work... 2008/2/16, Jason <[EMAIL PROTECTED]>: > > > 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 app

[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 instal

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

2008-02-14 Thread Jerome
Hi Rohit, I have not had to use the requestPermission yet, and I am not even sure if this is working yet or not. I am not sure to fully understand what issue you are trying to resolve with the requestPermission. If there is a gadget on A's profile, and B is accessing A's profile, the gadget will

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

2008-02-14 Thread Rohit Kumar
Any help?? On Feb 13, 7:14 pm, Rohit Kumar <[EMAIL PROTECTED]> wrote: > Could somebody help me with usage of opensocial.requestPermission. I > have an application which person A has installed and person B is > trying to view that application in A's profile. The viewer object is > not available. >

[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 a

[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 a

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

2008-02-08 Thread Jason
Hi Tiago. Several users have filed similar reports throughout the past day or so, but these seem to have tapered off. I am not currently receiving any errors when adding new applications to my profile; please let me know if you continue to have issues. Cheers! - Jason On Feb 8, 2:35 am, "Tiago T

[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 >

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

2008-02-08 Thread RAJA SEKHAR
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, 2008 8:21 PM, Rishi <[EMAIL PROTECTED]> wrote: > > Hi All, > > Present I am using CSS Menu tabs.. but not working in Orkut Sandbox.. > he

[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 receiv

[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 y

[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?

[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