[orkut-developer] Re: List of many apps affected by the automatic reviewer bug

2011-11-01 Thread Eduardo Rocha
What to do then? Are you working on the fix?

On 31 out, 16:20, brandited brandi...@gmail.com wrote:
 It was not fixed, it's the same.

 The only button that is available for unknown apps is Ver.

 On 31 out, 15:33, Bruno Oliveira (Google)







 brunooliveira9876543...@gmail.com wrote:
  The desconhecido bug was fixed. You should now be able to resubmit your
  applications.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: The number of intalls got stucked

2011-04-08 Thread Eduardo Rocha
When this will going to be back? It's off for more than 6 weeks.

On 26 mar, 01:58, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 No, not really. The number of installs is stuck because the module that
 computes statistics is under maintenance, so stats are not being updated.
 We're working to bring it back as soon as possible.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Stats outdated

2011-03-14 Thread Eduardo Rocha
Weekly users and total installs is outdated for at least 3 weeks.

Could someone have a look at it?

Thank you.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-23 Thread Eduardo Rocha
Tiago,

Correct me if I am wrong, but in IE the only way to set standards mode
is using DOCTYPE.

In IE8, you can use meta http-equiv=X-UA-Compatible
content=IE=8, but in older versions, you can't. Is there any other
way?

So I can support my IE8 users without DOCTYPE, but I won't be able to
support IE7 users (in quirks mode, my application just renders
completely wrong), even though its usage (IE7) is decreasing.

Is this something known for you?

On 23 fev, 09:27, Tiago Silveira (Google) t...@google.com wrote:
 Hi Eduardo,

 I understand that. We had to make a choice for correctness, and having a
 DOCTYPE declaration in the middle of the XML was just wrong. It's 2011 and
 if someone is writing UIs in quirks mode it probably means it looks
 different in different browsers anyway. Quirks mode is broken.

 We don't plan to make the migration completely transparent to developers --
 just for users. That's why we need your help finding the issues before we
 launch it. As the thread subject says, this is important.

 We also found a bug with the new parser and Data Pipelining. The fix is
 submitted and should be reaching sandbox today or tomorrow. I urge you to
 test your apps again, both the canvas and profile view, and please report
 any issues here. It's a deep change, with plenty of automated testing, but
 we can't really look at each rendered app ourselves.

 Regards,
 Tiago

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-17 Thread Eduardo Rocha
As for my apps, I just hope that it doesn't break the layout, so if it
works without DOCTYPE, it's OK for me.

But what about people that had designed for quirks mode, striping
DOCTYPE intentionally? Maybe it will break from them.

On 17 fev, 10:33, Tiago Silveira (Google) t...@google.com wrote:
 Hello, folks, more news on this:

 1) The new parser is coming to production, we'll use it only for profile
 view for now. This will enable us to bring back the profile view in the old
 UI.

 2) Starting next week the new parser will always render in standards mode.
 No DOCTYPE declarations will be needed. Once this is available we'll also
 turn the new parser on for canvas view.

 Thank you to everyone who reported issues and helped us canary this feature.
 Let me know if you have other concerns.

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: IMPORTANT: New JS/HTML parser! Please check your apps still work!

2011-02-04 Thread Eduardo Rocha
In sandbox, the resulting code is ignoring the DOCTYPE declaration, so
browsers go into Quirks mode and changed the appearance of an
application I tested (although the necessary change was minimum).

Is it possible to honor the DOCTYPE as the current production code
does?

On 4 fev, 14:24, Bruno Oliveira bru...@google.com wrote:
 Hello, folks.

 As you have noticed, sandbox has been pretty unstable these last few days,
 with widespread error messages pointing to a severe shortage of donuts on
 the server. We're sorry for the problems and we thank you for your patience.

 The good news arising from this maintenance period is that we now have *a
 new Javascript and HTML parser* that is based on upcoming *Caja*. This
 update should not break any gadget. Unless we missed something. And unless,
 of course, your JS/HTML is malformed... in which case it might have been
 working before because the old parser was more lenient, and may break now
 because the new parser is stricter.

 So, bottom line: please go to sandbox.orkut.com and test all your apps
 carefully: profile and canvas view, CSS and Javascript inclusion,
 opensocial calls.

 Why change this now?

    1. *More reliable:* This parser offers much better protection against XSS
    and unintended redirects, which malicious apps were exploiting (and the
    reason our review queue isn't moving).

    2. *Faster (we think):* We believe it renders faster, but we don't have
    real usage data for it yet.

    3. *Necessary:* We can't add support for Caja (the feature) without it.
    And it's coming.

 If you find problems with your app and you don't rely on eval() for its
 functionality, please reply on this thread.

 If you have issues accessing sandbox, please reply on the other
 thread:https://groups.google.com/d/topic/opensocial-orkut/1N_I5LSP7Qo/discus...

 Thank you for helping us stop abuse in orkut.

 Regards,
 -- The orkut apps team

-- 
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@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Orkut blatantly copied my app

2010-08-25 Thread Eduardo Rocha
is used world-wide as a lucky symbol and used as fortune symbol for
as long as I can remember

Oh, really?

It was impolite and unclassy. There is a fine line. Daily fortunes is
popular all around, orkut always had that. Farm games are cloned all
around. Apps extend the platform, I extended with the clover, others
extended with the Cookie Fortune. Be creative, use a horseshoe, or
doesn't use a new picture at all, it didn't need to use the clover
too.

On 25 ago, 01:36, Anderson Marques amarquesfer...@gmail.com wrote:
 Four-leaved clovers are used as fortune symbol for as long as I can
 remember. Since you are not the creator of this concept, I can't see any
 problem in orkut doing that, as well as your application does. I would refer
 to this as a problem if  they used your artwork, which does not seem to be
 the case.

 But I'll leave that for the orkut crew. I just want to be reasonable.

 2010/8/25 Eduardo Rocha eduardoroch...@gmail.com





  (I am not comfortable to use the word blatantly, but I can't help it)

  The new daily fortune blatantly copied the four-leaf clover my
  application uses for the same purpose since last November.

  orkut:

 http://bit.ly/aXHqAt

  Meu Cantinho (http://www.orkut.com.br/Main#Application?
  appId=233847632113):

 http://bit.ly/cyI4Bz

  Is it correct to do that? My app is not that huge success that
  everybody associates that four-lear clover to it, but it's well known
  and it's listed second in the Communication category.

  It's regrettable. It's unbelievable that Orkut will keep the four-leaf
  clover associated to the daily fortune as my app does for months.

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

 --
 Anderson Marques Ferraz
 UEFS - Engenharia de Computação - 2006.1
 Linux user #500881 -http://counter.li.org/

 Ideas are open knowledge. Don’t claim ownership. They’re not your ideas
 anyway, they’re someone else’s. They are out there floating in the ether.
 You just have to put yourself in a frame of mind to pick them up.
 (Paul Arden)

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Orkut blatantly copied my app

2010-08-24 Thread Eduardo Rocha
(I am not comfortable to use the word blatantly, but I can't help it)

The new daily fortune blatantly copied the four-leaf clover my
application uses for the same purpose since last November.

orkut:

http://bit.ly/aXHqAt

Meu Cantinho (http://www.orkut.com.br/Main#Application?
appId=233847632113):

http://bit.ly/cyI4Bz

Is it correct to do that? My app is not that huge success that
everybody associates that four-lear clover to it, but it's well known
and it's listed second in the Communication category.

It's regrettable. It's unbelievable that Orkut will keep the four-leaf
clover associated to the daily fortune as my app does for months.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Redesigned app pages on sandbox

2010-08-13 Thread Eduardo Rocha
This call returns different if you are using the new orkut or the old
orkut:

gadgets.util.getUrlParameters().gadgetOwner

In the new orkut, the value doesn't seem to be OK.

On 13 ago, 09:01, Tiago Silveira (Google) t...@google.com wrote:
 Hi, Guys.

 1. Anatoly, suggestion noted. You might have noticed the dialogs are
 the old style dialogs. We plan to rewrite them in the new style with
 correct positioning and flash overlay. I guess we should fix the
 positioning first.

 2. Yes, bpc=1 isn't working as expected.

 Bruno, somehow I'm unable to reply to specific messages in google
 groups, so here's the answer to the concat question:

 Our CSS parser for concat has become a little less resilient to
 errors, and we found one in your CSS:

 http://eusou-aKyg.apps.studiosol.com.br/meus_times/v2/css_source/canv...
 #carteirinha input.ok{color:#000;height:28px;width:
 38px;position:absolute;right:10px;top:55px;top:58px\9; *top:61px}

 See top:58px\9;?

 We're improving concat as part of the Caja project. In the meantime,
 fixing this error should get you at least some result.

 --Tiago

 On Aug 12, 4:46 pm, Bruno M. V. Souza 241...@gmail.com wrote:



  Hi,

  bpc=1 isn't working yet. You guys confirm the issue?

  Regards,
  -- Bruno Souza

  On 6 ago, 12:29, Prashant (Google) p...@google.com wrote:

   It works for me! But I had to refresh the page a few times to get it
   to purge the cache. Will have this checked.

   Prashant

   On Aug 6, 7:38 pm, Bruno M. V. Souza 241...@gmail.com wrote:

bpc=1 is not working here. You guys confirm?

Best regards
-- Bruno Souza

On 3 ago, 19:01, Tiago Silveira t...@google.com wrote:

 Thank you all for the great feedback!

 I won't answer all questions individually, but I'd like to highlight
 some of the issues that showed up:

 1. wider canvas - yes! We just need to make sure we won't break anyone
 (badly) and that it can't be abused to annoy users.

 2. single view with options menu instead of tabs worried us too, but
 during tests it seemed to work well. Tabs were definitely not the way
 to go. If the menu is prominent enough for users to find, we believe
 it will work well. Most of the time people are visiting someone else's
 profile and looking for other stuff.

 3. agree that directory UI has poor interaction with each app in the
 list, we'll get around that.

 4. we still have some open bugs to fix before wide launch, but the
 easy stuff (e.g. searching on Enter) is done.

 Best regards,
 --Tiago

 On Aug 2, 1:36 am, brandited brandi...@gmail.com wrote:

  - Removed tabs on profile: it's true that was complicated to setup,
  but for the user browsing around, I think it's a major lost to have
  only one thing chosen. If I chose an application, my visitor can't
  see my about me section. The new option button it's better than
  before, but it could allow arrange the order of the sections, so I
  could choose something like 3 tabs to show.

  - Is it possible to have an applications link besides start 
  profile
  communities links on top?

  - I agree with others that description was important. At least
  something likehttp://www.agame.com/games/new.html, where I can see
  the description on mouseover without a server trip.

  - I should be able to rearrange the app order. The app I use the 
  most
  is the last, it would be nice to setup it as the first one.

  - The createActivity box could be updated to the new layout rules
  (new buttons, bigger font, etc).

  - Search apps textbox is not working on enter keypress.

  - On my apps, when I click the app, I see the description,
  screenshot, etc. But to play it, I have to close the box and then
  click the play link. Maybe a play link inside the box would help.

  - On application canvas page, it is a bit annoying to have Promote
  fixed on app list. I did not choose this app, it seems a little bit
  forced.

  - In orkut interface in general, when I click a dropdown button, the
  list appers below. But when I click again, maybe it should hide it 
  the
  list, and not show it again. This is all around, like in the app 
  list
  on the canvas page.

  On Aug 1, 8:09 am, anatoly anato...@gmail.com wrote:

   Overall it look better, IMHO.
   A couple of concerns and questions.

   1) Does this mean we now have a wider canvas?
   Can we design safely for the new width I mean what chances are it
   might switch to the older width in the future?

   2) Selecting/checking profile view with select box + radio buttons
   seems very confusing.

   3) I agree with previous comments that description is needed in 
   the
   app directory. Name + thumbnail are not enough.

   4) Orkut in sandbox in IE is not rendering correctly for me on IE 
   8
   win 7 with pretty 

[orkut-developer] Re: Redesigned app pages on sandbox

2010-08-13 Thread Eduardo Rocha
No. You try what I've posted, so you can check that's the same
thing ;)

I posted that because I relied on that value to generate links
(guid=), but since it's broken, I have fixed the bug using
owner.getField('id').

On 13 ago, 19:30, Jackson jackson.costa.j...@gmail.com wrote:
 Eduardo Rocha,

 Try these:

       var Id_Owner = gadgets.util.getUrlParameters()[gadgetOwner];

       var Id_Viewer = gadgets.util.getUrlParameters()[gadgetViewer];

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: We need your inputs

2010-07-21 Thread Eduardo Rocha
anatoly, could you post a profile URL that isn't working?

On 21 jul, 12:48, Scrapur .com scra...@gmail.com wrote:
 App Review Process is Still Not up to the Mark, Apps are appearing in Latest
 app list but we Dont able to access all those Apps.

 This gadget has not yet cleared the review process

 Second Porn Apps are really a Big Threat for Developers as they are
 directing users to Wrong Path.

 Thx



 On Wed, Jul 21, 2010 at 8:40 PM, Prashant (Google) p...@google.com wrote:
  Thanks for your response Anatoly, we need to hear more people.

  By the way, there's another one that I was reminded of:

  5. Some people are reporting that their apps often show This app is
  still under review. That isn't exactly an orkut-related issue, but we
  have to get it out of the way soon, too.

  Prashant

  On Jul 21, 7:52 pm, anatoly anato...@gmail.com wrote:
   Regarding #2 seems to be fixed and working.

   Regarding #3 I can confirm that it is still not fixed.

   Works fine on sandbox, doesn't work on production (all browsers).
   Profile view fetching owner and owner appdata (with pipelining).

   On Jul 21, 5:41 pm, Prashant (Google) p...@google.com wrote:

Hi everyone,

We wanted to do a status check on the issues we're currently working
on, and the ones we believe that have been now fixed. We're trying to
consolidate our efforts in prioritising and fixing the ones that are
still open, and need your inputs to confirm how many of you are still
struggling with them. Please take some time to review the following
and post any comments you may have.

Currently, these are the top issues reported here that we're aware of,
along with their status:

1. The app review process: As Tiago wrote in the other thread, there
was an issue with app reviewer last week, which is fixed.

2. Activity updates: This was broken for most of last month, but
should now be working.

3. Data pipelining: Worked intermittently for a while, but as of now,
still not fixed.

4. 401/Authentication failed/timestamp_refused/Invalid input:
Cccurring randomly with both 2-legged and 3-legged calls: We have a
bug on this and need to fix this. (@Robson: I suppose you were
referring to the same issue in your other responses?)

Please also add anything that may be missing from this list to help us
help you better. Any progress that we make will be updated to the Bug
status report thread (
 http://groups.google.com/group/opensocial-orkut/
browse_thread/thread/9056200b5b35c569).

Thanks,
Prashant

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: We need your inputs

2010-07-21 Thread Eduardo Rocha
I think nobody insisted that is working 100%.

On 21 jul, 16:46, anatoly anato...@gmail.com wrote:
 Eduardo:
 for privacy reasons I prefer not to post urls publicly. I can PM all
 neccessary info to orkut team though.

 I see it on many apps.
 Certain big apps (like buddypoke) have still their profile
 functionality temporarily disabled and just use a link to the canvas
 with picture while they used to fetch owner/appdata when it used to
 work.

 Since it works in sandbox and the very same app doesn't work on
 production for the very same user
 and Prashant just confirmed that the issue is not fixed yet (see the
 1st post) I understand that this is an orkut issue and there is no
 point of insisting it's working. Maybe it's working for some apps
 but not working for others which make use of different features.

 On Jul 21, 8:32 pm, Eduardo Rocha eduardoroch...@gmail.com wrote:



  anatoly, could you post a profile URL that isn't working?

  On 21 jul, 12:48, Scrapur .com scra...@gmail.com wrote:

   App Review Process is Still Not up to the Mark, Apps are appearing in 
   Latest
   app list but we Dont able to access all those Apps.

   This gadget has not yet cleared the review process

   Second Porn Apps are really a Big Threat for Developers as they are
   directing users to Wrong Path.

   Thx

   On Wed, Jul 21, 2010 at 8:40 PM, Prashant (Google) p...@google.com 
   wrote:
