[orkut-developer] Re: Unable to add this application

2009-05-24 Thread Apurv Gupta
I believe your app has been approved. On Wed, May 20, 2009 at 5:50 PM, ocricket wrote: > > Hi > > I have submitted an orkut application on 20 May 2009 and got email > regarding its approval but when i try to add this app to my account, > it says "Unable to add this application ". > > Can anyone

[orkut-developer] Re: submitting applications

2009-05-24 Thread Apurv Gupta
your app was approved. On Sat, May 23, 2009 at 10:53 PM, akkad wrote: > > I still don't have any answers. Can anyone tell me something about the > status of my application ? > > This is the link: > http://sandbox.orkut.com/Main#AppInfo.aspx?appId=261365133389 > > > > On May 19, 2:56 pm, akkad w

[orkut-developer] Re: application is not showing up in application directory

2009-05-24 Thread Apurv Gupta
which means that you didn't update the message bundle for all countries. Fix it and try gadgetChecker. On Wed, May 20, 2009 at 6:46 PM, akkad wrote: > > I have this line: > > > > but when tested with Gadget Checker I get this message: > > ERROR: Gadgets Specification > (bsalon2.xml:8) > Missing

[orkut-developer] Re: How to send messages, scraps, e-mail to Orkut user from an external application

2009-05-24 Thread rahul (google)
Most of this functionality is already available to an opensocial app within a container e.g. list of friends, messages, view profiles, view/ upload photos (coming very soon). Scraps, emails, edit profile is not available. Note that REST APIs are for use for apps within the orkut container. Thanks

[orkut-developer] Re: Unable to add this application

2009-05-24 Thread Prashant Patil
i think it will get fixed automatically wait n try. On Wed, May 20, 2009 at 5:20 AM, ocricket wrote: > > Hi > > I have submitted an orkut application on 20 May 2009 and got email > regarding its approval but when i try to add this app to my account, > it says "Unable to add this application ".

[orkut-developer] Re: How to open a page in the browser?

2009-05-24 Thread Prashant Patil
Yes its will work! But read Opensocial Privacy Policy for users! and redirection to other site! On Thu, May 21, 2009 at 10:43 AM, Flavio Coelho wrote: > > Hi, > > I want to have a button in my gadget that let the user open a website > on a new page in his browser when he clicks it. > > should

[orkut-developer] Re: Contents of AppData item

2009-05-24 Thread Prashant Patil
you can send message to friends in list using open social api but cant list out scraps or messages using external app/ with opensocial app! On Sat, May 23, 2009 at 10:14 PM, kanchan wrote: > > Hi > I am developing an external application that can view and send > messages to orkut friends. I wa

[orkut-developer] Re: How to get user scaps/ feeds

2009-05-24 Thread Prashant Patil
i think you cant get scraps! On Wed, May 20, 2009 at 11:43 PM, Rocky wrote: > > Hi, > I want to get the scraps of my friends . using opensocial api. Is > there any way for doing that.I already have gadget installed.and able > to get friends list.Any help would be of great !!!. > > > > -- Wit

[orkut-developer] Re: submitting applications

2009-05-24 Thread Prashant Patil
chk your email for OS team. and resubmit your app as per guidelines in mail. On Sat, May 23, 2009 at 10:23 AM, akkad wrote: > > I still don't have any answers. Can anyone tell me something about the > status of my application ? > > This is the link: > http://sandbox.orkut.com/Main#AppInfo.aspx

[orkut-developer] Contents of AppData item

2009-05-24 Thread kanchan
Hi I am developing an external application that can view and send messages to orkut friends. I want to view scraps and messages that had been received by the viewer. I want to know in which data object can I find these messages. Will it be a part of AppData item? Can I somehow send messages to on

[orkut-developer] How to send messages, scraps, e-mail to Orkut user from an external application

2009-05-24 Thread subbi
Hi I need to develop an external application (not gadget) that should send messages, scraps and e-mails to orkut users. I need following functionality: - View the list of my application user's online friends on Orkut - How to send scraps to them. - How to send messages to them. - How to send e-ma

