[orkut-developer] Re: robots.txt issue on orkut.com.br - blocking adsense crawler

2012-07-11 Thread davew
Hi Bruno, Will the Orkut team work on resolving the Adsense crawler problems? In order for app developers to support Orkut we need to make money on the platform. To make money we need targeted ads. If Google's Adsense crawler can't crawl pages then those ads have very low rpm. At one point

[orkut-developer] Re: Minha Música, Buddypoke and ot her whitelisted without profile view

2009-05-25 Thread davew
The whitelisted apps were hidden for a day.. And I'm currently changing BuddyPoke to use Templates, and it will be static by the end of the week.. On May 25, 7:52 am, Badaro bad...@gmail.com wrote: Addendum: And it's certainly not using Templates yet, since it's still using Flash in the

[orkut-developer] Re: 0.9 Proxied Content for profile view

2009-04-07 Thread davew
, Apr 5, 2009 at 5:16 AM, davew dave.westw...@gmail.com wrote: Part of 0.9 includes Proxied Content.  It's my understanding that we can use Proxied Content (part of data pipelining) for the profile view, without having to use Templates.  Is that true on Orkut? i.e.: http://opensocial

[orkut-developer] Re: App height gradually increasing in Chrome if Dynamic Height feature is used

2009-04-07 Thread davew
buddypoke is having the same issue too with Chrome on the canvas page. The page constantly grows in length. I'm pretty sure you only have to call gadgets.window.adjustHeight(); *once*, but it will continue to loop and grow. On Apr 5, 7:09 pm, eduardorochabr eduardoroch...@gmail.com wrote:

[orkut-developer] 0.9 Proxied Content for profile view

2009-04-04 Thread davew
Part of 0.9 includes Proxied Content. It's my understanding that we can use Proxied Content (part of data pipelining) for the profile view, without having to use Templates. Is that true on Orkut? i.e.:

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

2009-04-03 Thread davew
Hi Apurv, Are images in activities working? I'm seeing activity text strings being posted for buddypoke, but there are no images.. Did something change recently? Thanks Dave On Apr 2, 7:09 pm, Apurv Gupta apurv.gu...@gmail.com wrote: I just posted a poke [and hence an update, visible in

[orkut-developer] getProxyUrl support for Flash Player version 10

2008-10-11 Thread davew
Currently swf files served with getProxyUrl will not load with Flash Player version 10. If you have a Flash application please star this issue: http://code.google.com/p/opensocial-resources/issues/detail?id=352 By the end of the October Flash 10 will be included in many of the Linux

[orkut-developer] Re: malicious OAuth signed requests

2008-10-02 Thread davew
Hi David, Orkut will send a unique application id as part of the signed request. You can use that to ensure the calls are coming from only your app. The param is: opensocial_app_id. Note that the signatures for signed make requests are one area where the containers tend not to be as

[orkut-developer] Re: Problemas ao carregar app Buddy poke

2008-07-22 Thread davew
, davew [EMAIL PROTECTED] wrote: BuddyPoke had two outages in the last week.  The first was when Orkut initially went live to 75% of the rest of Brazil.  It wasn't a problem with BuddyPoke's hosting (which is Google App Engine).  There was something to do with Orkut's proxy servers

[orkut-developer] Re: Problemas ao carregar app Buddy poke

2008-07-21 Thread davew
BuddyPoke had two outages in the last week. The first was when Orkut initially went live to 75% of the rest of Brazil. It wasn't a problem with BuddyPoke's hosting (which is Google App Engine). There was something to do with Orkut's proxy servers? And that took it down for a few hours. Then

[orkut-developer] Re: Problem with notification workflow and wmode=window flash embeds

2008-07-21 Thread davew
Luke, you might want to file a detailed issue for it - which browsers it fails in, windows / mac, etc. Post the link to the issue here and I'll star it.. -Dave On Jul 20, 4:54 pm, Luke [EMAIL PROTECTED] wrote: Bump. The notifications are useless on a page with a flash window. See

[orkut-developer] Re: Adobe Flash Related Questions

2008-07-08 Thread davew
this getProxyUrl in detail. Any example code or documentation regarding it? Thanks again On Jul 8, 11:03 am, davew [EMAIL PROTECTED] wrote: A1: Yes you can add Flash to a OpenSocial application, and have it load data or assets from an external server. You can either use the js makeRequest (via

[orkut-developer] requestSendMessage + quota limits + image/html support

2008-06-26 Thread davew
A couple of comments about requestSendMessage: [1] There is a global limit of 10 emails per user across all applications. Right now requestSendMessage will always show the popup window. It does not fail until the user hits send. This seems backwards to me. The user might spend 5 minutes

[orkut-developer] Re: Using Signed Requests with Python

2008-06-17 Thread davew
Hi Guy, Check out Lane's article http://code.google.com/apis/opensocial/articles/appengine.html It has everything you need to handle OAuth sigs. I also have the hex code for Orkut's certificate if you need it. -Dave On Jun 17, 3:21 am, Guy Rutenberg [EMAIL PROTECTED] wrote: Hi, On Jun

[orkut-developer] Re: scalability of 0.7 gifts tutorial

2008-02-23 Thread davew
this answers your questions. Best, Dan On Feb 20, 7:24 pm, davew [EMAIL PROTECTED] wrote: Hi Jelena, You can request more than 20 friends. But I think the spec says it is up to the container whether or not it returns the number you request. And if the container doesn't return all of them

[orkut-developer] Re: Use of flash external interface in a opensocial application

2008-02-22 Thread davew
When you create your flash object are you setting allowScriptAccess: always? I can go Flash 9, as3 external interface javascript, but not the other way round due to security restrictions of the container.. On Feb 21, 5:10 am, ckarap [EMAIL PROTECTED] wrote: Hi to all, I have already

[orkut-developer] scalability of 0.7 gifts tutorial

2008-02-20 Thread davew
It's great that google provides a nice 0.7 tutorial. However, doesn't it have serious scaling issues? I completely understand why you're storing sent / given gifts in the viewers app data - it's the only safe way of currently doing persistent data. But when a user may have 500+ friends is this a

[orkut-developer] Re: scalability of 0.7 gifts tutorial

2008-02-20 Thread davew
of the app. Just my thoughts Jelena davew wrote: It's great that google provides a nice 0.7 tutorial. However, doesn't it have serious scaling issues? I completely understand why you're storing sent / given gifts in the viewers app data - it's the only safe way of currently doing persistent