Thanks for your response Anatoly, we need to hear more people.

By the way, there's another one that I was reminded of:

5. Some people are reporting that their apps often show This app is
still under review. That isn't exactly an orkut-related issue, but we
have to get it out of the way soon, too.

Prashant

On Jul 21, 7:52 pm, anatoly anato...@gmail.com wrote:
 Regarding #2 seems to be fixed and working.

 Regarding #3 I can confirm that it is still not fixed.

 Works fine on sandbox, doesn't work on production (all browsers).
 Profile view fetching owner and owner appdata (with pipelining).

 On Jul 21, 5:41 pm, Prashant (Google) p...@google.com wrote:

  Hi everyone,

  We wanted to do a status check on the issues we're currently working
  on, and the ones we believe that have been now fixed. We're trying 
  to
  consolidate our efforts in prioritising and fixing the ones that are
  still open, and need your inputs to confirm how many of you are 
  still
  struggling with them. Please take some time to review the following
  and post any comments you may have.

  Currently, these are the top issues reported here that we're aware 
  of,
  along with their status:

  1. The app review process: As Tiago wrote in the other thread, there
  was an issue with app reviewer last week, which is fixed.

  2. Activity updates: This was broken for most of last month, but
  should now be working.

  3. Data pipelining: Worked intermittently for a while, but as of 
  now,
  still not fixed.

  4. 401/Authentication failed/timestamp_refused/Invalid input:
  Cccurring randomly with both 2-legged and 3-legged calls: We have a
  bug on this and need to fix this. (@Robson: I suppose you were
  referring to the same issue in your other responses?)

  Please also add anything that may be missing from this list to help 
  us
  help you better. Any progress that we make will be updated to the 
  Bug
  status report thread (
   http://groups.google.com/group/opensocial-orkut/
  browse_thread/thread/9056200b5b35c569).

  Thanks,
  Prashant

--
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.-Hide quoted text -

  - Show quoted text -

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Bug status report

2010-07-20 Thread Eduardo Rocha
 
pipelining
requests?

-- Bruno

On 6 jul, 16:51, Tiago Silveira 
t...@google.com
wrote:

 Production and Sandbox are both updated at 
 100%
with the fix for
 app
 permissions.

 If you momentarily changed your app to not 
 save
preferences when
 it's
 loaded (why should your app be doing it 
 anyway?),
you can switch
 back
 now. Posting activities should work for 
 everyone,
please reply here
 if
 your app is still unable to send activities.

 ViewerRequest and OwnerRequest are 
 unfortunately
still broken.

 --Tiago

 On Jul 6, 3:14 pm, Eduardo Rocha 
eduardoroch...@gmail.com wrote:

  Tiago, thanks for the updates on these 
  issues,
they are really
  appreciated.

  On 6 jul, 14:00, Tiago Silveira 
t...@google.com wrote:

   Hello everyone,

   just to let you know that the set-prefs 
   fix
is being rolled out
 to all
   machines right now.

   We're also updating sandbox today.

   On Jul 6, 12:26 pm, Tiago Silveira 
t...@google.com wrote:

Hi Abhishek,

The service we use in sandbox (
gmodules.com) had to be
 rolled back due
to other bugs unrelated to orkut. I'm in
contact with them
 and it's
being fixed.

On other news, we have a fix for 
set-prefs
ready to push to
production. I'll let you know when it's
rolled out.

We're also working on long term 
stability
improvements. Stay
 tuned.

On Jul 5, 11:51 am, Abhishek 
abhishekdh...@gmail.com
 wrote:

 Hi Tiago,

            I feel too sorry to say 
 that
data pipelining is
 still not
 working.
 Here is what I tried:

 ?xml version=1.0 encoding=UTF-8?
 Module
   ModulePrefs title=Viwer 
 Information

   Require feature=opensocial-0.8/

   Require feature=opensocial-data/
   Require
feature=opensocial-templates
     Param
name=process-on-servertrue/Param

   /Require
   /ModulePrefs
   Content type=html
     ![CDATA[
       script type=text/os-data
xmlns:os=
http://ns.opensocial.org/
 2008/markup

         os:OwnerRequest key=owner
fields=name/
       /script

       script type=text/os-template
require=owner
 xmlns:os=http://

 ...

 mais »

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Bug status report

2010-07-06 Thread Eduardo Rocha
Tiago, thanks for the updates on these issues, they are really
appreciated.

On 6 jul, 14:00, Tiago Silveira t...@google.com wrote:
 Hello everyone,

 just to let you know that the set-prefs fix is being rolled out to all
 machines right now.

 We're also updating sandbox today.

 On Jul 6, 12:26 pm, Tiago Silveira t...@google.com wrote:



  Hi Abhishek,

  The service we use in sandbox (gmodules.com) had to be rolled back due
  to other bugs unrelated to orkut. I'm in contact with them and it's
  being fixed.

  On other news, we have a fix for set-prefs ready to push to
  production. I'll let you know when it's rolled out.

  We're also working on long term stability improvements. Stay tuned.

  On Jul 5, 11:51 am, Abhishek abhishekdh...@gmail.com wrote:

   Hi Tiago,

              I feel too sorry to say that data pipelining is still not
   working.
   Here is what I tried:

   ?xml version=1.0 encoding=UTF-8?
   Module
     ModulePrefs title=Viwer Information

     Require feature=opensocial-0.8/

     Require feature=opensocial-data/
     Require feature=opensocial-templates
       Param name=process-on-servertrue/Param

     /Require
     /ModulePrefs
     Content type=html
       ![CDATA[
         script type=text/os-data xmlns:os=http://ns.opensocial.org/
   2008/markup

           os:OwnerRequest key=owner fields=name/
         /script

         script type=text/os-template require=owner xmlns:os=http://
   ns.opensocial.org/2008/markup xmlns:osx= http://ns.opensocial.org/
   2009/extensions

           This app belongs to ${owner.name.familyName}
         /script
       ]]
     /Content
   /Module

   Regards,
   Abhi

   On Jul 2, 6:48 pm, Tiago Silveira t...@google.com wrote:

At last a light in the end of the tunnel.

1. We found the cause of the issue reading preferences that prevents
an app from posting activities: we're overriding user settings when we
show the app for the first time.

Cause: set-prefs has a bug
Temporary workaround: do not call set-prefs when your gadget is shown
for the first time.
Long-term solution: we'll fix it on our side and let you know so you
can revert back to calling set-prefs when the gadget is loaded.

2. Our cross-team effort worked and you should see data pipelined
requests (os:ViewerRequest and os:OwnerRequest) working on
sandbox.orkut.com. Please test it and reply to this thread if
something doesn't work for you.

We'll keep you informed of our progress.

Sincerely,
Tiago Silveira

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: New BUG appears

2010-07-01 Thread Eduardo Rocha
Sachin, thanks for the detailed feedback.

On 1 jul, 09:24, anatoly anato...@gmail.com wrote:
 Sachin, thanks for the update :)

 On Jul 1, 3:09 pm, Sachin Shenoy therealsac...@gmail.com wrote:



  Hi Anatoly/All,

  Thanks for your patience and sorry for all the mess ups.

  As you are reading this mail, fixes for problem (1) and (2) are being pushed
  into production. The fixes should be fully deployed in next couple of hours.

  We really do wish we had solved the activity bug earlier but things are
  rarely straight forward. But we promise to make every effort to fix any open
  issues and will make better effort to communicate right timelines.

  I know issue (3) is still open and being worked on. Let me get back and give
  a timeline on that.

  Thanks,
  Sachin

  On Thu, Jul 1, 2010 at 4:47 PM, anatoly anato...@gmail.com wrote:
   In addition there is some issue with owner data on user profile.
   It stopped working a while ago.

   I think it was already reported on the forum but would like to know
   the status of this bug as well.

   So to summarize we now have the following ongoing major issues:
   1) bad servers - users unable to use/add apps
   2) activities - don't work
   3) owner data on profiles - unable to fetch

   thanks

   On Jul 1, 12:04 pm, anatoly anato...@gmail.com wrote:
Ohhh, 20% of servers is too much and 48 hours is too long.
And activities are still down. What's up?

O_o

On Jul 1, 10:52 am, Sachin Shenoy therealsac...@gmail.com wrote:

 Hi,

 We have found an issue where intermittently few server (around 20%)
   will
 have bad data. Anyone getting served from these servers will see this
   bug.
 We have a fix that will get to production within 48 hours. Sorry for
   the
 trouble, will keep you posted on the fix.

 Thanks,
 Sachin

 On Thu, Jul 1, 2010 at 12:58 PM, Prashant Patil 

 prashantpandurangpa...@gmail.com wrote:
  Seems to be its same for my app too! i cant add my application :-(

  On Jul 1, 7:39 am, anatoly anato...@gmail.com wrote:
   now reappeared for me
   I see apps and can access them now

   On Jul 1, 5:00 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

all apps disapeared for one profile, other two profiles are ok

On 30 jun, 22:50, Sachin Shenoy therealsac...@gmail.com wrote:

 Hi,

 Are you still seeing this issue. We are not able to reproduce
   this,
  we
 believe this affected a subset of our servers and are trying 
 to
  isolate
 those servers.

 If you could answer these question it will be great,

 1. Anyone able to still see the issue?
 2. Does all the apps in profile disappear or only subset?

 Thanks,
 Sachin

 On Thu, Jul 1, 2010 at 6:48 AM, anatoly anato...@gmail.com
   wrote:
  I see something asimilar on IE.
  All apps were removed from the profile and I'm not able to
   add any
  additional app from the directory.

  what's happening?

  On Jul 1, 2:43 am, Jackson jackson.costa.j...@gmail.com
   wrote:
   New BUG appears:

   If someone try to add any app on app directory by firefox,
   does
  not
   works, is showing a message like:

   This gadget cannot be dispalyed because of users age or
   safety
   settings

   All apps are being removed from users profile, i have 20
   app
  added in
   my profile, by now all app disappeared from my profile and
   user
   profile.

   What is happening?

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
   �...@googlegroups.com
   opensocial-orkut%2bunsubscrib­...@googlegroups.com
   opensocial-orkut%2Bunsubscrib
  e...@googlegroups.com
  .
  For more options, visit this group at

  http://groups.google.com/group/opensocial-orkut?hl=en.-Hidequoted
  text -

- Show quoted text -

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
   �...@googlegroups.com
   opensocial-orkut%2bunsubscrib­...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.-Hidequoted
   text -

 - Show quoted text -- Hide quoted text -

- Show quoted text -

   --
   You received this message

[orkut-developer] Re: Update Bug - Urgent

2010-06-30 Thread Eduardo Rocha
Prashant and Orkut opensocial team,

If you could not keep your deadline, you need to come here and give
another.

It's just the professional way to deal with developers of the platform
you work with.

I find amazing that you come here and post about superstars bla bla
bla and let the majority of developers eagerly waiting for feedback
about issues that surprisingly could not be solved in a 2 weeks time
frame.

I can't see how developers can bear with you while you act like
this.

On 30 jun, 13:11, Samuel Vignoli samuel.vign...@gmail.com wrote:
 SHAME ON YOU, GOOGLE! SHAME ON YOU!

 On 30 jun, 12:45, c0da c0da.hi...@gmail.com wrote:



  Please, anything about?

  On 30 jun, 09:09, Prashant Patil prashantpandurangpa...@gmail.com
  wrote:

   I think you have to go through all TOS. There must have one clause! for
   downtime and all. Every developer want update back AEAP including me! But
   for same we are not stopping!

   Anyway  you posted -ve comment so i replied to your post! Have a nice 
   time!

   On Wed, Jun 30, 2010 at 5:29 PM, Dig Ji myp...@gmail.com wrote:
I am Not Taking about Yrs App Rank or Orkut Opportunity . i am Saying 
How
Orkut can Take 8-9 Dayz To Solve these problem .Every Network Face 
Technical
issue But they dont Continue with that for 8-9 Days ..

Second if they said that they will resolve this problem on 29th June  
then
they have to keep there Words.

Anywayz i Hve no moe time to waste here.

On Wed, Jun 30, 2010 at 4:23 AM, Prashant Patil 
prashantpandurangpa...@gmail.com wrote:

Hi,  Dig Ji

These all are technical issues and not human made! So if something 
gonna
be good then wait. As orkut provided this opportunity for developers! 
My app
ranking 7-8th in directory still i am waiting for same!

And about phishing pages n all orkut team is always working on that!

On Wed, Jun 30, 2010 at 4:37 PM, Dig Ji myp...@gmail.com wrote:

Prashant i am Confused why Orkut takes such a step . They Dont take 
step
against phishing attackers , They are so much active in orkut . they
 Redirect users to Orkut sex page were users enter there a/c info and 
after
sometime there a/c get hacked  .

You keep on Testing  new things but dont take care of users security ,
From now i will not develop any new app for orkut ..becoz if a 
company like
google dont value there users and developer then i think we are fools 
if we
waste time here.

bYE

On Wed, Jun 30, 2010 at 2:39 AM, c0da c0da.hi...@gmail.com wrote:

Hi, we can't be happy so long without the Activities, also by the
deadline to fix has been out, but I'm waiting. Thanks

On 30 jun, 05:52, p...@google.com wrote:
 Hi,

 Yes, fixed, but we're taking it through one final round of testing 
 and
 approval. Please stay tuned, we'll announce it here.

 Prashant

--
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.

 --
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.

--
Regards
Prashant P Patil aka Orkuteer
   http://goo.gl/S8Qq|http://goo.gl/Kr4G

--
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.

 --
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.

   --
   Regards
   Prashant P Patil aka Orkuteerhttp://goo.gl/S8Qq|http://goo.gl/Kr4G

-- 
You received this 

[orkut-developer] Re: Update Bug - Urgent

2010-06-30 Thread Eduardo Rocha
Rahul, thanks for the feedback.

On 30 jun, 20:39, Jackson jackson.costa.j...@gmail.com wrote:
 New BUG appears:

 If someone try to add any app on app directory by firefox, does not
 works, is showing a message like:

 This gadget cannot be dispalyed because of users age or safety
 settings

 All apps are being removed from users profile, i have 20 app added in
 my profile, by now all app disappeared from my profile and user
 profile.

 What is happening?

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: New BUG appears

2010-06-30 Thread Eduardo Rocha
all apps disapeared for one profile, other two profiles are ok

On 30 jun, 22:50, Sachin Shenoy therealsac...@gmail.com wrote:
 Hi,

 Are you still seeing this issue. We are not able to reproduce this, we
 believe this affected a subset of our servers and are trying to isolate
 those servers.

 If you could answer these question it will be great,

 1. Anyone able to still see the issue?
 2. Does all the apps in profile disappear or only subset?

 Thanks,
 Sachin



 On Thu, Jul 1, 2010 at 6:48 AM, anatoly anato...@gmail.com wrote:
  I see something asimilar on IE.
  All apps were removed from the profile and I'm not able to add any
  additional app from the directory.

  what's happening?

  On Jul 1, 2:43 am, Jackson jackson.costa.j...@gmail.com wrote:
   New BUG appears:

   If someone try to add any app on app directory by firefox, does not
   works, is showing a message like:

   This gadget cannot be dispalyed because of users age or safety
   settings

   All apps are being removed from users profile, i have 20 app added in
   my profile, by now all app disappeared from my profile and user
   profile.

   What is happening?

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-05-26 Thread Eduardo Rocha
The stats were updated.

Thanks for that.

On 24 maio, 14:29, Prashant (Google) p...@google.com wrote:
 Hey Eduardo,

 Stats updates has been broken for a while and we're currently fixing
 it. I'll update this thread when that's done.

 ~Prashant

 On May 24, 10:22 am, Eduardo Rocha eduardoroch...@gmail.com wrote:





  Prashant, Sachin: could you update us on this issue?

  Thank you.

  On 18 maio, 03:04, anatoly anato...@gmail.com wrote:

   Also:

   when I try to browse the sandbox version of the 
   directoryhttp://sandbox.orkut.com/Main#AppDirectory

   I get the following exception:

   Erro de servidor. Você não pode fazer isso.

   Infelizmente, o servidor do orkut.com se comportou de forma
   inesperada. Esperamos que ele volte ao seu estado normal quando você
   tentar novamente em alguns minutos.

   thnx

   On May 18, 9:01 am, anatoly anato...@gmail.com wrote:

Regarding the directory - the rating and ordering is broken in certain
places as far as I can see it.
I have orkut in portuguese and for rxample I see the following app:

   http://www.orkut.com/Main#AppInfo?appId=633131819257

is rated on page 10 in the application directory while it has close to
1 million weekly unique users from Brazil (means it belongs to page
1).
the same is about some other applications.

Also: as was mentioned above -statshave not been updated for a long
time now.

On May 18, 6:28 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

 Please update applicationstats, the last update it was about 10 days
 ago.

 The directory still shows the 25th ranked application twice, either in
 25th and 26th spots.

 By the way, the HTML issue has been fixed and it's possible to use
 them again.

 Thank you.

 On 24 mar, 05:48, Prashant (Google) p...@google.com wrote:

  Hi Eduardo,

  - Thanks for informing us about thestatsoutage. We'll try our best
  to inform you of any outages that we discover ourselves, but we also
  heavily rely on reports from developers like you to let us know what
  is broken. Thanks for your feedback and I will encourage you to keep
  it coming!

  - I've intimated the product team about your issue with HTML
  formatting in the body. Will update you when I hear back from them.
  But yes, please don't expect a quick fix there.

  - I think the idea is for all users to transition fully onto the new
  UI.

  Cheers,
  Prashant.

  On Mar 24, 1:36 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

   The image:http://bit.ly/aWtMbd

   On 23 mar, 17:33, Eduardo Rocha eduardoroch...@gmail.com wrote:

Prashant, thanks for the feedback.

- Just to let you know, thestatswere stalled between days 11 
and 20
this month.

- Orkut always supported html formatting in sendMessage, this 
has been
broken around days 5 and 8 this month. br, img, p, a, 
all were
accepted. For example, a message received on March 3rd:

I would like to know if this is something we can expect to have 
it
back or we have to face that will be no longer available.

- It's a big shame that this feature will still be broken on 
the old
UI, but thanks for letting us know.

On 23 mar, 10:28, Prashant (Google) p...@google.com wrote:

 Hi Eduardo,

 Sorry for jumping in late on this.

 - Glad that you got yourstatsupdated. I've found out that it 
 was
 broken for a day or two, but I'm not sure if it was affected 
 for a
 very long time.

 - Are you sure you could format your messages using br 
 earlier?
 AFAIK, html formatting isn't possible with orkut messages, 
 although it
 does show up with all the formatting in the email 
 notifications, if
 your email client supports html. :)

 - The order of appearance of the apps and most of the 
 UI-actions
 related to displaying apps on the profile view have been made 
 to work
 with the new UI, and their perfect functionality on the older 
 one is
 no more guaranteed.

 Hope that helped some!
 Prashant.

 On Mar 23, 5:48 am, Eduardo Rocha eduardoroch...@gmail.com 
 wrote:

  * About the tags and app box on profile, sincestatswere 
  updated
  recently.

  On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com 
  wrote:

   It's regrettable not having feedback on this, the same 
   old poor
   developer support still seems to be on...

   On 19 mar, 10:21, André Salviano andre_...@globo.com 
   wrote:

That's true.

I was thinking about it just now. What is happening?

2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

[orkut-developer] Re: The orkut client library is out!

2010-05-26 Thread Eduardo Rocha
1. I noticed that the Java API is basically a RPC wrapper, am I
correct?
2. Do you plan to publish a RPC guide for 3-legged auth?
3. Aside from the 3-legged auth, how different the RPC protocol is
from the one published in the links below?

http://opensocial-resources.googlecode.com/svn/spec/1.0/Core-API-Server.xml
http://opensocial-resources.googlecode.com/svn/spec/1.0/Social-API-Server.xml

Thank you.

On 26 maio, 04:54, Gautam - The One gautam.2...@gmail.com wrote:
 Great!

 On May 26, 2:35 am, Prashant (Google) p...@google.com wrote:



  Hello everyone,

  At long last, we announced the client library we've all been waiting
  for:http://bit.ly/orkutlib.

  The blog post should be a good introduction to its capabilities. We
  expect it'll open up new possibilities for all developers wanting to
  extend orkut beyond its web interface. Let us know how you like it!

  Cheers,
  Prashant

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-05-24 Thread Eduardo Rocha
Prashant, Sachin: could you update us on this issue?

Thank you.

On 18 maio, 03:04, anatoly anato...@gmail.com wrote:
 Also:

 when I try to browse the sandbox version of the 
 directoryhttp://sandbox.orkut.com/Main#AppDirectory

 I get the following exception:

 Erro de servidor. Você não pode fazer isso.

 Infelizmente, o servidor do orkut.com se comportou de forma
 inesperada. Esperamos que ele volte ao seu estado normal quando você
 tentar novamente em alguns minutos.

 thnx

 On May 18, 9:01 am, anatoly anato...@gmail.com wrote:





  Regarding the directory - the rating and ordering is broken in certain
  places as far as I can see it.
  I have orkut in portuguese and for rxample I see the following app:

 http://www.orkut.com/Main#AppInfo?appId=633131819257

  is rated on page 10 in the application directory while it has close to
  1 million weekly unique users from Brazil (means it belongs to page
  1).
  the same is about some other applications.

  Also: as was mentioned above - stats have not been updated for a long
  time now.

  On May 18, 6:28 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

   Please update application stats, the last update it was about 10 days
   ago.

   The directory still shows the 25th ranked application twice, either in
   25th and 26th spots.

   By the way, the HTML issue has been fixed and it's possible to use
   them again.

   Thank you.

   On 24 mar, 05:48, Prashant (Google) p...@google.com wrote:

Hi Eduardo,

- Thanks for informing us about the stats outage. We'll try our best
to inform you of any outages that we discover ourselves, but we also
heavily rely on reports from developers like you to let us know what
is broken. Thanks for your feedback and I will encourage you to keep
it coming!

- I've intimated the product team about your issue with HTML
formatting in the body. Will update you when I hear back from them.
But yes, please don't expect a quick fix there.

- I think the idea is for all users to transition fully onto the new
UI.

Cheers,
Prashant.

On Mar 24, 1:36 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

 The image:http://bit.ly/aWtMbd

 On 23 mar, 17:33, Eduardo Rocha eduardoroch...@gmail.com wrote:

  Prashant, thanks for the feedback.

  - Just to let you know, the stats were stalled between days 11 and 
  20
  this month.

  - Orkut always supported html formatting in sendMessage, this has 
  been
  broken around days 5 and 8 this month. br, img, p, a, all 
  were
  accepted. For example, a message received on March 3rd:

  I would like to know if this is something we can expect to have it
  back or we have to face that will be no longer available.

  - It's a big shame that this feature will still be broken on the old
  UI, but thanks for letting us know.

  On 23 mar, 10:28, Prashant (Google) p...@google.com wrote:

   Hi Eduardo,

   Sorry for jumping in late on this.

   - Glad that you got your stats updated. I've found out that it was
   broken for a day or two, but I'm not sure if it was affected for a
   very long time.

   - Are you sure you could format your messages using br earlier?
   AFAIK, html formatting isn't possible with orkut messages, 
   although it
   does show up with all the formatting in the email notifications, 
   if
   your email client supports html. :)

   - The order of appearance of the apps and most of the UI-actions
   related to displaying apps on the profile view have been made to 
   work
   with the new UI, and their perfect functionality on the older one 
   is
   no more guaranteed.

   Hope that helped some!
   Prashant.

   On Mar 23, 5:48 am, Eduardo Rocha eduardoroch...@gmail.com 
   wrote:

* About the tags and app box on profile, since stats were 
updated
recently.

On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com 
wrote:

 It's regrettable not having feedback on this, the same old 
 poor
 developer support still seems to be on...

 On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:

  That's true.

  I was thinking about it just now. What is happening?

  2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

   Stats number aren't updated for a long time. Although the 
   ranking
   changes everyday, it's annoying not to have the numbers 
   updated.

   Also:

   - br/ tags are being stripped from sendMessage bodies. 
   Although it's
   possible to find alternatives to br/, it's simply 
   terrible having to
   fix this in many applications.
   - In the old Orkut, it's not possible to put app box above
   testimonials and recent photos.

   Thank you

[orkut-developer] Re: Stats number and others

2010-05-17 Thread Eduardo Rocha
Please update application stats, the last update it was about 10 days
ago.

The directory still shows the 25th ranked application twice, either in
25th and 26th spots.

By the way, the HTML issue has been fixed and it's possible to use
them again.

Thank you.

On 24 mar, 05:48, Prashant (Google) p...@google.com wrote:
 Hi Eduardo,

 - Thanks for informing us about the stats outage. We'll try our best
 to inform you of any outages that we discover ourselves, but we also
 heavily rely on reports from developers like you to let us know what
 is broken. Thanks for your feedback and I will encourage you to keep
 it coming!

 - I've intimated the product team about your issue with HTML
 formatting in the body. Will update you when I hear back from them.
 But yes, please don't expect a quick fix there.

 - I think the idea is for all users to transition fully onto the new
 UI.

 Cheers,
 Prashant.

 On Mar 24, 1:36 am, Eduardo Rocha eduardoroch...@gmail.com wrote:



  The image:http://bit.ly/aWtMbd

  On 23 mar, 17:33, Eduardo Rocha eduardoroch...@gmail.com wrote:

   Prashant, thanks for the feedback.

   - Just to let you know, the stats were stalled between days 11 and 20
   this month.

   - Orkut always supported html formatting in sendMessage, this has been
   broken around days 5 and 8 this month. br, img, p, a, all were
   accepted. For example, a message received on March 3rd:

   I would like to know if this is something we can expect to have it
   back or we have to face that will be no longer available.

   - It's a big shame that this feature will still be broken on the old
   UI, but thanks for letting us know.

   On 23 mar, 10:28, Prashant (Google) p...@google.com wrote:

Hi Eduardo,

Sorry for jumping in late on this.

- Glad that you got your stats updated. I've found out that it was
broken for a day or two, but I'm not sure if it was affected for a
very long time.

- Are you sure you could format your messages using br earlier?
AFAIK, html formatting isn't possible with orkut messages, although it
does show up with all the formatting in the email notifications, if
your email client supports html. :)

- The order of appearance of the apps and most of the UI-actions
related to displaying apps on the profile view have been made to work
with the new UI, and their perfect functionality on the older one is
no more guaranteed.

Hope that helped some!
Prashant.

On Mar 23, 5:48 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

 * About the tags and app box on profile, since stats were updated
 recently.

 On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com wrote:

  It's regrettable not having feedback on this, the same old poor
  developer support still seems to be on...

  On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:

   That's true.

   I was thinking about it just now. What is happening?

   2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

Stats number aren't updated for a long time. Although the 
ranking
changes everyday, it's annoying not to have the numbers updated.

Also:

- br/ tags are being stripped from sendMessage bodies. 
Although it's
possible to find alternatives to br/, it's simply terrible 
having to
fix this in many applications.
- In the old Orkut, it's not possible to put app box above
testimonials and recent photos.

Thank you.

--
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-or...@googlegroups.com.
To unsubscribe from this group, send email to
opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
.
For more options, visit this group at
   http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Issues with App Approvals

2010-04-26 Thread Eduardo Rocha
Please give us an update, because it's Monday night already.

Thank you.

On 23 abr, 09:45, Prashant (Google) p...@google.com wrote:
 Hello everyone,

 I confirm that we're indeed facing some unexpected issues with app
 approvals, as reported by many on this forum. We're yet to figure out
 the root cause, but in the meantime, we've had to disable all app
 approvals until Monday, unless I post back otherwise. Thanks for being
 patient!

 ~Prashant.

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to 
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: What kind of request needs to be signed?

2010-04-20 Thread Eduardo Rocha
The intent of signed requests is just to confirm the request comes
from orkut.com and comes from your own application. Otherwise, someone
could develop a script making calls to your server in order to change
some data. However, this not prevent one to build a browser script and
flood your server from within the application.

Signed requests can be easily spoofed. If you use makeRequest with
postParams, these params will be in plain text in the request. The
only case they can't be spoofed is if you use https.

On 20 abr, 13:34, Robson Dantas biu.dan...@gmail.com wrote:
 Danilo,

 You need to use signed request, when your information is supposed to be
 private and secured from request spoofing.

 A typical example could be some data being persisted in a database, where
 you need to get opensocial owner id, for example. Basically, a signed
 request will allow you to protect some information between your server and
 the container.

 To have a more detailed tutorial, follow 
 this:http://wiki.opensocial.org/index.php?title=Introduction_To_Signed_Req...

 And of course, let me know if you have any doubt.

 Kind regards,

 Robson Dantas

 http://wiki.opensocial.org/index.php?title=Introduction_To_Signed_Req...

 2010/4/19 Danilo Souza souza.dan...@gmail.com





  Im building a flash app that talks to a server. I have been told to
  use signed requests to get my data.

  Do I also need to use signed requests to get images, SWFs, css files
  etc.?

  I will be calling those files from flash.

  Thank you.

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to 
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Using external links in profile view

2010-04-08 Thread Eduardo Rocha
With the current specs, there is nothing you can do. It seems this is
like that by design.

On 7 abr, 23:56, Cassio Melo cassio.u...@gmail.com wrote:
 please.. any suggestion?

 On Apr 5, 11:55 am, Cassio Melo cassio.u...@gmail.com wrote:



  Hi there,

  I'm using an anchor in the profile view of my app, which would
  redirect to a _blank target, however it's not working. I looked for
  similar problems in this list but I couldn't find any workaround.
  Could anyone help me?

  Cassio
  --

  A post by Subbu explains better:
  
  I am currently using templates in the orkut profile and placing '
  target=_blank ' in the anchor links so that the link from the
  profile opens up the canvas-page-specific-to-the-action in a new
  window. But the templates are stripping off the target attribute from
  the anchor links thereby resulting in opening of the canvas in the
  same profile iframe. Also the osx:NavigateToApp tag doesn't take in
  any url parameter to open up a specific canvas page.

  Can anyone help me out on how to open a page in a new window from
  profile?

  Here is a code piece that i m using:

  
  a target=_blank class=link href=$
  {profileData.content.siteLink}
         Build your own bookshelf #187;
  /a
  

  Regards,
  Subbu

  

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Directory issues

2010-04-05 Thread Eduardo Rocha
OK, so I probably had nothing more to do and just wrote some absurd
inexistent issue on the forum...

On 5 abr, 17:13, anatoly anato...@gmail.com wrote:
 I see all 3 always in top 10 in orkut in portuguese for quiet some
 time (at least several weeks).

 On Apr 5, 7:25 pm, Prashant (Google) p...@google.com wrote:



  Hi Eduardo,

  That's surprising! I've made the right people aware of it and we'll
  look into it.

  Thanks,
  Prashant.

  On Apr 2, 12:34 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

   1. Theses 3 applications seems to be problematic on directory. They
   often fall a lot of places compared to what they used to be
   (Portuguese ranking):

   - Colheita Feliz -http://www.orkut.com.br/Main#AppInfo?appId=999787414856
   It's #1, but often it is on #6 (by far the higher weekly users number)

   - Segredos do Mar -http://www.orkut.com.br/Main#AppInfo?appId=53467111651
   It's among the 5 or 6 first applications, but it's #50 now (huge
   weekly users number)

   - Vou não, vou -http://www.orkut.com.br/Main#AppInfo?appId=389827095600
   It's among the 10 first applications, but it's around #80 now (huge
   weekly users number)

   I don't own any of them, but it's a bit annoying to see that behavior.

   2. This is a long time bug: the #25 app (last application from 1st
   page) and the #26 (first application from 2nd page) are always the
   same!

   Regards.- Hide quoted text -

  - Show quoted text -

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Directory issues

