[orkut-developer] Re: Problem in profile view ; unable to retrieve owner, visitor information.

2010-06-15 Thread aj
Hi Prashant, Thanks for confirming the problem. How can I monitor progress on this issue? -Ajay On Jun 15, 4:59 am, "Prashant (Google)" wrote: > Hi Ajay, > > Just to update you on this: I'd verified that this is an issue and > we're working on it. > >

[orkut-developer] Problem in profile view ; unable to retrieve owner, visitor information.

2010-06-10 Thread aj
Hello, Since yesterday I have started seeing empty values when requesting information about viewer and owner of the gadget. this is the call i am making to get this information. the server returns me a 404. I am verifying this by echoing the variables theviewer and theowner. This problem is

[orkut-developer] Re: App disapeared from Orkut profile in sandbox

2010-03-09 Thread aj
Hello, I am running into the exact same problem. Have you found any workarounds for this problem? Thanks, Ajay On Mar 9, 1:01 pm, DC wrote: > The same exact thing has happened to me, actually to all of my > applications that were in my sandbox account. The only applications > showing are the on

[orkut-developer] Are profiles view in the sandbox down?

2009-09-21 Thread aj
I am seeing a lot of 404 and 500 errors? Can someone verify this. Thanks, Aj --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to openso

[orkut-developer] Re: Viewer and Owner are friends?

2009-09-01 Thread aj
s list. > > On 29 ago, 19:27, aj wrote: > > > Hello, > > > Here is the use case that I am trying to implement. > > > User A installs a gadget G1 > > User B installs the same gadget G1. > > > User A visit's user B's profile page. > >

[orkut-developer] Viewer and Owner are friends?

2009-08-30 Thread aj
ed on this information. Can this be done? I see a lot documentation around NetworkDistance but none of the seems to me working. Can you point me to the right direction? Thanks for you help! -AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[orkut-developer] twitter app event in silicon valley on July 1

2009-06-28 Thread AJ Chen
r API introduction. http://twitter.com 7:20pm-7:40pm Kevin Boer: Where are the breaking news in Twitter conversation? http://breakingsfnews.com/ 7:40pm-8:00pm AJ Chen: Using Open Calais and openNLP tools to study tweets in real time. http://web2express.org/ 8:00pm-8:20pm Christopher Peri: Man

[orkut-developer] Question about requestSendMessage.

2009-05-27 Thread aj
newFetchPeopleRequest(idspec, params), "req"); req.send(invite_data_response); Am i using the wrong user ID? Are there an pre-built templates for sending invites? Thanks, Aj --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[orkut-developer] Re: Add app install link in profile view.

2009-05-06 Thread aj
Good point.. I was trying to weave the link into my messaging to the visitor. Thanks, AJ On May 4, 4:36 am, eduardorochabr wrote: > I don't know how can you achieve this, but it seems you must not do it > anyway: > > http://code.google.com/intl/en/apis/orkut/docs/orkut

[orkut-developer] Add app install link in profile view.

2009-05-04 Thread aj
Parameters()["gadgetId"]; What are the equivalent calls now? Thanks for your help. AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group,

[orkut-developer] Re: I want hosting for my app and url

2009-04-13 Thread AJ
quality of server side infrastructure required. I know Microsoft Corp.(OfficeLive.com) gives you free website and also a free doman for one year but I doubt they provide PHP and MySql. - AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed

[orkut-developer] App Icon/app image

2009-04-12 Thread AJ
Hi, How do I create an icon for my app. This is the image whic is shown when a user adds the application. thanx AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To po

[orkut-developer] Newapp without templates

2009-04-12 Thread AJ
Hi, Is Orkut not accepting any new apps that do not make use of templates. - AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to openso

[orkut-developer] Re: Posting Activity

2009-04-11 Thread AJ
Swapnil Shinde wrote: > > >> Yes! Looks like activities are broken on Orkut.com. > >> Swapnil. > > >> On Fri, Apr 10, 2009 at 2:16 PM, AJ wrote: > > >>> I think posting activity is not even working inwww.orkut.com. I am > >>> unable to post an

[orkut-developer] Re: I want hosting for my app and url

2009-04-11 Thread AJ
My app uses PHP and MySql on server side can I still host it on Google Infrastructure? On Apr 11, 4:13 pm, sunnydiv wrote: > you can host it for free on > google pages > or google sites > > On Apr 11, 2:52 am, "salehal...@googlemail.com" > > > > wrote: > > please I worte my program but I need h

[orkut-developer] How to get profile info from ID

2009-04-11 Thread AJ
way of doing this. I plan to store just the id of users's friends on my servers and the fetch profile info as and when required. Thanx in advance, AJ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Deve

[orkut-developer] Time taken in app approval

2009-04-10 Thread AJ
Hi, How much time does Orkut on average take in approving an app once it has been submitted. Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send email to o

[orkut-developer] Posting Activity

2009-04-10 Thread AJ
I think posting activity is not even working in www.orkut.com. I am unable to post an activity in Orkut Sandbox which has already been acknowledged by Orkut. I tried posting an activity through Slapster but it is not posting any updates (activity). --~--~-~--~~~---~--~

[orkut-developer] Test for null

2009-04-05 Thread aj
</div> <div if="${ 'theviewer' =='' }"> <p>3.Viewer is empty</p> </div> 1.Viewer is not null, is printed always 2.Viewer is empty , is never printed. 3.Viewer is empty, is neve

[orkut-developer] Unable to post an Activity in Sandbox

2009-03-29 Thread AJ
Hi, Running folllowing simple code is giving "unautorized: Permission token validation failed" error. " function postActivity(text) { var params = {}; params[opensocial.Activity.Field.TITLE] = text; var activity = opensocial.newActivity(params); opensocial.requestCreateActivity(activity,

[orkut-developer] Executing a function just the first time user installs it

2009-03-27 Thread AJ
Hi, I would like a function to be executed just the first time user instals my app. After it this function should not be executed whenever he runs the app. I will use this function to send some user details to be stored on my servers. How can I do this? Alex --~--~-~--~~---

[orkut-developer] Can I download the content of Orkut pages into a text file?

2009-02-26 Thread AJ
hey, I was wondering if there are any API's ( and/or code ) to download content from Orkut pages. Example : I have updated my profile with books. is there any api to download the list of books on my profile page to a textbox ? thanks, Amith --~--~-~--~~~---~--~~