[orkut-developer] Ajax Request in Orkut

2009-05-24 Thread Ashit Vora
Hi, I 'm new to Orkut App Development. I was trying to one small application was facing some problem. I tried but it didnt work. I wanted to confirm if I can make Ajax requests to my application. Will Orkut redirect all the requests? What is the other option for make Ajax Req ? Does orkut rest

[orkut-developer] Re: submitting applications

2009-05-24 Thread akkad
I still don't have any answers. Can anyone tell me something about the status of my application ? This is the link: http://sandbox.orkut.com/Main#AppInfo.aspx?appId=261365133389 On May 19, 2:56 pm, akkad wrote: > Hi, > > I have submitted my app at the beginning of may, but still no answer. >

[orkut-developer] opensocial javascript api not available with content type="url"

2009-05-24 Thread DON
Hi all, I have been searching for long trying to figure out a way to make gadget point to my application using content type="url", I prefer not to write the whole application code in a CDATA inside gadget, but the Opensocial javascript api objects are not available when I try to access them in my

[orkut-developer] How to get user scaps/ feeds

2009-05-24 Thread Rocky
Hi, I want to get the scraps of my friends . using opensocial api. Is there any way for doing that.I already have gadget installed.and able to get friends list.Any help would be of great !!!. --~--~-~--~~~---~--~~ You received this message because you are subscribe

[orkut-developer] How to load a user from UID or ID

2009-05-24 Thread diegoapos...@gmail.com
Can I load an orkut user by a unique key like UID or ID? I have tried in this script: req.add(req.newFetchPersonRequest('08715897581720561258'), 'diego'); Ps: '08715897581720561258' is an user ID getted by method person.getId (). I want this for get thumbnail from users saved in my database. If

[orkut-developer] How to open a page in the browser?

2009-05-24 Thread Flavio Coelho
Hi, I want to have a button in my gadget that let the user open a website on a new page in his browser when he clicks it. should a simple tag work or do I need anything else? thanks --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[orkut-developer] Inserting a visualization into an orkut application

2009-05-24 Thread Flavio Coelho
Hi, I am trying to show a google visualization app inside an orkut application but it does not get drawn. gadget I am doing a requestt to this url (www.gripenet.com.br/survey/feeds/ anntschart/) to get the code for the visualization it works ok if you ppoint your browser to that url (firefox, a

[orkut-developer] Re: UPDATE - App review process

2009-05-24 Thread Flavio Coelho
I am also having this problem my gadget: http://www.gripenet.com.br/site_media/gadget/gripenetgadget.xml I hope it's fixed soon Flávio On Mar 25, 12:32 am, "chris14...@googlemail.com" wrote: > Hi Vijaya, > > I hope you're the right person to contact about this. I just received > the app reje

[orkut-developer] Re: Has profile view been enabled in production?

2009-05-24 Thread Otávio Ribeiro
Yes, but you have to rewrite your application using open social templates, at least, inside the profile view. regards, Otávio ribeiro On Thu, May 21, 2009 at 2:23 AM, S Rajeev wrote: > Hi, > > Has profile view been enabled in production? Not seen any notification > reg. this. > > -- > Regards,

[orkut-developer] Unable to add this application

2009-05-24 Thread ocricket
Hi I have submitted an orkut application on 20 May 2009 and got email regarding its approval but when i try to add this app to my account, it says "Unable to add this application ". Can anyone tell me what could be the problem? Details of the application are given below: Name: oCricket.com Hos

[orkut-developer] Re: application is not showing up in application directory

2009-05-24 Thread akkad
I have this line: but when tested with Gadget Checker I get this message: ERROR: Gadgets Specification (bsalon2.xml:8) Missing required attribute(s) in : messages. ERROR: Message bundles (bsalon2.xml:8) There should be a locale for ALL_ALL. Recommendation: Add an ALL_ALL tag. My xml file i