2010-04-05 Thread Eduardo Rocha
:)

On 5 abr, 20:58, anatoly anato...@gmail.com wrote:
 haha - I didn't mean that :)

 It can mean for example that some of orkut servers are not in sync and
 we connect to different servers.
 I understand you are from Brazil, correct? But I'm not while I'm using
 orkut in portuguese.

 On Apr 6, 2:37 am, Eduardo Rocha eduardoroch...@gmail.com wrote:



  OK, so I probably had nothing more to do and just wrote some absurd
  inexistent issue on the forum...

  On 5 abr, 17:13, anatoly anato...@gmail.com wrote:

   I see all 3 always in top 10 in orkut in portuguese for quiet some
   time (at least several weeks).

   On Apr 5, 7:25 pm, Prashant (Google) p...@google.com wrote:

Hi Eduardo,

That's surprising! I've made the right people aware of it and we'll
look into it.

Thanks,
Prashant.

On Apr 2, 12:34 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

 1. Theses 3 applications seems to be problematic on directory. They
 often fall a lot of places compared to what they used to be
 (Portuguese ranking):

 - Colheita Feliz 
 -http://www.orkut.com.br/Main#AppInfo?appId=999787414856
 It's #1, but often it is on #6 (by far the higher weekly users number)

 - Segredos do Mar 
 -http://www.orkut.com.br/Main#AppInfo?appId=53467111651
 It's among the 5 or 6 first applications, but it's #50 now (huge
 weekly users number)

 - Vou não, vou 
 -http://www.orkut.com.br/Main#AppInfo?appId=389827095600
 It's among the 10 first applications, but it's around #80 now (huge
 weekly users number)

 I don't own any of them, but it's a bit annoying to see that behavior.

 2. This is a long time bug: the #25 app (last application from 1st
 page) and the #26 (first application from 2nd page) are always the
 same!

 Regards.- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Directory issues

2010-04-01 Thread Eduardo Rocha
1. Theses 3 applications seems to be problematic on directory. They
often fall a lot of places compared to what they used to be
(Portuguese ranking):

- Colheita Feliz - http://www.orkut.com.br/Main#AppInfo?appId=999787414856
It's #1, but often it is on #6 (by far the higher weekly users number)

- Segredos do Mar - http://www.orkut.com.br/Main#AppInfo?appId=53467111651
It's among the 5 or 6 first applications, but it's #50 now (huge
weekly users number)

- Vou não, vou - http://www.orkut.com.br/Main#AppInfo?appId=389827095600
It's among the 10 first applications, but it's around #80 now (huge
weekly users number)

I don't own any of them, but it's a bit annoying to see that behavior.

2. This is a long time bug: the #25 app (last application from 1st
page) and the #26 (first application from 2nd page) are always the
same!

Regards.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-23 Thread Eduardo Rocha
Prashant, thanks for the feedback.

- Just to let you know, the stats were stalled between days 11 and 20
this month.

- Orkut always supported html formatting in sendMessage, this has been
broken around days 5 and 8 this month. br, img, p, a, all were
accepted. For example, a message received on March 3rd:

I would like to know if this is something we can expect to have it
back or we have to face that will be no longer available.

- It's a big shame that this feature will still be broken on the old
UI, but thanks for letting us know.


On 23 mar, 10:28, Prashant (Google) p...@google.com wrote:
 Hi Eduardo,

 Sorry for jumping in late on this.

 - Glad that you got your stats updated. I've found out that it was
 broken for a day or two, but I'm not sure if it was affected for a
 very long time.

 - Are you sure you could format your messages using br earlier?
 AFAIK, html formatting isn't possible with orkut messages, although it
 does show up with all the formatting in the email notifications, if
 your email client supports html. :)

 - The order of appearance of the apps and most of the UI-actions
 related to displaying apps on the profile view have been made to work
 with the new UI, and their perfect functionality on the older one is
 no more guaranteed.

 Hope that helped some!
 Prashant.

 On Mar 23, 5:48 am, Eduardo Rocha eduardoroch...@gmail.com wrote:



  * About the tags and app box on profile, since stats were updated
  recently.

  On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com wrote:

   It's regrettable not having feedback on this, the same old poor
   developer support still seems to be on...

   On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:

That's true.

I was thinking about it just now. What is happening?

2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

 Stats number aren't updated for a long time. Although the ranking
 changes everyday, it's annoying not to have the numbers updated.

 Also:

 - br/ tags are being stripped from sendMessage bodies. Although it's
 possible to find alternatives to br/, it's simply terrible having to
 fix this in many applications.
 - In the old Orkut, it's not possible to put app box above
 testimonials and recent photos.

 Thank you.

 --
 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
  e...@googlegroups.com
 .
 For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-23 Thread Eduardo Rocha
The image: http://bit.ly/aWtMbd

On 23 mar, 17:33, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Prashant, thanks for the feedback.

 - Just to let you know, the stats were stalled between days 11 and 20
 this month.

 - Orkut always supported html formatting in sendMessage, this has been
 broken around days 5 and 8 this month. br, img, p, a, all were
 accepted. For example, a message received on March 3rd:

 I would like to know if this is something we can expect to have it
 back or we have to face that will be no longer available.

 - It's a big shame that this feature will still be broken on the old
 UI, but thanks for letting us know.

 On 23 mar, 10:28, Prashant (Google) p...@google.com wrote:



  Hi Eduardo,

  Sorry for jumping in late on this.

  - Glad that you got your stats updated. I've found out that it was
  broken for a day or two, but I'm not sure if it was affected for a
  very long time.

  - Are you sure you could format your messages using br earlier?
  AFAIK, html formatting isn't possible with orkut messages, although it
  does show up with all the formatting in the email notifications, if
  your email client supports html. :)

  - The order of appearance of the apps and most of the UI-actions
  related to displaying apps on the profile view have been made to work
  with the new UI, and their perfect functionality on the older one is
  no more guaranteed.

  Hope that helped some!
  Prashant.

  On Mar 23, 5:48 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

   * About the tags and app box on profile, since stats were updated
   recently.

   On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com wrote:

It's regrettable not having feedback on this, the same old poor
developer support still seems to be on...

On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:

 That's true.

 I was thinking about it just now. What is happening?

 2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

  Stats number aren't updated for a long time. Although the ranking
  changes everyday, it's annoying not to have the numbers updated.

  Also:

  - br/ tags are being stripped from sendMessage bodies. Although 
  it's
  possible to find alternatives to br/, it's simply terrible having 
  to
  fix this in many applications.
  - In the old Orkut, it's not possible to put app box above
  testimonials and recent photos.

  Thank you.

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
   e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-22 Thread Eduardo Rocha
It's regrettable not having feedback on this, the same old poor
developer support still seems to be on...

On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:
 That's true.

 I was thinking about it just now. What is happening?

 2010/3/18 Eduardo Rocha eduardoroch...@gmail.com



  Stats number aren't updated for a long time. Although the ranking
  changes everyday, it's annoying not to have the numbers updated.

  Also:

  - br/ tags are being stripped from sendMessage bodies. Although it's
  possible to find alternatives to br/, it's simply terrible having to
  fix this in many applications.
  - In the old Orkut, it's not possible to put app box above
  testimonials and recent photos.

  Thank you.

  --
  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-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Stats number and others

2010-03-22 Thread Eduardo Rocha
* About the tags and app box on profile, since stats were updated
recently.

On 22 mar, 21:47, Eduardo Rocha eduardoroch...@gmail.com wrote:
 It's regrettable not having feedback on this, the same old poor
 developer support still seems to be on...

 On 19 mar, 10:21, André Salviano andre_...@globo.com wrote:



  That's true.

  I was thinking about it just now. What is happening?

  2010/3/18 Eduardo Rocha eduardoroch...@gmail.com

   Stats number aren't updated for a long time. Although the ranking
   changes everyday, it's annoying not to have the numbers updated.

   Also:

   - br/ tags are being stripped from sendMessage bodies. Although it's
   possible to find alternatives to br/, it's simply terrible having to
   fix this in many applications.
   - In the old Orkut, it's not possible to put app box above
   testimonials and recent photos.

   Thank you.

   --
   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-or...@googlegroups.com.
   To unsubscribe from this group, send email to
   opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: How time my app aprovedd to orkut.com

2010-03-20 Thread Eduardo Rocha
It's not enough to put on sandbox, you need to add in this link:

http://www.orkut.com.br/Main#AppDirectorySubmit

It takes only a couple of minutes to be approved and, after that,
around 1 or 2 hours to go live on production.

On 19 mar, 10:30, Renan renanzinh...@gmail.com wrote:
 hi i need know how time orkut approve my app because  i put on sandbox
 and ok and waiting 1 month and not notification about google to my app
 on orkut.com.br nor sandbox.orkut.com

 tks cya

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Stats number and others

2010-03-19 Thread Eduardo Rocha
Stats number aren't updated for a long time. Although the ranking
changes everyday, it's annoying not to have the numbers updated.

Also:

- br/ tags are being stripped from sendMessage bodies. Although it's
possible to find alternatives to br/, it's simply terrible having to
fix this in many applications.
- In the old Orkut, it's not possible to put app box above
testimonials and recent photos.

Thank you.

-- 
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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



[orkut-developer] Re: Orkut developers - your os-template rendering working?

2009-11-24 Thread Eduardo Rocha
Jitesh, I think most developers use templating only in profile, where
is mandatory. On canvas, the common pattern is to use a combination of
jquery like $('#name).html(value) or manual built html like div
+ value + /div.

On 24 nov, 12:36, jitesh panda.jit...@gmail.com wrote:
 Hi Guys,

 Our os-template rendering has stopped working. We tried a minimal
 application to see that it works only on sandbox, but not on prod or
 live. Need vital feedbacks on whether anybody uses template rendering
 and his / her application is working.

 We use the following method:

 var template = os.getTemplate(template_name);
 template.renderInto(document.getElementById('content_div'), data);

 thanks,
 Jitesh

--

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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.




[orkut-developer] Feedback from an user

2009-11-19 Thread Eduardo Rocha
With the new Orkut, I have forgotten to open the app (because it's so
hidden).

Nice.

--

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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=.




[orkut-developer] Not so often get profile permission denied, but could it be never?

2009-11-18 Thread Eduardo Rocha
Hi,

My application makes a RPC call asking for the user name just after he
installed the application. This request performs perfectly on most
cases, but on a few requests (~20%), it issues this error:

response={error={message=forbidden: Get profile permission
denied., code=403, data={errorType=noPermissions}},
id=people}

...even though the user had already installed the application. Is it
possible to get rid of these cases?

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-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=.




[orkut-developer] New Orkut: apps

2009-10-30 Thread Eduardo Rocha

Just tried out the new Orkut.

The add apps is very hidden and besides that, the add tabs on my
profile feature gives popular applications an absurd advantage. Also,
just a few categories are show.

The whole site changed from Verdana 12px to Arial 13px, but the
old area (like the app directory) is now Arial 12px, while it should
be either the first or the second.

The profile view is larger now, and I couldn't help but notice the
lack of any communication to the developer. Well, why am I surprised
with this anyway...

Aside from apps, how can I know if there is there a new message from
one of my communities???
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Profile view on sandbox not working

2009-10-28 Thread Eduardo Rocha

Thanks for the feedback.

Could you have a look at this profile?

http://sandbox.orkut.com/Main#Profile?uid=3138853519271625575

1. In sandbox, the Buddy Poke doesn't render correctly, while Minha
Musica does.
2. In prod.sandbox, both are rendered correctly.

Thank you again.

On 28 out, 02:25, Rahul opensocial.ra...@google.com wrote:
 ? works for me ?

 On Tue, Oct 27, 2009 at 9:30 PM, Eduardo Rocha 
 eduardoroch...@gmail.comwrote:



  Profile view on sandbox is not working for weeks.

  Just install any application, like Buddy Poke, and the profile view is
  not rendered correctly.

 --
 Rahul S. Kulkarni
 Product Manager | Google Inc
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Profile view on sandbox not working

2009-10-27 Thread Eduardo Rocha

Profile view on sandbox is not working for weeks.

Just install any application, like Buddy Poke, and the profile view is
not rendered correctly.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: App stats

2009-10-07 Thread Eduardo Rocha

About the last change on rankings:

d) This app suddenly got 9th position on pt rankings:
http://www.orkut.com.br/Main#AppInfo?appId=227929477112, with only 12k
users. The same happened to 
http://www.orkut.com.br/Main#AppInfo?appId=989545961465
and http://www.orkut.com.br/Main#AppInfo?appId=214659253678, that is,
all in first page with very few users for a big jump in the rankings.

e) This app should probably be in first page, but now it's not
reachable from the rankings, only by search:
http://www.orkut.com.br/Main#AppInfo?appId=999787414856.

On 6 out, 02:01, Eduardo Rocha eduardoroch...@gmail.com wrote:
 a) When will be the next stats update? Last time was almost two weeks
 ago.

 b) What will be the frequency of this update in the future?

 c) I stumbled upon this popular application (Happy harvest / Colheita
 Feliz) and wondered why it isn't yet on the first page of the
 directory, could you investigate 
 it?http://www.orkut.com.br/Main#AppInfo?appId=999787414856ref=MP

 Thanks.

 On 24 set, 08:31, Eduardo Rocha eduardoroch...@gmail.com wrote:



  I was talking about thestatson the site, it should be nice to have
  those updated daily, like once it was.

  On 24 set, 03:25, jayesh sharma jaye...@gmail.com wrote:

   Daniel,

   Can you give more details of yourapp, like theapp-url?

   Jayesh

   On Wed, Sep 23, 2009 at 6:42 PM, Daniel Calife cal...@gmail.com wrote:
I've just received the weeklystatsof this week, but thestatsof my three
apps are wrong, for sure.

On Wed, Sep 23, 2009 at 2:39 AM, Eduardo Rocha 
eduardoroch...@gmail.com
wrote:

Is it possible to have daily updatedstats? The last update was more
than a week ago.

--
Daniel Calife
   www.colorcubegames.net
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: App stats

2009-10-05 Thread Eduardo Rocha

a) When will be the next stats update? Last time was almost two weeks
ago.

b) What will be the frequency of this update in the future?

c) I stumbled upon this popular application (Happy harvest / Colheita
Feliz) and wondered why it isn't yet on the first page of the
directory, could you investigate it? 
http://www.orkut.com.br/Main#AppInfo?appId=999787414856ref=MP

Thanks.

On 24 set, 08:31, Eduardo Rocha eduardoroch...@gmail.com wrote:
 I was talking about thestatson the site, it should be nice to have
 those updated daily, like once it was.

 On 24 set, 03:25, jayesh sharma jaye...@gmail.com wrote:



  Daniel,

  Can you give more details of yourapp, like theapp-url?

  Jayesh

  On Wed, Sep 23, 2009 at 6:42 PM, Daniel Calife cal...@gmail.com wrote:
   I've just received the weeklystatsof this week, but thestatsof my three
   apps are wrong, for sure.

   On Wed, Sep 23, 2009 at 2:39 AM, Eduardo Rocha eduardoroch...@gmail.com
   wrote:

   Is it possible to have daily updatedstats? The last update was more
   than a week ago.

   --
   Daniel Calife
  www.colorcubegames.net
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] App stats

2009-09-22 Thread Eduardo Rocha

Is it possible to have daily updated stats? The last update was more
than a week ago.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Problem in registering with Orkut Sandbox

