[orkut-developer] How to send Scrap/Email/Message to application users

2009-05-19 Thread amit
Hi, I am developing application for orkut container using opensocial apis. I have following doubts... How to send Scrap to my application users? How to send Email/Message to my application users? Any help is appreciated. Thanks, Amit --~--~-~--~~~---~--~~ Y

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

2009-05-19 Thread None
Hi Shishir, Thanks for your reply. My Application url is : http://www.orkut.co.in/Main#AppInfo.aspx?appId=1093344467372 And I have following line in my xml file. What steps i need to take to make the application viewable to all the users? Thanks, Amit On May 19, 2:04 pm, "Shishir Birmiwal

[orkut-developer] Re: When profile view was enabled, weekly users number went sky high

2009-05-19 Thread Apurv Gupta
Eduardo, can you give us the application ID and URL and I'll check. 7-day-active users is supposed to reflect that # of users that used the canvas view in last 7 days. Thanks, -apurv On Wed, May 20, 2009 at 10:09 AM, Eduardo Rocha wrote: > > Of course "sky high" here is relative to the previous

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Apurv Gupta
+1 to eduardo. Profile view is meant to showcase user's interest/profiles to user and visitors. It's not a replica of canvas view. Our limits are large enough to allow you to publish tweets that the user makes. I am assuming a reasonable user can do no more than 100 tweets a day. The limits are la

[orkut-developer] Re: Request for orkut app status

2009-05-19 Thread Apurv Gupta
This app was not submitted. Did you see the confirmation screen that the app was submitted for review? On Tue, May 19, 2009 at 4:39 PM, rahul (google) wrote: > > takes no more than 2 days. you probably didnt complete the submission. > did you resubmit after owner verification? > > thx > rahul >

[orkut-developer] Re: When profile view was enabled, weekly users number went sky high

2009-05-19 Thread Eduardo Rocha
Of course "sky high" here is relative to the previous number :) On 20 maio, 01:27, Eduardo Rocha wrote: > I just enabled profile view for an application of mine and the weekly > users number went sky high, going from 600 to 3400, in a 24 hours > period. Server data doesn't match this new number

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Eduardo Rocha
IMHO, the users should go to canvas view for that. The scenario I see with profile changes (and we probably must face it) is that there is less room for application features on profile view, which actually can be a good thing, because we can choose simpler solutions and have less work :) On 19 m

[orkut-developer] When profile view was enabled, weekly users number went sky high

2009-05-19 Thread Eduardo Rocha
I just enabled profile view for an application of mine and the weekly users number went sky high, going from 600 to 3400, in a 24 hours period. Server data doesn't match this new number at all. Other than that, there are a lot of applications with retention (weekly users / users with app) gre

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread Eduardo Rocha
Actually it works, that is, if you output ${owner.profileUrl}, you will get something like "/Main#Profile.aspx...". However, if you try to use http://www.orkut.com$ {owner.profileUrl}...>, the link is OK, but OS templates strips the target, so ultimately the link doesn't work. So I can only see

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread gcb
what about feed readers? What if my 1mi users want fresh items everytime someone reads his profile? say I have an app that shows his twits. On May 19, 2:46 pm, Badaro wrote: > A couple more things that probably weren't very clear from my > explanation: > > - What defines *when* the data in

[orkut-developer] Re: opensocial templates, how to set height?

2009-05-19 Thread Otávio Ribeiro
Hi Desu, i think you can´t do that. Orkut´s team defined the height to be 280px and we have to design our application to use this space. regards, Otávio Ribeiro On Wed, May 13, 2009 at 5:10 PM, d...@mailinator.com wrote: > > I need to set my profile view height at 323 pixels. > > How can I do th

[orkut-developer] Re: Request for orkut app status

2009-05-19 Thread akkad
It doesn't load at all. On May 18, 11:27 am, ocricket wrote: > Hi > > I have submitted an orkut application on 12 May 2009. But there is no > response of approval > or rejection. Please let me know the status as soon as possible and > also request you to let us know > how long does it usually ta

[orkut-developer] submitting applications

