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

2009-05-20 Thread Apurv Gupta
No sooner than 15th June, and we'll give you at least 2 weeks heads up. Hope that helps. On Wed, May 20, 2009 at 7:24 PM, Badaro wrote: > > One final question about this: Do you have a date for when you're > going to remove HttpRequest? I need to know this to plan the > migration. > > Even if yo

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

2009-05-20 Thread Badaro
One final question about this: Do you have a date for when you're going to remove HttpRequest? I need to know this to plan the migration. Even if you don't have a specific date to give, something in the lines of "No earlier than " would be enough. Filipe Badaro On May 19, 10:03 pm, Apurv Gupta

[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: 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] 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: 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: 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: 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: 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