2009-09-18 Thread Eduardo Rocha

Try prod.sandbox.orkut.com, maybe it works.

On 17 set, 12:26, Carlos Frederico carlos.fre...@gmail.com wrote:
 Hey, I'm also trying to register on orkut sandbox and it's giving me
 the same error...
 i'm trying since yesterday. If anybody knows what could be the problem
 please help us

 Thanks,

 Carlos Frederico

 On 16 set, 14:55, vinay sharma vin_sha...@yahoo.co.in wrote:



  Hello,
  I am new to orkut development .
  I am trying to register on orkut sandbox but it is not allowing me to
  sign up
  it is giving this error..

  Bad, bad server. No donut for you.

  Unfortunately, the orkut.com server has acted out in an unexpected
  way. Hopefully, it will return to its helpful self if you try again in
  a few minutes.

  Is this a temprary error or there can be any other reason. I am having
  this error since last 2 days.

  Would anybody of you please help me in this matter
  How can I register on orkut sandbox?

  Thanks in advance

  Regards
  Vinay
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: gadgets.io.makeRequest returns Unable to retrieve consumer key

2009-09-17 Thread Eduardo Rocha

This is still an issue and a bit urgent. Thanks for the prod.sandbox
tip :)

On 16 set, 10:48, gastonsalg gastons...@gmail.com wrote:
 Thank you very much Rajinder,

 I've already posted my comment in the issue report.

 Just one update as it might help: if we access the very same
 application usinghttp://prod.sandbox.orkut.com/everything works just
 fine.
 This is useful to keep on developing.

 Thanks again,
 Gastón

 On Sep 16, 10:02 am, Rajinder Deol deol.rajin...@gmail.com wrote:



  There ia an issue created for the same please go there and add your
  comments.
  here is the link 
  :http://code.google.com/p/opensocial-resources/issues/detail?id=902

  On Sep 16, 5:52 pm, Rajinder Deol deol.rajin...@gmail.com wrote:

   hi Gaston,
                      i have encountered the same problem since last two
   days our apps were working fine i was about to submit apps but it
   suddenly started giving the same error. I haven't changed any
   code ... damm there is sumthing wrong witht the orkut singed
   request...

   On Sep 15, 8:54 pm, gastonsalg gastons...@gmail.com wrote:

Hi everyone,

We are developing an app using orkut sandbox.
The XML file is being loaded fine, but after calling
gadgets.io.makeRequest we receive this code:

throw 1;  don't be evil' {(--myserver--)/layout.do?locale=pt:
{oauthError:UNKNOWN_PROBLEM,body:,oauthErrorText:Unable to
retrieve consumer key\n\n Original request:\nGET /layout.do?
locale=pt\n\nHost: (--myserver--)\nX-Shindig-AuthType: signed\nX-
shindig-dos: on\n\n\n,rc:403}}

We have this very same problem in 5 different development servers
right now.
Everything was working fine yesterday. We haven't change any auth code
since then.
Any ideas?

Thank you very much in advance.

Gaston
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Updated stats

2009-09-11 Thread Eduardo Rocha

First, thanks for fixing weekly numbers usage, it helps a lot to know
how applications are performing against others.

I would like to know about if udpated app stats is a known issue.

Nice weekend for everyone :)
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: My Application doesn't show in Profile View

2009-09-08 Thread Eduardo Rocha

Not sure. Maybe trying opensocial-0.8? This pastie seems to work on
sandbox, maybe it can help: http://pastie.org/609658

On 3 set, 20:24, Jota jefferson.ru...@gmail.com wrote:
 Hi Eduardo,
 I've added the Requires, but it's still hidden...

 Any other suggestion?

 On Thu, Sep 3, 2009 at 8:15 PM, Eduardo Rocha eduardoroch...@gmail.comwrote:





  It misses this:

  Require feature=opensocial-data/
  Require feature=opensocial-templates/

  On 3 set, 20:08, Jota jefferson.ru...@gmail.com wrote:
   Recently, I've made the necessary adjusts converting old profile view
  (with
   scripts) to a profile view using just templates.

   It's working fine on my test-app at sandbox, then I copied the same code
  to
   my production XML and the application doesn't show on my profile.

  http://www.nikeapps.com/jogatv/app.xml

   Anyone can help me?
   Should I ask to anyone on Orkut-Dev-Team to review my application and
   Allow or sort of?

   regards,
   Jota
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Orkut's Inefficiency in Approving/Filtering quality apps

2009-08-28 Thread Eduardo Rocha

Erin, Amitabh, thank you very much for posting about this, I couldn't
agree more.

Just to remember, I have asked 3 months ago for corrected weekly
numbers and patiently have been waiting for a fix. That fix would
be essential to discuss about the current ranking algorithm, which
produces some very weird results.

For example, apps that don't have a profile view seem to have a
correct weekly number (Portuguese rankings):

8o: MindJolt Games, 771 WU (weekly users)
9o: OK Jogos: 940 WU
10: Merial Meu Pet: 883 WU

In contrast to that, there is this odrible app with at least 10k
users per week (data from the server), for about 76k installs, that
is, a retention MUCH greater that any of the 1st page apps. And yet,
it is only in 59th position in the directory!!!

Unfortunately, it has been like this since the last ranking algorithm
change back in March. It would be very interesting to know why the
algorithm favours so much these three apps, for example.

Thank you very much and nick weekend for all.

On 25 ago, 06:22, Amitabh Sharma sharma.amit...@gmail.com wrote:
 I agree with erin,
              It would be very helpful on orkut team's part to have some sort
 of regulation on the apps. More importantly i have hardly seen the orkut dev
 guidelines being followed, if it is impossible for orkut team to monitor
 everything, then i suggest a community be delegated the powers at least to
 report such apps to, which can further take up the matter with orkut team if
 it deems necessary.

 Also, if we could consider the app directory listings, the listings are
 based on most number of installs .There are apps with hundreds of thousands
 of installs but hardly a couple of thousand daily active users and being
 listed on the front page.

 I request orkut developer team to consider and address some of these issues.

 - Amit

 On Tue, Aug 25, 2009 at 1:15 PM, Erin Thomas erinthomas1...@gmail.comwrote:



  Hi,

  I would like to bring to your notice that there are a lot of fake/fradulent
  applications that are running on Orkut, like people stealing other people's
  XML's with the same name and re-submitting the application, same apps
  repeated for more than once. I dont have any personal grudge against these
  developers.My intentions are clear, I feel Orkut should be more responsible
  while approving apps, Also you should strictly remove apps which dont have
  any sense or which are not working by monitoring them once in a
  while.Otherwise *alot of talented developers who make their best efforts
  day and night in making outstanding apps for Orkut alone will not be
  appreciated for their hardwork, as you guys dont even care the quality of
  the apps you approve,the best ones are always pushed to the back pages and
  are not even viewed by other Orkut Users. Dont approve apps just for the
  sake of showing more count of apps in Orkut than any other social networking
  site.*

     - One such user is* Swarnava Sengupta*

   You can see his apps here
 http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=Sw...
  His first application Send Scrap to All, is repeated at the 4th postion
  on the same page mentioned above.Once you click this app
 http://www.orkut.co.in/Main#AppInfo.aspx?appId=444304650431ref=SR,the
  name of the app changes to Stop Woking,whereas the repeat app
 http://www.orkut.co.in/Main#AppInfo.aspx?appId=705523577439ref=SRdoesnt
  even work,but gives an error Unable to retrieve:
 http://hosting.gmodules.com/ig/gadgets/file/114699564936817898687/wor...
  .
  The same is the problem with Remind Me - Absolutely Free SMS
  Reminder,which shows the error Unsupported feature:
  org.apache.shindig.common.xml.XmlException: Content is not allowed in
  prolog. At: (1,1).

     - * Some of the Apps that are repeated in the directory:*

     1.
     http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=IF...
     2.
     http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=RE...
     3.
     http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=BU...
     4.
     http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=DR...
     5.
     http://www.orkut.co.in/Main#AppDirectory.aspx?dirFilters=dirQuery=UL...

  There are more repeated apps..Right now I've managed to find these
  only..will post more if you need.

     - *Violating Orkut's Policy:*

  This app is using google's logo and also it doesnt work at all.

           http://www.orkut.co.in/Main#AppInfo.aspx?appId=20062620106

     - *In Movies and TV category:*

                 There are a lot of apps which doesnt even make any
  sense..like Katrina Kaif Photo Gallery,Angelina Jolie Gallery,Aishwarya Rai
  Gallery,Preity Zinta,Ayesha Takia,Deepika Padukone..Why do you make it too
  simple for people to make apps by just showing celebrities photos gallery?

  App developer Prashant,Smita,Orkutfans has the most number of celebrity
  gallery apps..It a shame to see all these apps being approved in 

[orkut-developer] Re: gadgets.window.adjustHeight() not working in IE6 and IE7

2009-08-27 Thread Eduardo Rocha

I tested and it seems broken once again on IE 7. On IE 8 works (not
tested on IE 6, since it won't be supported).

The pop dialog appears, but the activity is not created.

On 26 ago, 10:55, desudesu d...@mailinator.com wrote:
 working? since when?

 it's still broken for us.

 On Aug 6, 1:00 am, René Tapia renux...@gmail.com wrote:



  It's working like a charm now, thanks!

  2009/8/5 René Tapia renux...@gmail.com

   Confirmed.

   gadgets.window.adjustHeight() is not working in IE6 and IE7.

   2009/7/24 Bruno Souza 241...@gmail.com

   Hi

   gadgets.window.adjustHeight() isn´t working in IE6 and IE7.

   In IE8, Firefox and Google Chrome it´s ok.

   I tested in Sou Corinthians!, My Music and Buddy Poke.

   You guys confirm?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: newest additions

2009-08-25 Thread Eduardo Rocha

I would like to point that Updates section on Guidelines should be
corrected:

- instead of Never use bold text or font sizes larger than 12pt,
should be 12px. It's amazing how developers take advantage of this
kind of mistake to make his updates more visible.

Orkut now asks confirmation for *any* update, which is good to prevent
automatic updates on install.

However, I would like to suggest *strongly* that Orkut filters inline
CSS style directive that changes update's font-weight and font-size
and b tags.

On 18 ago, 17:45, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Rahul, could you point to 2 or 3 applications that succeed like this?
 Thank you.

 On 18 ago, 06:21, Rahul opensocial.ra...@google.com wrote:



  you need to seed your app well with influential users. if you have someone
  with a large friend network who tries the app and likes it, his friends will
  hear of it from their activity streams, and in turn their friends. you will
  be amazed how fast an app spreads this way. On the other hand a really small
  number of users go to the directory, so just getting it on the newest
  additions for one more day isnt really solving anything.
  I'd strongly recommend to focus on the activity stream that you are
  generating and make that more exciting and relevant, in addition to seeding
  the app with users with large friend networks.
  thx
  rahul
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: newest additions

2009-08-25 Thread Eduardo Rocha

I would like to point that Updates section on Guidelines should
be
corrected:

- instead of Never use bold text or font sizes larger than 12pt,
should be 12px. 12pt makes the font much larger than default Orkut
font.

Orkut now asks confirmation for *any* update, which is good to
prevent
automatic updates on install.

However, I would like to suggest that Orkut filters inline
CSS style directive that changes update's font-weight and font-size
and b tags, to enforce the policies programatically.

On 18 ago, 17:45, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Rahul, could you point to 2 or 3 applications that succeed like this?
 Thank you.

 On 18 ago, 06:21, Rahul opensocial.ra...@google.com wrote:



  you need to seed your app well with influential users. if you have someone
  with a large friend network who tries the app and likes it, his friends will
  hear of it from their activity streams, and in turn their friends. you will
  be amazed how fast an app spreads this way. On the other hand a really small
  number of users go to the directory, so just getting it on the newest
  additions for one more day isnt really solving anything.
  I'd strongly recommend to focus on the activity stream that you are
  generating and make that more exciting and relevant, in addition to seeding
  the app with users with large friend networks.
  thx
  rahul
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Application always minimized

2009-07-17 Thread Eduardo Rocha

How to let an application expanded all the time? I have reports from
profiles that have only one application and yet is not able to let
this only app expanded. Other profiles behave OK.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Application always minimized

2009-07-17 Thread Eduardo Rocha

I was able to fix this by showing videos and pictures on my profile
then turning them off again.

On 17 jul, 17:17, Eduardo Rocha eduardoroch...@gmail.com wrote:
 How to let an application expanded all the time? I have reports from
 profiles that have only one application and yet is not able to let
 this only app expanded. Other profiles behave OK.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Missing application listing!

2009-07-16 Thread Eduardo Rocha

Same here, kind of urgent...

On 16 jul, 07:26, Checker scra...@gmail.com wrote:
 Hii

 Many Apps are facing this problem .I Think problem will be resolved
 automatically after few Hours

 Thanks

 On Jul 16, 3:20 pm, Prashant Patil prashantpandurangpa...@gmail.com
 wrote:



  Hi guides. Just noticed my application Who is online disappeared
  from Application directory. Is this temporary? As my application was
  at 1st page in All category And In Dating category its was at top.

  Here is the application URL 
  ::http://www.orkut.co.in/Main#AppInfo.aspx?appId=662358284056

  Regards
  Prashant Patil.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Outage

2009-07-15 Thread Eduardo Rocha

No application is available on canvas.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Minimized applications in profile view

2009-07-10 Thread Eduardo Rocha

Samuel is the person behind applications #2, #4, #6, #7 in the
directory and yet he doesn't get an answer. It could be a simple this
will not be supported, but he gets nothing.

This is definitely not a Google way of doing things. Just looking at
App Engine outage report:

http://groups.google.com/group/google-appengine/msg/ba95ded980c8c179

Apurv, Sachin and Shishir: you keep answering basic questions, like
gadget xml problems or user oid bucket, but people who invested a lot
in the platform, like Samuel, needs an answer too.

On Jul 8, 11:25 am, Samuel Vignoli samuel.vign...@gmail.com wrote:
 Some people have 2 applications opened. Some have only one. What's the
 logic? How does it works?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-07-07 Thread Eduardo Rocha

Hey Shishir, forget Ashok's question, please provide some feedback
about weekly users number.

Thank you.

On 7 jul, 03:12, Shishir Birmiwal (Google)
shishir.birmi...@google.com wrote:
 Ashok,

 I have a problem.

 I'm having a tough time finding an original new thread for this subject as I
 find that this message has been sent to all threads.
 Please point me to a thread where this question was raised originally (and
 not a hijacking attempt of some other thread) and I would gladly reply to
 this subject there.

 Thanks,
 Shishir

 On Thu, Jun 11, 2009 at 11:46 AM, Ashok.s New Delhi
 ashok2wo...@gmail.comwrote:





  Hi

   I have a Problem.

   When (owner == viewer)    (owner != viewer)
   In both cases   NavigateToApp  Link  goes to owner canvas page.

   When  (owner != viewer)  the link should goes  to viewer canvas  page.
   But currently the link goes to owner canvas page.

   It is a Bug.
   How to redirect Viewer Canvas page. When  (owner != viewer) ?

  pls let me know ...

  On Thu, Jun 11, 2009 at 11:32 AM, jayesh sharma jaye...@gmail.com wrote:

  Hi Eduardo,

  Sorry for the delay, we will fix the stats reported on AppInfo and emails
  soon. Note that this particular error doesn't impact the ranking in
  AppDirectory page.

  Jayesh

  On Thu, Jun 11, 2009 at 12:38 AM, Eduardo Rocha eduardoroch...@gmail.com
   wrote:

  Kindly asking about this once again.

  Since I got no one answer last time I asked, here it goes: we,
  developers, need at least some feedback, otherwise there is no
  confidence on investing time in the platform, which Orkut called us to
  participate.

  Thank you.

  On 1 jun, 03:01, Eduardo Rocha eduardoroch...@gmail.com wrote:
   Is there any news about this issue?

   Also, I am bit worried about BuddyPoke not being #1 in pt directory,
   curious about why the current ranking algorithm relegated it to the
   2nd place.

   On 21 maio, 03:03, Apurv Gupta apurv.gu...@gmail.com wrote:

Yes - there is a problem with the way the number is computed. We'll
  fix it.
Thanks for the report!

On Thu, May 21, 2009 at 10:21 AM, Eduardo Rocha 
  eduardoroch...@gmail.comwrote:

 Apurv, have you received an email I sent you? This number is 8687
 today.

 On 20 maio, 01:51, Apurv Gupta apurv.gu...@gmail.com wrote:
  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 
 eduardoroch...@gmail.comwrote:

   Of course skyhigh here is relative to the previous number :)

   On 20 maio, 01:27, Eduardo Rocha eduardoroch...@gmail.com
  wrote:
I just enabled profile view for an application of mine and
  the weekly
users number wentskyhigh, 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) greater than 80%, which is a
 retention
rate that even Orkut probably doesn't have.

Is weekly users number supposed to indicate profile views as
  well?
IMO, this number should indicate how many users with app
  have
visited the canvas view of a particular application.

  --
  With Regards,
  Ashokkumar.S
  09711560696.

 --

 Calvin 
 Trillinhttp://www.brainyquote.com/quotes/authors/c/calvin_trillin.html
 - Health food makes me sick.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-07-06 Thread Eduardo Rocha

Hi Jayesh,

I would like to know if there is any news about this, since the last
report was 4 weeks ago.

Thank you.

On 11 jun, 08:27, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Jayesh, thank you for the feedback.

 On 11 jun, 03:16, Ashok.s New Delhi ashok2wo...@gmail.com wrote:



  Hi

   I have a Problem.

   When (owner == viewer)    (owner != viewer)
   In both cases   NavigateToApp  Link  goes to owner canvas page.

   When  (owner != viewer)  the link should goes  to viewer canvas  page.
   But currently the link goes to owner canvas page.

   It is a Bug.
   How to redirect Viewer Canvas page. When  (owner != viewer) ?

  pls let me know ...

  On Thu, Jun 11, 2009 at 11:32 AM, jayesh sharma jaye...@gmail.com wrote:
   Hi Eduardo,

   Sorry for the delay, we will fix the stats reported on AppInfo and emails
   soon. Note that this particular error doesn't impact the ranking in
   AppDirectory page.

   Jayesh

   On Thu, Jun 11, 2009 at 12:38 AM, Eduardo Rocha 
   eduardoroch...@gmail.comwrote:

   Kindly asking about this once again.

   Since I got no one answer last time I asked, here it goes: we,
   developers, need at least some feedback, otherwise there is no
   confidence on investing time in the platform, which Orkut called us to
   participate.

   Thank you.

   On 1 jun, 03:01, Eduardo Rocha eduardoroch...@gmail.com wrote:
Is there any news about this issue?

Also, I am bit worried about BuddyPoke not being #1 in pt directory,
curious about why the current ranking algorithm relegated it to the
2nd place.

On 21 maio, 03:03, Apurv Gupta apurv.gu...@gmail.com wrote:

 Yes - there is a problem with the way the number is computed. We'll
   fix it.
 Thanks for the report!

 On Thu, May 21, 2009 at 10:21 AM, Eduardo Rocha 
   eduardoroch...@gmail.comwrote:

  Apurv, have you received an email I sent you? This number is 8687
  today.

  On 20 maio, 01:51, Apurv Gupta apurv.gu...@gmail.com wrote:
   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 
  eduardoroch...@gmail.comwrote:

Of course skyhigh here is relative to the previous number :)

On 20 maio, 01:27, Eduardo Rocha eduardoroch...@gmail.com
   wrote:
 I just enabled profile view for an application of mine and 
 the
   weekly
 users number wentskyhigh, 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) greater than 80%, which is a
  retention
 rate that even Orkut probably doesn't have.

 Is weekly users number supposed to indicate profile views as
   well?
 IMO, this number should indicate how many users with app
   have
 visited the canvas view of a particular application.

  --
  With Regards,
  Ashokkumar.S
  09711560696.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Many Application r Not Listed in Application List

2009-07-04 Thread Eduardo Rocha

It's certainly something to be worried.

On 4 jul, 10:54, Prashant Patil prashantpandurangpa...@gmail.com
wrote:
 1st off! i am not official person or guide from this group!

 Normally its getting updated in 4-5 hrs or some times after daily updates! (
 as its from my previous experience )





 On Sat, Jul 4, 2009 at 6:17 PM, Tom myp...@gmail.com wrote:

  So how long will it take to Update all Unlisted App In Orkut.

  Thanks

  On Jul 4, 5:22 pm, Prashant Patil prashantpandurangpa...@gmail.com
  wrote:
   It seems to be temporary as many many apps has in app directory has been
   updated!

   On Sat, Jul 4, 2009 at 5:46 PM, Tom myp...@gmail.com wrote:

H

There are Many application that are suddenly disappeard from Orkut
Directory due to some change few Min Ago .Kindly Check the List and
reincluded that are removed from List.

Thanks

   --
   With best Regards.
   Prashant aka Orkuteer

 http://en.blog.orkut.com/2007/11/thanks-from-orkuteer.htmlhttp://en.b...

 --
 With best Regards.
 Prashant aka Orkuteer

 http://en.blog.orkut.com/2007/11/thanks-from-orkuteer.htmlhttp://en.blog.orkut.com/2008/06/orkuteers-visit-google-bangalore.htmlhttp://groups.google.com/group/orkut-help/web/who-are-the-orkuteers
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: is requestSendMessage function currently broken??

2009-06-17 Thread Eduardo Rocha

Good to have this back, thanks.

On 15 jun, 12:05, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Two weeks is way too long.

 On 15 jun, 08:20, anatoly anato...@gmail.com wrote:

  Why so long?

  On Jun 14, 8:06 am, Sachin Shenoy therealsac...@gmail.com wrote:

   Yes, this is broken currently. Fix will take around two weeks time.
   Thanks,
   Sachin

   On Fri, Jun 12, 2009 at 6:01 AM, DON p.agniho...@gmail.com wrote:

Hi all,

I am trying to post a message to users using the example code, it
worked for me few days back and now its throwing this  unknown RPC
service error, I have no clue what this is about. I am developing on
Orkut. Is this an error on container or application side?

code that I have been trying:

function sendEmail() {
 var params = [];
 params[opensocial.Message.Field.TITLE]=Hola!;
 var body=Como estas?;
 var message = opensocial.newMessage(body, params);
 var recipient = opensocial.IdSpec.PersonId.OWNER;
 opensocial.requestSendMessage(recipient, message, callback,params);
       alert(ping);
       if (opensocial.requestSendMessage)
               alert(opensocial.requestSendMessage);

}

function callback(data) {
 if (data.hadError()) {
   alert(data.getErrorCode());
 } else {
   alert(Ok);
 }

};

sendEmail();- Hide quoted text -

   - Show quoted text -
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Orkut doesn't return current_location if user is not viewer

2009-06-16 Thread Eduardo Rocha

Actually, I can't see this privacy option on profile editing. It
should be useful to have the location info back.

On 16 jun, 14:14, Shishir Birmiwal (Google)
shishir.birmi...@google.com wrote:
 hi,
 i believe it is because a user can set privacy levels on location
 and hence restrict who has access to it.
 cheers,
 shishir

 On Jun 10, 5:13 am, Thyako thy...@gmail.com wrote:

  Hi.

  If you ask for current_location when fetching a person by ID (which
  has the app, of course), orkut only returns this field if the user is
  the viewer or owner of the app, at least in opensocial 0.7 in real
  production (not production sandbox).

  To test this, try fetching user information, including
  current_location for the VIEWER, for your own Opensocial ID and for a
  third person's Opensocial ID (which has the app). It is expected to
  get your own country twice and the third person's country. But the
  last is undefined.

  Or try the code below in OpenSocial Dev App running in real production
  (http://www.orkut.com.br/Main#AppInfo.aspx?appId=291092957065).

  This will fetch data of yourself as the viewer, of Lane 
  (http://www.orkut.com.br/Main#Profile.aspx?uid=6325640989800441941)
  and mine.

  If Lane do this test, he will get his country correctly both as the
  viewer and by his ID, but my country will be undefined, though I have
  the app installed (which can be confirmed fetching my details by ID
  using the data viewer tab).

  Also, check the request response in Firebug; It just doesn't come with
  location data.

  ~Thiago

  function request() {

   var req = opensocial.newDataRequest();

   var details = {};
   details[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] =
  [
       opensocial.Person.Field.PROFILE_URL,
       opensocial.Person.Field.GENDER,
       opensocial.Person.Field.CURRENT_LOCATION,
       opensocial.Person.Field.THUMBNAIL_URL,
       opensocial.Person.Field.RELATIONSHIP_STATUS,
       opensocial.Person.Field.ABOUT_ME ];

   req.add( req.newFetchPersonRequest
  (opensocial.DataRequest.PersonId.OWNER, details ), owner);
   req.add( req.newFetchPersonRequest(09952060504025502214, details ),
  lane );
   req.add( req.newFetchPersonRequest(07594394517738456980, details ),
  thiago );
   req.send( response );

  };

  function response(data) {
   var owner = data.get(owner).getData();
   var owner_loc = owner.getField
  (opensocial.Person.Field.CURRENT_LOCATION);
   if(owner_loc != undefined) { output( owner_loc.getField
  ( opensocial.Address.Field.COUNTRY) ); }
   else { output( undefined for owner ); }

   var lane = data.get(lane).getData();
   var lane_loc = lane.getField
  (opensocial.Person.Field.CURRENT_LOCATION);
   if(lane_loc != undefined) { output( lane_loc.getField
  ( opensocial.Address.Field.COUNTRY) ); }
   else { output( undefined for lane ); }

   var thiago = data.get(thiago).getData();
   var thiago_loc = thiago.getField
  (opensocial.Person.Field.CURRENT_LOCATION);
   if(thiago_loc != undefined) { output( thiago_loc.getField
  ( opensocial.Address.Field.COUNTRY) ); }
   else { output( undefined for thiago ); }

   gadgets.window.adjustHeight();

  };

  request();
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: is requestSendMessage function currently broken??

2009-06-15 Thread Eduardo Rocha

Two weeks is way too long.

On 15 jun, 08:20, anatoly anato...@gmail.com wrote:
 Why so long?

 On Jun 14, 8:06 am, Sachin Shenoy therealsac...@gmail.com wrote:

  Yes, this is broken currently. Fix will take around two weeks time.
  Thanks,
  Sachin

  On Fri, Jun 12, 2009 at 6:01 AM, DON p.agniho...@gmail.com wrote:

   Hi all,

   I am trying to post a message to users using the example code, it
   worked for me few days back and now its throwing this  unknown RPC
   service error, I have no clue what this is about. I am developing on
   Orkut. Is this an error on container or application side?

   code that I have been trying:

   function sendEmail() {
    var params = [];
    params[opensocial.Message.Field.TITLE]=Hola!;
    var body=Como estas?;
    var message = opensocial.newMessage(body, params);
    var recipient = opensocial.IdSpec.PersonId.OWNER;
    opensocial.requestSendMessage(recipient, message, callback,params);
          alert(ping);
          if (opensocial.requestSendMessage)
                  alert(opensocial.requestSendMessage);

   }

   function callback(data) {
    if (data.hadError()) {
      alert(data.getErrorCode());
    } else {
      alert(Ok);
    }

   };

   sendEmail();- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: something wrong with updates

2009-06-15 Thread Eduardo Rocha

I can confirm this behavior on production.

The expected behavior is to show at least one update from each app.

Currently, it's only showing one single update, regardless if there
are updates from two or more apps.

On 15 jun, 07:55, Ashok.s New Delhi ashok2wo...@gmail.com wrote:
 ok sorry !..
 No respond from the orkut development team,thats why i posted in this
 thread.
 By the way any solution  for my problem.
 pls let me know..



 On Mon, Jun 15, 2009 at 4:20 PM, sunnydiv sunny...@gmail.com wrote:

  thats not relevant to the topic at hand ashok, lets not confuse thread
  readers

  On Jun 15, 2:52 pm, Ashok.s New Delhi ashok2wo...@gmail.com wrote:
     Hi

     I have a Problem.

     When (owner == viewer)    (owner != viewer)
     In both cases   NavigateToApp  Link  goes to owner canvas page.

     When  (owner != viewer)  the link should goes to viewer canvas  page.
     But currently the link goes to owner canvas page.

     It is a Bug.

     How to redirect  to Viewer Canvas page. When  (owner != viewer) ?
     Pls let me know ...

   On Sun, Jun 14, 2009 at 11:12 AM, Sachin Shenoy therealsac...@gmail.com
  wrote:

I just tested on sandbox and it is working fine.

Sachin

On Sun, Jun 14, 2009 at 1:22 AM, sunnydiv sunny...@gmail.com wrote:

is there something wrong with the activity feed ?
it is showing all activities within orkut {status, albums etc}
but shows no more than just One app based updates

it is working fine for normal orkut activites
but not with application activities

can anyone confirm this issue ?

   --
   With Regards,
   Ashokkumar.S
   09711560696.

 --
 With Regards,
 Ashokkumar.S
 09711560696.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-06-11 Thread Eduardo Rocha

Jayesh, thank you for the feedback.

On 11 jun, 03:16, Ashok.s New Delhi ashok2wo...@gmail.com wrote:
 Hi

  I have a Problem.

  When (owner == viewer)    (owner != viewer)
  In both cases   NavigateToApp  Link  goes to owner canvas page.

  When  (owner != viewer)  the link should goes  to viewer canvas  page.
  But currently the link goes to owner canvas page.

  It is a Bug.
  How to redirect Viewer Canvas page. When  (owner != viewer) ?

 pls let me know ...



 On Thu, Jun 11, 2009 at 11:32 AM, jayesh sharma jaye...@gmail.com wrote:
  Hi Eduardo,

  Sorry for the delay, we will fix the stats reported on AppInfo and emails
  soon. Note that this particular error doesn't impact the ranking in
  AppDirectory page.

  Jayesh

  On Thu, Jun 11, 2009 at 12:38 AM, Eduardo Rocha 
  eduardoroch...@gmail.comwrote:

  Kindly asking about this once again.

  Since I got no one answer last time I asked, here it goes: we,
  developers, need at least some feedback, otherwise there is no
  confidence on investing time in the platform, which Orkut called us to
  participate.

  Thank you.

  On 1 jun, 03:01, Eduardo Rocha eduardoroch...@gmail.com wrote:
   Is there any news about this issue?

   Also, I am bit worried about BuddyPoke not being #1 in pt directory,
   curious about why the current ranking algorithm relegated it to the
   2nd place.

   On 21 maio, 03:03, Apurv Gupta apurv.gu...@gmail.com wrote:

Yes - there is a problem with the way the number is computed. We'll
  fix it.
Thanks for the report!

On Thu, May 21, 2009 at 10:21 AM, Eduardo Rocha 
  eduardoroch...@gmail.comwrote:

 Apurv, have you received an email I sent you? This number is 8687
 today.

 On 20 maio, 01:51, Apurv Gupta apurv.gu...@gmail.com wrote:
  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 
 eduardoroch...@gmail.comwrote:

   Of course skyhigh here is relative to the previous number :)

   On 20 maio, 01:27, Eduardo Rocha eduardoroch...@gmail.com
  wrote:
I just enabled profile view for an application of mine and the
  weekly
users number wentskyhigh, 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) greater than 80%, which is a
 retention
rate that even Orkut probably doesn't have.

Is weekly users number supposed to indicate profile views as
  well?
IMO, this number should indicate how many users with app
  have
visited the canvas view of a particular application.

 --
 With Regards,
 Ashokkumar.S
 09711560696.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Feedback from Orkut really needed