2009-05-19 Thread akkad
Hi, I have submitted my app at the beginning of may, but still no answer. The app ID is 261365133389 Can anyone from Orkut check ? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To po

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread anatoly
no it doesn't work - I get the same value. also: I think that profileUrl is also implicit field like name for owner/viewer as it sounds like so from OS specs. On May 20, 3:56 am, Eduardo Rocha wrote: > some field are retrieved without expliciting them, but for the profile > you must be explicit

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread anatoly
I think it is not resource-wise to do something like this instead of simple substring. On May 20, 5:39 am, Apurv Gupta wrote: > Another solution would be to use REST/RPC + 2-legged-OAuth and re-encode the > data in background. > This is what some of the biggest apps are doing. > > On Wed, May

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread Apurv Gupta
Another solution would be to use REST/RPC + 2-legged-OAuth and re-encode the data in background. This is what some of the biggest apps are doing. On Wed, May 20, 2009 at 8:11 AM, Eduardo Rocha wrote: > > Badaro has the same problem on this thread, give a look: > > > http://groups.google.com/group

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread Eduardo Rocha
Badaro has the same problem on this thread, give a look: http://groups.google.com/group/opensocial-orkut/browse_thread/thread/1b6c7812d11be5d1/bd5051637e4ea484#bd5051637e4ea484 As I had few users, in my app I preferred to use messages like "Please access the application again to update your prof

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread anatoly
it is feasible to make these changes both removinf http and saving a string as an array of chars (this one will look very ugly) however: my problem is older users: more than ~200K users have already their appdata saved in the older format: 1) with "http://"; for url. 2) string which should be it

[orkut-developer] Re: profile templates - string operations

2009-05-19 Thread Eduardo Rocha
is it feasible remove the "http://"; before saving the appdata? also, if you are iterating the text, it would be useful if save this in a array format, so you could iterate through OS template "repeat" attribute On 19 maio, 22:44, anatoly wrote: > Hello > > I find it impossible to do any simles

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread Eduardo Rocha
some field are retrieved without expliciting them, but for the profile you must be explicit, use this: let me know if it works! On 19 maio, 22:47, anatoly wrote: > no > > I use the code from the official orkut sample: key="owner" /> > > but why should I? > > I don't include any fields and >

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread anatoly
no I use the code from the official orkut sample: but why should I? I don't include any fields and ${owner.name.givenName} ${owner.name.familyName} works just fine. On May 20, 3:41 am, Eduardo Rocha wrote: > what about owner.profileUrl? have you included this field in the > request? > > O

[orkut-developer] profile templates - string operations

2009-05-19 Thread anatoly
Hello I find it impossible to do any simlest string operations on profile template. If there is any solution possible without using additional server round trip - I would kindly appreciate it. Please note - appdata was already saved for many users in a certain format and it is impossible to cha

[orkut-developer] Re: owner.url value is not correct on profile template

2009-05-19 Thread Eduardo Rocha
what about owner.profileUrl? have you included this field in the request? On 19 maio, 22:30, anatoly wrote: > Hello > > The following construction (taken from the sample app) > ${owner.name.givenName} ${owner.name.familyName} > > > gives me the following url for > owner.url:http://72a86m9i3qbn

[orkut-developer] owner.url value is not correct on profile template

2009-05-19 Thread anatoly
Hello The following construction (taken from the sample app) ${owner.name.givenName} ${owner.name.familyName} gives me the following url for owner.url: http://72a86m9i3qbnvikv0r6t8579hpvud3f6.a.orkut.gmodules.com/gadgets/ gives error 404. a bug? --~--~-~--~~~---~

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Apurv Gupta
You don't need to worry about it then. As long as you are doing this in response to user action, you should be fine. I was worried about a news-like scenario, where you try to update the app data for all users in background as stories appear. Watch out for 10KB limit of storage on per user per app

[orkut-developer] Re: Annoying width bug in IE, 1024px resolution

