[orkut-developer] Re: How can I get the friends' profileUrl that has app instaled

2008-09-29 Thread Raman
By default, Orkut returns some basic info only - such as Opensocial ID, name, pic.. You will have to get more info manually.. For example, for PROFILE_URL var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; var req = opensoc

[orkut-developer] Re: Every request has started spoofing

2008-09-29 Thread Raman
Yes, ditto. I have a live app running on orkut (or should I say, it was). Coz, my dot net code is not able to authenticate the requests from Orkut anymore. Whats the issue? What have been changed? Raman --~--~-~--~~~---~--~~ You received this message because you ar

[orkut-developer] Re: requestSendMessage() is not working in orkut?

2008-09-29 Thread Jason
Thank you for posting the code snippet, but unfortunately I'm unable to reproduce the issue using the Developer Application for OpenSocial linked below. http://www.orkut.com/Main#AppInfo.aspx?appId=845795770537 Can you reply with your app's URL? Once I have it, I'll take another look. - Jason

[orkut-developer] How can I get the friends' profileUrl that has app instaled

2008-09-29 Thread Estevão Lucas
Hi, I can't get friends' profileUrl in prod.sandbox. I'm using this code: friend.getField( opensocial.Person.Field.PROFILE_URL ). In sandox.orkut.com this code run corrected, but in prod.sandbox.orkut.comthis return null. Someone know how can I solve this problem? Regards Estevão Lucas --~--~--

[orkut-developer] Re: Every request has started spoofing

2008-09-29 Thread csharpsocial
Hi Jason, could I send you the code to check why it stopped working? appreciate your help Marco --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to ope

[orkut-developer] Re: Visible Globally

2008-09-29 Thread Jason
I assume you're storing favorites in app data currently? If you want to aggregate information about favorites (e.g. number of users who have bookmarked a particular item, total number of bookmarks, etc.), then yes, you'll need to store favorite information in an external database. While your app w

[orkut-developer] Re: setTimeout does not work with Orkut app in Firefox

2008-09-29 Thread Jason
Are you using Firebug by any chance? It's a great resource for helping debug JavaScript errors in Firefox (among many other things). If you're not, I seriously recommend it: http://getfirebug.com/ I was able to get your gadget to work by replacing the following line with the line below it. You w

[orkut-developer] Re: email

2008-09-29 Thread Jason
Certain extended profile fields have to be explicitly requested like so: var params = {}; var req = opensocial.newDataRequest(); params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; req.add(req.newFetchPersonRequest(opensocial.DataRequest.Per

[orkut-developer] Re: prod.sandbox.orkut.com cache

2008-09-29 Thread Estevão Lucas
I can't solve this problem. I'm using my JavaScript in external files, I'm with disabled cache and using &bpc=1 On 22 set, 19:44, Jason <[EMAIL PROTECTED]> wrote: > Yes, Raman's right. I usually inline all of my JavaScript during > development or disable browser caching altogether to prevent th

[orkut-developer] setTimeout does not work with Orkut app in Firefox

2008-09-29 Thread John
I am experiencing a problem using the setTimeout() function. For some reason it does not work in Firefox 3 on Orkut. In the testcase I made it should display the text "Done waiting!" after 5 seconds, but in Firefox nothing happens, no errors are set either. If I load the application in Safari it w

[orkut-developer] Re: problems with server

2008-09-29 Thread Thyako
I get this error, too. It's like prod.sandbox can not add the application. So I add it using sandbox.orkut.com and use it in prod.sandbox.orkut.com. ~Thiago On Sep 26, 10:11 am, "Julian Andrade" <[EMAIL PROTECTED]> wrote: > http://prod.sandbox.orkut.com/AppInfo.aspx?appUrl=http%3A%2F%2Fwww.hi...

[orkut-developer] Re: Receiving just error codes when making requests

2008-09-29 Thread Thyako
Hi. Sorry for the delay. We were collecting more data. Summary: The more frequent error (400 bad request) stopped forever when we stopped asking gadgets.io.makeRequest for signed requests. Other errors continue in a low rate. Details: - We are using Google AppEngine in server side. - We track

[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread manish tewari
NO -No that was a mistake.Im sorry for that but now Im able to access application as i just removed the line: Thanks for all .. On Mon, Sep 29, 2008 at 4:03 PM, Raman <[EMAIL PROTECTED]> wrote: > Hi Manish > > First of all, may I ask why are you using gadgets.io.encodeValues twice in

[orkut-developer] Rich text box in orkut application

2008-09-29 Thread Prashant Lakhlani
Hey friends, i'm developing an orkut application and i want to use a rich textbox in which user can format their inputs like FCKEditor, is there any easy and quick examples, samples or links i get? thanks in advance --~--~-~--~~~---~--~~ You received this mes

[orkut-developer] How to track the Viewer has not installed the APP

2008-09-29 Thread Javediq143
Hi Jason, Thanks for the help. Im looking forward for the second problem which you have founded in my app ie the guest view is getting blank canvas. I've searched many forums for this topic but didnt find any solution except what I've done in my this another APP. Please add this APP also to you

[orkut-developer] Re: Not Able to direct Viewer to CONTENT PAGE from MY UPDATES

2008-09-29 Thread Javediq143
Hi Jason, Thanks for the help. Im looking forward for the second problem which you have founded in my app ie the guest view is getting blank canvas. I've searched many forums for this topic but didnt find any solution except what I've done in my this another APP. Please add this APP also to you

[orkut-developer] Re: Not Able to direct Viewer to CONTENT PAGE from MY UPDATES

2008-09-29 Thread Javediq143
Hi Jason, Thanks for the help. Im looking forward for the second problem which you have founded in my app ie the guest view is getting blank canvas. I've searched many forums for this topic but didnt find any solution except what I've done in my this another APP. Please add this APP also to you

[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread Raman
Hi Manish First of all, may I ask why are you using gadgets.io.encodeValues twice in every make POST request function? Raman On Mon, Sep 29, 2008 at 12:11 PM, manish tewari < [EMAIL PROTECTED]> wrote: > now it is showing error in this line: > > > and here is the full code. I am not able to fin

[orkut-developer] Re: Every request has started spoofing

2008-09-29 Thread Nemesh
Hello Jason, Thank you for your early reply. We are using C# to validate the routine. We can share the code if necessary. I think other people using .NET code are also getting spoofed request. Thank You. Nemesh On Sep 27, 3:02 am, Jason <[EMAIL PROTECTED]> wrote: > As far as I know, there have

[orkut-developer] Re: connecting MySQL database with my orkut application.

2008-09-29 Thread manish tewari
now it is showing error in this line: and here is the full code. I am not able to find out any problem .It is showing that for the functions I have created ,it is not able to creat the :

20 matches