2009-06-03 Thread Eduardo Rocha

Hi Orkut Team,

It seems we got a lot less feedback from you the last days. Besides
not having some questions answered, this restrains other developers to
post questions too, since the hope for getting answers is lower.

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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: adjustHeight not working on sandbox for Chrome and Safari

2009-06-02 Thread Eduardo Rocha

The example: http://pastie.org/452540.txt

Also, the Opensocial Dev App didn't work either. Safari version is
3.1.2 and Chrome is 1.0.154.65.

On 2 jun, 02:48, Sachin Shenoy therealsac...@gmail.com wrote:
 I tested this using Chrome and it is working for me. Can you give me a small
 example which reproduces this bug?
 I tested using Opensocial developer app, with the sample example for getting
 status of friends.

 Sachin

 On Tue, Jun 2, 2009 at 1:06 AM, Eduardo Rocha eduardoroch...@gmail.comwrote:



  It's not working on sandbox, it's OK on production and prod.sandbox.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Problem with profile views...

2009-06-02 Thread Eduardo Rocha

You can't use flash in profiles by now. BuddyPoke uses because is a
whitelisted application to do it so, but they will also move to static
templates after June 15th.

On 2 jun, 02:21, Rohan Dighe ro...@socialwebfactory.com wrote:
 Dear List Members,

 We are trying to embed a flash inside profile views but not able to view
 any changes.
 We tried the iframe approach but read on the archives that it is no
 longer supported.

 Please advice us a way in which we could do that effectively (we have
 seen buddy poke uses flash on profile view, we also need to do something
 similar)

 ?xml version=1.0 encoding=UTF-8 ?

 Module
  ModulePrefs title=asdf    
         Require feature=dynamic-height/
         Require feature=analytics /
     Require feature=opensocial-0.8/

     Require feature=views/
     Require feature=opensocial-data /
         Require feature=opensocial-templates
         Param name=process-on-servertrue/Param
         /Require
     /ModulePrefs
   Content type=html  view=canvas

   ![CDATA[

        div id=mainareacanvas content goes here/div

   ]]
         /Content

 Content type=html view=profile

  ![CDATA[
         script type=text/os-template 
 xmlns:os=http://ns.opensocial.org/2008/markup; 

         param name=allowScriptAccess value=sameDomain
         param name=allowFullScreen value=falseparam name=FlashVars 
 value=imagesStr=http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla...;
         param name=movie 
 value=http://www.driblaorkut.insideswf.com/dribla4.swf;param 
 name=quality value=highparam name=bgcolor value=#ff        
 embed src=http://www.driblaorkut.insideswf.com/dribla4.swf; quality=high 
 bgcolor=#ff name=dribla4 allowscriptaccess=sameDomain 
 allowfullscreen=false 
 flashvars=imagesStr=http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla...;
  type=application/x-shockwave-flash 
 pluginspage=http://www.adobe.com/go/getflashplayer; align=middle 
 height=350 width=531
        /script
     ]]

 /Content

   /Module

 Thanks  Regards,
 Rohan Dighe
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Problem with profile views...

2009-06-02 Thread Eduardo Rocha

I would not count on that. Currently it's not possible, since neither
flash of javascript it's allowed.

By the tone of the last feedback Orkut team gave us, what you
described probably will not be able in the near future.

On 3 jun, 01:42, Rajeev S s.sraj...@gmail.com wrote:
 Can's use flash in profile?  In one of our apps earlier (before templates
 are introduced) we have flash content in profile.  But we have given an
 image first and the user has to click for flash movie to play. It doesn't
 play automatically.

 Will this mechanism be available, where a user action is required for the
 flash content to play on profile?

 Rajeev

 On Tue, Jun 2, 2009 at 9:41 PM, Eduardo Rocha eduardoroch...@gmail.comwrote:





  You can't use flash in profiles by now. BuddyPoke uses because is a
  whitelisted application to do it so, but they will also move to static
  templates after June 15th.

  On 2 jun, 02:21, Rohan Dighe ro...@socialwebfactory.com wrote:
   Dear List Members,

   We are trying to embed a flash inside profile views but not able to view
   any changes.
   We tried the iframe approach but read on the archives that it is no
   longer supported.

   Please advice us a way in which we could do that effectively (we have
   seen buddy poke uses flash on profile view, we also need to do something
   similar)

   ?xml version=1.0 encoding=UTF-8 ?

   Module
    ModulePrefs title=asdf
           Require feature=dynamic-height/
           Require feature=analytics /
       Require feature=opensocial-0.8/

       Require feature=views/
       Require feature=opensocial-data /
           Require feature=opensocial-templates
           Param name=process-on-servertrue/Param
           /Require
       /ModulePrefs
     Content type=html  view=canvas

     ![CDATA[

          div id=mainareacanvas content goes here/div

     ]]
           /Content

   Content type=html view=profile

    ![CDATA[
           script type=text/os-template xmlns:os=
 http://ns.opensocial.org/2008/markup; 

           param name=allowScriptAccess value=sameDomain
           param name=allowFullScreen value=falseparam
  name=FlashVars value=imagesStr=
 http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla...;
           param name=movie value=
 http://www.driblaorkut.insideswf.com/dribla4.swf;param name=quality
  value=highparam name=bgcolor value=#ff        embed src=
 http://www.driblaorkut.insideswf.com/dribla4.swf; quality=high
  bgcolor=#ff name=dribla4 allowscriptaccess=sameDomain
  allowfullscreen=false flashvars=imagesStr=
 http://insideswf.com/dribla1/beirario.jpg,http://insideswf.com/dribla...;
  type=application/x-shockwave-flash pluginspage=
 http://www.adobe.com/go/getflashplayer; align=middle height=350
  width=531
          /script
       ]]

   /Content

     /Module

   Thanks  Regards,
   Rohan Dighe

 --
 Regards,
 Rajeev
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-06-01 Thread Eduardo Rocha

Is there any news about this issue?

Also, I am bit worried about BuddyPoke not being #1 in pt directory,
curious about why the current ranking algorithm relegated it to the
2nd place.

On 21 maio, 03:03, Apurv Gupta apurv.gu...@gmail.com wrote:
 Yes - there is a problem with the way the number is computed. We'll fix it.
 Thanks for the report!

 On Thu, May 21, 2009 at 10:21 AM, Eduardo Rocha 
 eduardoroch...@gmail.comwrote:



  Apurv, have you received an email I sent you? This number is 8687
  today.

  On 20 maio, 01:51, Apurv Gupta apurv.gu...@gmail.com wrote:
   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 
  eduardoroch...@gmail.comwrote:

Of course sky high here is relative to the previous number :)

On 20 maio, 01:27, Eduardo Rocha eduardoroch...@gmail.com 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 at all.

 Other than that, there are a lot of applications with retention
 (weekly users / users with app) greater than 80%, which is a
  retention
 rate that even Orkut probably doesn't have.

 Is weekly users number supposed to indicate profile views as well?
 IMO, this number should indicate how many users with app have
 visited the canvas view of a particular application.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] adjustHeight not working on sandbox for Chrome and Safari

2009-06-01 Thread Eduardo Rocha

It's not working on sandbox, it's OK on production and prod.sandbox.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: forbidden practice: requestCreateActivity on install

2009-05-29 Thread Eduardo Rocha

Bolao Placar and Sou Corinthians! are doing the same thing:
posting an activity without a single action from the user. Google
Latitude was doing the same a few weeks ago and Apurv clarified that
is not allowed:

http://groups.google.com/group/opensocial-orkut/browse_thread/thread/6c389db4d9efb1c3/a814f883288c5cb8

Unfortunately, there is a ton of apps still doing this.

On 28 maio, 08:51, Samuel Vignoli samuel.vign...@gmail.com wrote:
 Answering for Studio Sol's apps...

 I think you should read the guidelines one more time:

 1) Violations are not punished with immediate removals: Policy
 Violations

 If your application is found in violation of any policy set above, you
 will be contacted at the email address provided in the author_email
 attribute of your app's ModulePrefs element. Depending on the severity
 of the violation, you may be given 24 hours to address the issue and
 respond, although your app may be removed immediately if the violation
 is especially egregious. If your app is removed, it will not appear in
 the directory for up to 10 days, although users who have installed
 your app may be able to continue using it. If the violation has not
 been addressed after 10 days, however, users will no longer be able to
 access your application on orkut.

 If you are found in violation again, all apps produced by your company
 or organization will be removed from the directory and will not be
 reinstated for 30 days or until all violations are fixed (whichever is
 longer).

 2) Guidelines prohibits post an install action. Just like Username
 just installed this app. Our apps you mentionated above post an
 update like Username created its membership card number 99 to
 this team wich is the core feature of these apps.

 Anyway, you mentionated an app with a big problem: Bolão Placar is
 asking install when friends without the app access the canvas view.

 Hope you have a better luck in your apps development to figure out in
 first page.

 Samuel Vignoli

 On 27 maio, 13:54, brandited brandi...@gmail.com wrote:

  Some of the apps from the directory 1st page (pt) is using
  requestCreateActivity without a single action from the user, just
  install:

  From 1st page:

  #4 - Mosaico de Amigos (JDJaramillo - Mentez)
  #5 - Sou Corinthians! (studiosol.com.br)
  #6 - Sou Flamengo! (studiosol.com.br)
  #7 - Sou São Paulo! (studiosol.com.br)
  #12 - Sou Palmeiras (studiosol.com.br)
  #16 - Elegante Fontes e Recados (Tarun Agarwal)
  #17 - Bolão Placar (Placar - powered by Mentez)
  #24 - BuboMe (BuboMe.com)

  Some from 2nd page (for example):

  #36 - SUPER MARIO WORLD FLASH GAMES ONLINE (www.Micoia.Net)
  #48 - BUBBLE SHOOTER GAMES ONLINE (www.Micoia.Net)

  This isn't allowed in guidelines: it says that this kind of violation
  is punished with directory remotion of the app.

  This practice has already caused a lot of harm. Authors never got
  punished, and they kept doing this, building an userbase for months,
  being in the top list for a lot of time. I bet some people don't even
  search for apps any more, because they see these apps in the top list,
  think there's nothing new (or at least nothing better than those) and
  yet these apps are top ranked helped by a forbidden practice.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Production templates are returning 404 on requests

2009-05-21 Thread Eduardo Rocha

This is what I can see removing sanitize=1:

opensocial.data.DataContext.putDataSet(owner,{data:
{content:\u003cHTML\u003e\n\u003cHEAD\u003e\n\u003cTITLE\u003eNot
Found\u003c/TITLE\u003e\n\u003c/HEAD\u003e\n\u003cBODY BGCOLOR=
\#FF\ TEXT=\#00\\u003e\n\u003cH1\u003eNot Found\u003c/
H1\u003e\n\u003cH2\u003eError 404\u003c/H2\u003e\n\u003c/BODY\u003e\n
\u003c/HTML\u003e\n,headers:{content-type:[text/html;
charset=UTF-8]}},code:404})

--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Production templates are returning 404 on requests

2009-05-21 Thread Eduardo Rocha

Either on orkut.com and prod.sandbox.orkut.com, in sandbox.orkut.com
is OK, for example:

http://www.orkut.com.br/Main#Profile.aspx?uid=9385525475816840955

On 21 maio, 15:23, Apurv Gupta apurv.gu...@gmail.com wrote:
 I see them working. e.g.http://meucantinho.info/app.xmlworks.

 Are you seeing the error on orkut.com or sandbox.orkut.com or
 prod.sandbox.orkut.com
 ?

 On Thu, May 21, 2009 at 11:26 PM, Eduardo Rocha 
 eduardoroch...@gmail.comwrote:



  This is what I can see removing sanitize=1:

  opensocial.data.DataContext.putDataSet(owner,{data:
  {content:\u003cHTML\u003e\n\u003cHEAD\u003e\n\u003cTITLE\u003eNot
  Found\u003c/TITLE\u003e\n\u003c/HEAD\u003e\n\u003cBODY BGCOLOR=
  \#FF\ TEXT=\#00\\u003e\n\u003cH1\u003eNot Found\u003c/
  H1\u003e\n\u003cH2\u003eError 404\u003c/H2\u003e\n\u003c/BODY\u003e\n
  \u003c/HTML\u003e\n,headers:{content-type:[text/html;
  charset=UTF-8]}},code:404})
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Production templates are returning 404 on requests

2009-05-21 Thread Eduardo Rocha

Apurv, sorry for not giving more details upfront. The screenshot you
posted indicates that the owner info was not retrieved. When it's
working, it's supposed to show a 128x128 emoticon.

I could debug this using the trick of removing sanitize=1 from the
iframe URL.

On 21 maio, 15:49, Nagib nagibckan...@gmail.com wrote:
 Same for me...

 os:OwnerRequest key=owner /

 returning

 {data:{content:HTML\nHEAD\nTITLENot Found\/TITLE\n\/HEAD
 \nBODY BGCOLOR=\#FF\ TEXT=\#00\\nH1Not Found\/H1
 \nH2Error 404\/H2\n\/BODY\n\/HTML\n,headers:{content-type:
 [text/html; charset=UTF-8]}},code:404}

 On May 21, 3:33 pm, Eduardo Rocha eduardoroch...@gmail.com wrote:

  Either on orkut.com and prod.sandbox.orkut.com, in sandbox.orkut.com
  is OK, for example:

 http://www.orkut.com.br/Main#Profile.aspx?uid=9385525475816840955

  On 21 maio, 15:23, Apurv Gupta apurv.gu...@gmail.com wrote:

   I see them working. e.g.http://meucantinho.info/app.xmlworks.

   Are you seeing the error on orkut.com or sandbox.orkut.com or
   prod.sandbox.orkut.com
   ?

   On Thu, May 21, 2009 at 11:26 PM, Eduardo Rocha 
   eduardoroch...@gmail.comwrote:

This is what I can see removing sanitize=1:

opensocial.data.DataContext.putDataSet(owner,{data:
{content:\u003cHTML\u003e\n\u003cHEAD\u003e\n\u003cTITLE\u003eNot
Found\u003c/TITLE\u003e\n\u003c/HEAD\u003e\n\u003cBODY BGCOLOR=
\#FF\ TEXT=\#00\\u003e\n\u003cH1\u003eNot Found\u003c/
H1\u003e\n\u003cH2\u003eError 404\u003c/H2\u003e\n\u003c/BODY\u003e\n
\u003c/HTML\u003e\n,headers:{content-type:[text/html;
charset=UTF-8]}},code:404})
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-20 Thread Eduardo Rocha

Apurv, have you received an email I sent you? This number is 8687
today.

On 20 maio, 01:51, Apurv Gupta apurv.gu...@gmail.com wrote:
 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 
 eduardoroch...@gmail.comwrote:



  Of course sky high here is relative to the previous number :)

  On 20 maio, 01:27, Eduardo Rocha eduardoroch...@gmail.com 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 at all.

   Other than that, there are a lot of applications with retention
   (weekly users / users with app) greater than 80%, which is a retention
   rate that even Orkut probably doesn't have.

   Is weekly users number supposed to indicate profile views as well?
   IMO, this number should indicate how many users with app have
   visited the canvas view of a particular application.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-20 Thread Eduardo Rocha

yes, since may 1st, as the orkut developer blog said:

http://orkutdeveloper.blogspot.com/