2009-05-19 Thread Eduardo Rocha
This issue is related to all versions of IE (6/7/8, since it's quirks mode in every one), and at every resolution equal or above 1024px. Is there any other place where I could report this issue? Thank you. On 12 maio, 11:26, Eduardo Rocha wrote: > The screenshots show how Orkut general layout

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Badaro
A couple more things that probably weren't very clear from my explanation: - What defines *when* the data in the profile should be updated are the user's interactions with the application in the canvas. As he adds/ rates more songs and artists and changes what his favorites are, the profile shoul

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Badaro
Also, one thing that might not be very clear from my explanation: What defines when the data in the profile should be updated are the user's actions. As he adds/rates more songs and artists and changes what his favorites are, the profile should be updated to reflect this. Filipe Badaro On May 19

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Badaro
To save you some time, here's my profile in the Sandbox: http://sandbox.orkut.com.br/Main#Profile.aspx?uid=13771854167387711188 It should give you an idea on what the profile looks like with the data already in place. Filipe Badaro On May 19, 2:21 pm, Badaro wrote: > This is the development ve

[orkut-developer] Re: opensocial templates, how to set height?

2009-05-19 Thread Badaro
Is this being worked on? Lots of people (including me) would be interested in this, or a Auto-Adjust option. Filipe Badaro On May 19, 9:30 am, Apurv Gupta wrote: > you can't. > > On Thu, May 14, 2009 at 1:40 AM, d...@mailinator.com > wrote: > > > > > I need to set my profile view height at 323

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Badaro
This is the development version of the profile, which is currently using OS Templates with HttpRequest: http://sandbox.orkut.com/Main#AppInfo.aspx?appUrl=http%3A%2F%2Fbadaro.labone.net%2Fsonoraorkut%2Fsonorasocialv01.aspx The live application is here: http://www.orkut.com.br/Main#AppInfo.aspx?app

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Apurv Gupta
If you can tell us more, we can help you better. It may be entirely true that your app is better off using a different rendering model. On Tue, May 19, 2009 at 8:29 PM, Apurv Gupta wrote: > Hi Filipe, > What's your use case for updating the AppData? What's your application url? > > Thanks, > -ap

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Apurv Gupta
Hi Filipe, What's your use case for updating the AppData? What's your application url? Thanks, -apurv On Tue, May 19, 2009 at 8:23 PM, Badaro wrote: > > Can you tell us how much is that limit, and what happens when we hit > it? > > While this limit doesn't affect this migration process, after w

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Badaro
Can you tell us how much is that limit, and what happens when we hit it? While this limit doesn't affect this migration process, after we migrate the profile information to AppData we will need to update it constantly to keep the user profile up-to-date. Filipe Badaro On May 19, 6:00 am, "Shish

[orkut-developer] Re: opensocial templates, how to set height?

2009-05-19 Thread Apurv Gupta
you can't. On Thu, May 14, 2009 at 1:40 AM, d...@mailinator.com wrote: > > I need to set my profile view height at 323 pixels. > > How can I do that? > > thanks > > > > --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[orkut-developer] Re: OpenSocial Templates dates?

2009-05-19 Thread Apurv Gupta
server side templates already do. On Thu, May 14, 2009 at 1:42 AM, d...@mailinator.com wrote: > > On Apr 23, 8:16 am, Bruno Souza <241...@gmail.com> wrote: > > Vijaya, > > > > Do you have any idea about when the templates will work on orkut > > production? > > +1 > > > > --~--~-~--~~

[orkut-developer] Re: orkut application ask for help

2009-05-19 Thread Apurv Gupta
there is no such support in opensocial. On Fri, May 15, 2009 at 7:43 PM, denghui.1...@googlemail.com < denghui.1...@googlemail.com> wrote: > > Hallo everyone, > > I want to know the relationship between my friends.In face book,there > is "Friends_areFriends" function to judge if they are friends

[orkut-developer] Announcing view params from OS templates: on sandbox.orkut.com

2009-05-19 Thread Apurv Gupta
Hi Folks, We have added support for view parameters in osx:NavigateToApp. You can use it thus: Goto Canvas You can get the view params in canvas page as before. var prefs = gadgets.views.getParams(); if (prefs['a'] = 'b') { This is available on sandbox.orkut.com. We'll make it available o

[orkut-developer] Re: Orkut Applicatioin sent for approval almost 2 weeks ago but response email is receive whether approved or rejected :(

2009-05-19 Thread rahul (google)
got confirmation from you offline that the app was approved. closing this thread. not resubmitting the app after owner verification was the problem. we'll try and make this more obvious in the instructions. thx rahul --~--~-~--~~~---~--~~ You received this message

[orkut-developer] Re: Request for orkut app status

2009-05-19 Thread rahul (google)
takes no more than 2 days. you probably didnt complete the submission. did you resubmit after owner verification? thx rahul On May 18, 1:27 pm, ocricket wrote: > Hi > > I have submitted an orkut application on 12 May 2009. But there is no > response of approval > or rejection. Please let me kno

[orkut-developer] Re: Doubt about templates

2009-05-19 Thread desudesu
I havent' found any. I often use this css: body { overflow: hidden; height: 280px;} that will give you the 280 pixels you're allowed, and hide the scroll bars. On May 15, 7:32 pm, Badaro wrote: > Is it possible to at least allows us to specify a fixed height for the > profile? > > Filipe Bad

[orkut-developer] Request for orkut app status

2009-05-19 Thread ocricket
Hi I have submitted an orkut application on 12 May 2009. But there is no response of approval or rejection. Please let me know the status as soon as possible and also request you to let us know how long does it usually take to approve a application. Details of the application are given below: S

[orkut-developer] Re: Params from profile to canvas view

2009-05-19 Thread Patrick
How can i arrange my community with that inadequate contents, i've already seen if there's any message with this contents but i didn't find anything. And that message keep in my community. Someome here can help me? Thanks 2009/5/13, Samuel Vignoli : > > > Can't we build links between views with pa

[orkut-developer] obtaining data from xml file.

2009-05-19 Thread arun
hi, how to obtain data from an xml file : example how can i iterate and display name and interests data values? reg, Arun. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group

[orkut-developer] Re: iframe on profil

2009-05-19 Thread Bruno Fonseca
I use contenttype=url, but he could support height thus the scroll bar to disappear from my application. On May 15, 12:11 am, Mayank M wrote: > thanks for the info. > > On May 15, 12:35 am, Eduardo Rocha wrote: > > > By the way, everything points to the direction that iframes will never > > b

[orkut-developer] orkut application ask for help

2009-05-19 Thread denghui.1...@googlemail.com
Hallo everyone, I want to know the relationship between my friends.In face book,there is "Friends_areFriends" function to judge if they are friends eachother.Is there similar function api in orkut,please give me some help! Thank you! Have a good weekend! Best Regards! Hui --~--~-~--~--

[orkut-developer] Re: How to get Owner friends on Orkut..

2009-05-19 Thread Dhaval Pancholi
hi kalyan babu etc. this code works for me the best var app_friend_params = {}; app_friend_params[opensocial.DataRequest.PeopleRequestFields.FILTER] = opensocial.DataRequest.FilterType.HAS_APP req.add(req.newFetchPeopleRequest(opensocial.newIdSpec({"userId" : "OWNER", "groupId" : "FRIENDS"}), a

[orkut-developer] Re: BUG report: HttpRequest with two variables make widget return 404

2009-05-19 Thread gcb
Any estimated date on when exactly the httprequests are going to die? Also, only returns {} on the sandbox's profile view. no data. no error. just plain {}. Gabriel On May 12, 12:20 pm, Apurv Gupta wrote: > yes. You should make profile view use data from appData. > > On Tue, May 12, 2009 at

[orkut-developer] Re: BUG report: HttpRequest with two variables make widget return 404

2009-05-19 Thread d...@mailinator.com
Do we have an ETA on the time the http requests will go the way of the dodo? Also, your suggested option on profileview returns only {} No data. no error. On May 12, 12:20 pm, Apurv Gupta wrote: > yes. You should make profile view use data from appData. > > On Tue, May 12, 2009 at 6:23 PM, Ed

[orkut-developer] sanbox ignoring app data for profile? PersonAppDataRequest always return empty

2009-05-19 Thread d...@mailinator.com
if I open the profile view with sanitize=0, I get: opensocial.data.DataContext.putDataSet("point",{}); If I go to the manage app page, point has a value. Also, on the Canvas view, getString('point') works alright What's going on? --~--~-~--~~~---~--~~ You receiv

[orkut-developer] BUG, PersonAppDataRequest not working on sandbox or prod.sanbox.

2009-05-19 Thread d...@mailinator.com
it only returns {} no data. no error. on the xml i have: this is OK, it appears on the app Manage page from the sandbox. I get and set the values OK on the Canvas view using getString ('point') and set('point', lat+','+lng ). BUT: on the profile view, all I get is {}. my profile http://ns.op

[orkut-developer] google maps + profile view

2009-05-19 Thread d...@mailinator.com
is it possible in any way? with at least setting a couple preferences? and one point? --~--~-~--~~~---~--~~ 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-o

[orkut-developer] How to get my Application/gadget users VIEWER_ID or strangers?

2009-05-19 Thread nsdh
Hello Shishir/Jason, How can i get my gadget users Viewer ID or any stranger viewer ID to get there profile data? In orkut,hi5,myspace..etc. I want to display there and there friends profile in my own website by just giving there viewer ID or some other inputs from them..or using the gadget r

[orkut-developer] How to get OWNER_FRIENDS on orkut opensocial 0.8

2009-05-19 Thread Kalyan Babu
Hi, I'm using following code to get Owner friends on opensocial 0.8 app. var params = { "profileDetail" : [ "currentLocation" ], "max" : 100, "filter": "hasApp" }; var idspec = opensocial.newIdSpec({

[orkut-developer] OpenSocial Templates dates?

2009-05-19 Thread d...@mailinator.com
On Apr 23, 8:16 am, Bruno Souza <241...@gmail.com> wrote: > Vijaya, > > Do you have any idea about when the templates will work on orkut > production? +1 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Develo

[orkut-developer] opensocial templates, how to set height?

2009-05-19 Thread d...@mailinator.com
I need to set my profile view height at 323 pixels. How can I do that? thanks --~--~-~--~~~---~--~~ 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@goo

[orkut-developer] Re: BUG report: HttpRequest with two variables make widget return 404

2009-05-19 Thread d...@mailinator.com
On May 12, 12:20 pm, Apurv Gupta wrote: > yes. You should make profile view use data from appData. Then it will stagnate until he uses the canvas view? what if I want to make a newsreader? a zodiac sign for the day? This container is getting more useless every day. --~--~-~--~~--

[orkut-developer] hIE

2009-05-19 Thread Akki
GETTING ERROR WE ARE UNABLE TO VERFIRY UR GARDGET TO SUBMIT APP TELLE ME GIVE ME SOLITION WITH SCREE SHORT --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" group. To post to this group, send e

[orkut-developer] Hello

2009-05-19 Thread Akki
m ankit i cant add orkut app in orkut geting this error :--For existing app, to add a category, you need to associate your google account with this Application. Please claim ownership of your app here and then revisit this page. There was a problem submitting your application. --~--~-~

[orkut-developer] Re: Orkut Applicatioin sent for approval almost 2 weeks ago but response email is receive whether approved or rejected :(

2009-05-19 Thread Abhilash Vinayak
Hi, We have made the changes and re-submitted the same. Awaiting a revert now. regards, Abhilash On May 12, 9:47 am, "rahul (google)" wrote: > The app has been through the automated reviewer many times since 4/27. > However there are many images that result in 404s and hence the app is > s

[orkut-developer] Re: Não quero receber mensagens do orkut

2009-05-19 Thread Bianca
Não desejo continuar recebendo essas mensagens enviadas por voceis . Sem mais Bianca Graciela - Original Message - From: "Bruno Souza" <241...@gmail.com> To: "Orkut Developer Forum" Sent: Tuesday, May 12, 2009 3:37 PM Subject: [orkut-developer] Re: Problem with the owner thumbnailUrl on

[orkut-developer] Re: Problem with the owner thumbnailUrl on profile templates.

2009-05-19 Thread aliny da silva brandao
Boa Tarde!   Por gentileza, que mensagens são estas que ficam aparecendo agora no meu e-mail depois que solicitei uma solução para meu problema em entrar no meu perfil do orkut?   Agradeceria e ajudaria muito se eu recebesse uma resposta em português.   Att.   Aliny. --- Em ter, 12/5/09, Bruno S

[orkut-developer] Re: BUG report: HttpRequest with two variables make widget return 404

2009-05-19 Thread Cristiane dos Santos Bicudo
I would cancel this registration I did. How Att. Cristiane > Date: Tue, 12 May 2009 05:53:16 -0700 > Subject: [orkut-developer] Re: BUG report: HttpRequest with two variables > make widget return 404 > From: eduardoroch...@gmail.com > To: opensocial-orkut@googlegroups.com > >

[orkut-developer] Signed request returns 404 error on sandbox.orkut.com

2009-05-19 Thread Paulo Ferreira de Moura Junior
Hi. Is there any problem with signed request on sandbox.orkut.com? Since Friday my application stopped working on sandbox.orkut.com: all requests returned 404 Error. This error didn't happen on prod.sandbox.orkut.com, though. To check this issue, I ran the following code using OpenSocial Dev App (

[orkut-developer] Re: Apps using REST API in orkut environment

2009-05-19 Thread suhasini
Is there any apps in orkut using REST concepts in them? Is it possible to get userdata using REST? Name some apps already implementing REST in their apps. Thanks and Regards, Suhasini Vimaneni. --~--~-~--~~~---~--~~ You received this message because you are subsc

[orkut-developer] how to insert images in my app

2009-05-19 Thread Elaine Cristina
Hi, Someone can help me...I wanna insert a image in my app opensocial, but I not found yet any examples. Thanks. -- Elaine Cristina Tecnóloga em Sistemas pra Internet - CEFET-PB Professora - CEFET-PB Analista de Sistemas - Politec --~--~-~--~~~---~--~~ You receive

[orkut-developer] Re: Profile views

2009-05-19 Thread Amitabh Sharma
Bumping this up, it works fine now. I didn't change anything in the code. Does anyone know what the problem was ? On Mon, May 11, 2009 at 10:58 AM, Amit wrote: > > Hey all, > > Can someone please point out to me what should i do differently to get > profile views on sandbox .The canvas view is w

[orkut-developer] IMEEM as an application ???????????

2009-05-19 Thread Dizzle8
Hi when will you be adding IMEEM ( www.imeem.com )as an application such as the other music application on OrKut . . .and / or allow us to embed music play list ? http://www.imeem.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

[orkut-developer] App approved , 404 errors

2009-05-19 Thread chiddu
We've been playing around with your app and have some feedback for you before we can approve it. The app is generating HTTP 404 errors. Please ensure that there are no requests by your app which result in a 404 error. Please do resubmit your app when you have fixed the above. T

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

2009-05-19 Thread Shishir Birmiwal (Google)
It may be because of country / language filtering. Only apps matching the user's country/language settings are shown. What have you set those in your app? What is your app url? Cheers, Shishir On May 18, 10:44 am, amit wrote: > Hello All, > > My application is not showing up in the application

[orkut-developer] Re: Limits for REST/RPC API

2009-05-19 Thread Shishir Birmiwal (Google)
Yes, there is a limit to the number of updatePersonAppDataRequests that can be made per app per person, but given that you're going to update for each person, you will not hit the limit. Cheers, Shishir On May 18, 7:00 pm, Badaro wrote: > --- Situation > > I just found out through the forum tha

[orkut-developer] Re: Unable to retreive appdata on profile template

2009-05-19 Thread anatoly
thanks, that worked On May 19, 4:25 am, Eduardo Rocha wrote: > You should use something like this I think: > > border="0" /> > > On 18 maio, 22:42, Apurv Gupta wrote: > > > > > I am able to fetch app data for owner on > > profile.http://www.geocities.com/apurv_gupta_2000/test.xml > > > On Tu