[orkut-developer] Re: Production templates are returning 404 on requests

2009-05-21 Thread Nagib
Same for me... os:OwnerRequest key=owner / returning {data:{content:HTML\nHEAD\nTITLENot Found\/TITLE\n\/HEAD \nBODY BGCOLOR=\#FF\ TEXT=\#00\\nH1Not Found\/H1 \nH2Error 404\/H2\n\/BODY\n\/HTML\n,headers:{content-type: [text/html; charset=UTF-8]}},code:404} On May 21, 3:33 pm, Eduardo

[orkut-developer] Re: OwnerRequest with profileUrl

2009-04-24 Thread Nagib
functional (except in the sandbox) for another few weeks. So if it was working in the sandbox but not in production, I'm guessing the problem is on Orkut's end and not on your end. On Apr 14, 2:55 pm, Nagib nagibckan...@gmail.com wrote: Dear Developers, I have finished a version of my app using

[orkut-developer] OwnerRequest with profileUrl

2009-04-14 Thread Nagib
Dear Developers, I have finished a version of my app using template and it's working fine on sandbox. After sent the new version for approval and once approved have some issues online. Used it: script xmlns:os=http://ns.opensocial.org/2008/markup; type=text/os- data os:OwnerRequest key=Owner

[orkut-developer] Re: Templates - Pending Questions

2009-04-06 Thread Nagib
Hi, can u change h5 if=${viewer !=null owner.id == viewer.id}Message Viewer is Owner (A)/h5 for: h5 if=${owner.isViewer}Message Viewer is Owner (A)/h5 correct? On 1 abr, 18:12, Badaro bad...@gmail.com wrote: Didn't work either: h5 if=${viewer !=null owner.id == viewer.id}Message Viewer is

[orkut-developer] Re: App not searchable

2009-04-03 Thread Nagib Kanaan
Hi, i tryed to add this app and i got: Unable to add this application It's happen with my app too :( Mine have approved but now its inaccessible. Thanks On Thu, Apr 2, 2009 at 10:28 AM, vivpuri v...@vivekpuri.com wrote: The app should have been approved in the last week of November 2008.

[orkut-developer] Apps not accepted yet!

2009-04-03 Thread Nagib
Hi, I submitted my app 4 days ago and it accepted, but 2 days ago i resubmitted the app and it not accepted till today! App link: http://cubo.cc/~doritos/sweetchili/app/orkut.0.1.xml author_email: nagibckan...@gmail.com (mine) App link: http://cubo.cc/~doritos/sweetchili/app/orkut.xml

[orkut-developer] Resubmitting an approved App

2009-04-02 Thread Nagib
Hi, I developed an application that was approved, but had to resubmit it because there were changes. One change was the author_email, which in my case is no longer and went to another user. Having returned the application, it was a time online and then disappeared. That was 10 hours. I wonder

[orkut-developer] Using SESSION'S on orkut! / For Captcha

2008-11-05 Thread Nagib
Have one method to use SESSION's on ORKUT? And.. I need to create a captcha verification, anyone know one secutiy method without session? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Orkut Developer Forum group.

[orkut-developer] Problem with PROFILE_URL

2008-10-10 Thread Nagib Kanaan
I trying to use: function request() { var params = {}; params[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [opensocial.Person.Field.PROFILE_URL]; var req = opensocial.newDataRequest(); req.add(req.newFetchPersonRequest(VIEWER, params), viewer);

[orkut-developer] Visible Globally

2008-09-26 Thread Nagib
Hi, In my application I want to make favorites visible globally, so both friends and public can view them. For example, General ranking is the most accessed link (For friends and public). Is there an existing method to do this or do I need to use an external database to store that information?