On 21 maio, 02:23, S Rajeev s.sraj...@gmail.com wrote:
 Hi,

 Has profile view been enabled in production?  Not seen any notification reg.
 this.

 --
 Regards,
 Rajeev
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 eduardoroch...@gmail.com wrote:
 The screenshots show how Orkut general layout doesn't render correctly
 in most used setup, that is Internet Explorer (6/7) and a 1024px
 screen resolution. There is this space between the screen edge and the
 page border, which should not occur, since Orkut uses a fixed layout.

 http://img528.imageshack.us/img528/5259/orkut.png

 http://img8.imageshack.us/img8/4753/orkut1.png

 This is not exclusive to application pages, it appears all around
 Orkut, and some stuff get really ugly, like the footer (screenshot
 #2).

 The issue with applications is that the canvas get too much shorter in
 these cases (about 750px), which seem to be random, but with a very
 high frequency.

 It's true that we should design with relative widths, but we really
 should have those 835px in all browsers under a 1024px screen
 resolution, it would avoid a lot of work.

 PS.: I have tested on this profile, but as I said, it's a bit random
 when it occurs or not:

 http://www.orkut.com.br/Main#Application.aspx?uid=1522597265467645951

 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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 anato...@gmail.com wrote:
 Hello

 The following construction (taken from the sample app)
 a href=${owner.url}${owner.name.givenName} ${owner.name.familyName}
 /a

 gives me the following url for 
 owner.url:http://72a86m9i3qbnvikv0r6t8579hpvud3f6.a.orkut.gmodules.com/gadgets/

 gives error 404.

 a bug?
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

os:OwnerRequest key=owner fields=profileUrl/

let me know if it works!

On 19 maio, 22:47, anatoly anato...@gmail.com wrote:
 no

 I use the code from the official orkut sample: os:OwnerRequest
 key=owner /

 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 eduardoroch...@gmail.com wrote:

  what about owner.profileUrl? have you included this field in the
  request?

  On 19 maio, 22:30, anatoly anato...@gmail.com wrote:

   Hello

   The following construction (taken from the sample app)
   a href=${owner.url}${owner.name.givenName} ${owner.name.familyName}
   /a

   gives me the following url for 
   owner.url:http://72a86m9i3qbnvikv0r6t8579hpvud3f6.a.orkut.gmodules.com/gadgets/

   gives error 404.

   a bug?- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 anato...@gmail.com wrote:
 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 change it.

 Examples:
 1) url saved in appdata - remove http://; part, to send the remaining
 as a part for another url.
 2) iterate through chars in a string value from appdata:
 in javascript it was like so:
 for (var i = 0; i  textParam.length; i++)
 {
     // some code using: textParam.charCodeAt(i)

 }

 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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 profile view, or John
Smith has to access the application again to update his profile view.

On 19 maio, 23:03, anatoly anato...@gmail.com wrote:
 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 iterated on profile.

 On May 20, 3:59 am, Eduardo Rocha eduardoroch...@gmail.com wrote:

  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 anato...@gmail.com wrote:

   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 change it.

   Examples:
   1) url saved in appdata - remove http://; part, to send the remaining
   as a part for another url.
   2) iterate through chars in a string value from appdata:
   in javascript it was like so:
   for (var i = 0; i  textParam.length; i++)
   {
       // some code using: textParam.charCodeAt(i)

   }

   thanks- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 a href=${owner.profileUrl}..., this link
is relative to gmodules.com, not orkut.com.

If you use a target=_top, href=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 you link to canvas pages, either for the owner with
osx:NavigateToApp or to someone with osx:NavigateToPerson person=$
{Cur}.

On 20 maio, 00:53, anatoly anato...@gmail.com wrote:
 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 eduardoroch...@gmail.com wrote:

  some field are retrieved without expliciting them, but for the profile
  you must be explicit, use this:

  os:OwnerRequest key=owner fields=profileUrl/

  let me know if it works!

  On 19 maio, 22:47, anatoly anato...@gmail.com wrote:

   no

   I use the code from the official orkut sample: os:OwnerRequest
   key=owner /

   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 eduardoroch...@gmail.com wrote:

what about owner.profileUrl? have you included this field in the
request?

On 19 maio, 22:30, anatoly anato...@gmail.com wrote:

 Hello

 The following construction (taken from the sample app)
 a href=${owner.url}${owner.name.givenName} 
 ${owner.name.familyName}
 /a

 gives me the following url for 
 owner.url:http://72a86m9i3qbnvikv0r6t8579hpvud3f6.a.orkut.gmodules.com/gadgets/

 gives error 404.

 a bug?- Hide quoted text -

- Show quoted text -- Hide quoted text -

  - Show quoted text -
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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) greater than 80%, which is a retention
rate that even Orkut probably doesn't have.

Is weekly users number supposed to indicate profile views as well?
IMO, this number should indicate how many users with app have
visited the canvas view of a particular application.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[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 maio, 15:33, gcb gabriel.bar...@gmail.com wrote:
 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 bad...@gmail.com wrote:

  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 should be updated to reflect this.

  - We probably will be using the JS API instead of REST/RPC for those
  updates, though I imagine the limits are the same.

  Filipe Badaro

  On May 19, 2:21 pm, Badaro bad...@gmail.com wrote:

   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...

   The live application is 
   here:http://www.orkut.com.br/Main#AppInfo.aspx?appId=1086790722195

   We have not yet uploaded the OS Templates with HttpRequest version of
   the profile to production, since we're still deciding if we should do
   this right now, or wait until we modify the application to use
   AppData.

   The profile intends to give the viewer a sample of the owner's musical
   tastes, including some of his favorite artists and musics. It used to
   include a lot of extra functionality, such as allowing the viewer to
   preview and rate the songs displayed, but sadly this can't be done
   with the more restricted environment of OS Templates.

   Currently, since we're using HttpRequest, we send a random set of the
   owner's favorites on each visit, but after we change to AppData this
   would no longer be possible, so we'd probably include either the most
   recent changes, or the highest ranked ones.

   However, this data is bound to change often, in particular for new
   users, since they have no data to begin with. It's certain that for
   the first few uses of the application we'd be updating the AppData
   constantly as we get more information about the user's tastes.

   That being said, I *don't* want to use AppData for this, however if
   HttpRequest is removed I believe I won't have any other choice to
   store the profile data.

   Filipe Badaro

   On May 19, 12:20 pm, Apurv Gupta apurv.gu...@gmail.com wrote:

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 apurv.gu...@gmail.com 
wrote:
 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 bad...@gmail.com 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 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, Shishir Birmiwal (Google)
 shishir.birmi...@google.com wrote:
  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 bad...@gmail.com wrote:

   --- Situation

   I just found out through the forum that HttpRequest will be 
   removed
   from OS Templates, and we'll be forced to migrate all profile 
   data to
   the user AppData. The related thread is here:
http://groups.google.com/group/opensocial-orkut/browse_thread/thread/...

   However, I have an application with several hundred thousand 
   users,
   where part of the data needed for the profile is stored in my 
   servers.
   Therefore, I'll need to implement an automated procedure to 
   migrate
   this data to Orkut, and I believe my only reasonable option is 
   to use
   the REST/RPC API to upload this data.

   -- Question

   Is there a limit to the number of requests that can be made for 
   one
   application? More specifically, I'm talking about the
   OpenSocialClient.newUpdatePersonAppDataRequest call.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Orkut Developer Forum group.
To post to this group, send email to 

[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 eduardoroch...@gmail.com 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 at all.

 Other than that, there are a lot of applications with retention
 (weekly users / users with app) greater than 80%, which is a retention
 rate that even Orkut probably doesn't have.

 Is weekly users number supposed to indicate profile views as well?
 IMO, this number should indicate how many users with app have
 visited the canvas view of a particular application.
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-18 Thread Eduardo Rocha

You should use something like this I think:

img src=${data[owner.id].ANIME_URL} alt=Anime Manga Poster
border=0 /

On 18 maio, 22:42, Apurv Gupta apurv.gu...@gmail.com wrote:
 I am able to fetch app data for owner on 
 profile.http://www.geocities.com/apurv_gupta_2000/test.xml

 On Tue, May 19, 2009 at 4:40 AM, anatoly anato...@gmail.com wrote:

  It doesn't work.
  I'm unable to fetch appdata for owner on profile.

  I just check for null but there is additional functionality on profile
  view which should be visible once I get valid app data there. I get
  null both on sandbox and on orkut for profile view fetching appdata.

  On May 19, 12:59 am, api.sh api...@google.com wrote:
   Anatoly,

   I tried your gadget xml in sandbox and it works.  I compared your osml
   tags in fetching appdata against the ones in this sample:

  http://wiki.opensocial.org/index.php?title=Building_a_simple_app_usin...

   There are differences that you might want to compare.  But both the
   sample code and yours seem to work fine.

   -ss

   On May 4, 8:37 pm, anatoly anato...@gmail.com wrote:

anyone?

On May 2, 4:22 am, anatoly anato...@gmail.com wrote:

 Hello

 I use the following code:
 script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/
 markup
            os:OwnerRequest key=owner /
             os:PersonAppDataRequest key=data method=appdata.get
 userId=@owner appId=@app fields=ANIME_URL /
         /script

         script type=text/os-template xmlns:os=http://
 ns.opensocial.org/2008/markup xmlns:osx= http://ns.opensocial.org/
 2009/extensions
             br /div style=text-align:center; if=$
 {data.ANIME_URL != null}img src=${data.ANIME_URL} alt=Anime
 Manga Poster border=0 //div
             br /div style=text-
 align:center;osx:NavigateToAppSelect Anime Poster!/
 osx:NavigateToApp/div
         /script

 I get null for data.ANIME_URL.

 What is wrong?- Hide quoted text -

   - Show quoted text -


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-15 Thread Eduardo Rocha

Kalyan, the code seems to be correct, could you provide a link to the
entire XML file?

On 15 maio, 02:19, kalyancb...@gmail.com kalyancb...@gmail.com
wrote:
 Hi Sachin,

 I'm using opensocial 0.8.
 It is workin fine with 0.7

 Is there anything wrong in my code. If so, can you give me sample code

 Thanks,
 Kalyan.C

 On May 14, 9:20 pm, Sachin Shenoy therealsac...@gmail.com wrote:

  Hi Kalyan,

  Are you running this with opensocial 0.7 or with 0.8? It should work fine
  with 0.8.
  Do check and let me know.

  Regards,
  Sachin

  On Thu, May 14, 2009 at 6:31 PM, kalyancb...@gmail.com 

  kalyancb...@gmail.com wrote:

   Hi ,

   I'm trying to get OWNER friends with following code on orkut.

    var params = {
        max           : 100,
        filter        : hasApp
    };

    var idspec = opensocial.newIdSpec({
        userId        : OWNER,
        groupId       : FRIENDS
    });

    var req = opensocial.newDataRequest();
    req.add(req.newFetchPeopleRequest(idspec, params), req);
    req.send(response);

   But I'm gett error in firebug 'code: 400' 'badrequest : Invalid
   Fileds...
   like this.

   Can anyone help me , whats wrong in my code.

   Thanks,
   Kalyan.C


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: iframe on profil

2009-05-14 Thread Eduardo Rocha

Hi Mayank,

In your application page, it shows 102500 weekly users. Would you say
these numbers match some other usage data you have?

Thanks.

On 14 maio, 15:57, Mayank M mayank1...@gmail.com wrote:
 is it currently possible to add iframe on profile?
 if anyone has idea, please let me  know. 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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: iframe on profil

2009-05-14 Thread Eduardo Rocha

By the way, everything points to the direction that iframes will never
be supported in profile views anymore, so I would not count on this
possibility (using iframe) in the future.

On 14 maio, 16:33, Eduardo Rocha eduardoroch...@gmail.com wrote:
 Hi Mayank,

 In your application page, it shows 102500 weekly users. Would you say
 these numbers match some other usage data you have?

 Thanks.

 On 14 maio, 15:57, Mayank M mayank1...@gmail.com wrote:

  is it currently possible to add iframe on profile?
  if anyone has idea, please let me  know. 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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-12 Thread Eduardo Rocha

Shishir, what do you mean here?

If I store user data on my server, I would have to save a copy in
appdata to be able to show in the profile view?

Thanks.

On 12 maio, 03:42, Shishir birmi...@gmail.com wrote:
 This may be a bug in shindig. Could you please file a JIRA issue 
 athttps://issues.apache.org/jira/browse/SHINDIG

 Also, FYI, please do not use HttpRequests on profile view. These will
 go away sometime soon.

 Cheers,
 Shishir

 On May 12, 3:29 am, d...@mailinator.com d...@mailinator.com wrote:

  how to reproduce:
  1. make a url request, e.g. one to Yahoo's query language.
  2. add two variables.

  os:HttpRequest key=yql href=http://query.yahooapis.com/v1/public/
  yql?q=select%20*%20from%20search.images%20where%20query%3D%27%5B%22$
  {d.content.terms[0]}%22%2C%22${d.content.terms[1]}%22%5D
  %27format=json/

  2. there's no step 2

  Expected behavior:
  - a request to YQL with the desired url.
  This would happen if i just remove the seccond variable from the url,
  as in:
  os:HttpRequest key=yql href=http://query.yahooapis.com/v1/public/
  yql?q=select%20*%20from%20search.images%20where%20query%3D%27%5B%22$
  {d.content.terms[0]}%22%5D%27format=json/

  Actual behavior:
  - the whole widget returns 404.

  if i print both vars, they return red and green sans quotes.

  Thank you.
  Gabriel


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: i'm having an issue, probably with fetching saved data..

2009-05-11 Thread Eduardo Rocha

There is a tip you can you to debug this (item #8, from Apurv):

http://groups.google.com/group/opensocial-orkut/browse_thread/thread/e7d1632bd6eb79ef/32d418c790228727?tvc=2#msg_f520ed9a702b6535

I have done this for the defective profile, and it seems the server is
returning 504 http status, or as least that's what the songs
variable is assigned to.

On 11 maio, 09:51, barszcz rudi...@gmail.com wrote:
 Hello..

 i'm having some strange issues with my app. in profile view..
 for example, for me in my profile it work perfectly and for some
 people aswell.. but for some unknow reason for some people it
 doestn't.. and it seems totally random..

 i checked the calls to get the data in my servers and it does, but
 when it comes to render, it skip and show the template empty (if it
 didn't bring data it shows another message)

 app link:http://www.orkut.com.br/Main#AppInfo.aspx?appId=850136261702
 working on my 
 profile:http://www.orkut.com.br/Main#Profile.aspx?uid=16042985040712910733
 doesnt work on this profile for 
 example:http://www.orkut.com.br/Main#Profile.aspx?uid=10173845460415182648
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: i'm having an issue, probably with fetching saved data..

2009-05-11 Thread Eduardo Rocha

It's difficult to point something... have you debugged the requests/
responses you server is handling in the defective cases?

Maybe this error occurs when lf_data is not stored at all (which is
the case when the user doesn't click on save)?

On 11 maio, 15:39, barszcz rudi...@gmail.com wrote:
 thanks for point out the debug tip.. so 504 is time-out right?
 but then my question remain.. how can i fix it.. since lets say its
 totally random when it returns 504 or not.. for example if i access my
 profile and the profile with the problem, only the profile with poblem
 will get the error..

 i mean, once you get this error in your installed app. it keep going..
 unless you remove it and install again.. which the girl said that
 after a while it started all over again..

 On 11 maio, 13:18, Eduardo Rocha eduardoroch...@gmail.com wrote:

  There is a tip you can you to debug this (item #8, from Apurv):

 http://groups.google.com/group/opensocial-orkut/browse_thread/thread/...

  I have done this for the defective profile, and it seems the server is
  returning 504 http status, or as least that's what the songs
  variable is assigned to.

  On 11 maio, 09:51, barszcz rudi...@gmail.com wrote:

   Hello..

   i'm having some strange issues with my app. in profile view..
   for example, for me in my profile it work perfectly and for some
   people aswell.. but for some unknow reason for some people it
   doestn't.. and it seems totally random..

   i checked the calls to get the data in my servers and it does, but
   when it comes to render, it skip and show the template empty (if it
   didn't bring data it shows another message)

   app link:http://www.orkut.com.br/Main#AppInfo.aspx?appId=850136261702
   working on my 
   profile:http://www.orkut.com.br/Main#Profile.aspx?uid=16042985040712910733
   doesnt work on this profile for 
   example:http://www.orkut.com.br/Main#Profile.aspx?uid=10173845460415182648


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---