[orkut-developer] Re: Upload photo with 3LO

2011-05-30 Thread Rafael Bruno
I'm having the same problem. Any suggestions?

Thanks

On 19 abr, 11:53, Sarvesh Exl sarvesh...@gmail.com wrote:
 Hello Tiago,

 Thanks for replying.

 I tried the way you said :

 http://www.orkut.com/social/rpc?request=%5b%7b%22params%22%3a%7b%22gr...

 This is the URL I created with multipart/form-data request with one the part
 as:
 form-data;name=\image1\;filename=\uploaded\

 But still I get this response back:
 {error:{message:unauthorized: Authentication
 failed.,code:401}}{message:badRequest: Invalid input - -1,code:400}

 Can you help me out here? whats wrong with my request?

 Regards,
 Sarvesh

 On Sat, Apr 16, 2011 at 9:53 AM, Tiago Silveira (Google) 
 t...@google.comwrote:







  Hi, Sarvesh! I recently found that to successfully upload a photo you need
  to send a multipart request, but the JSON part of the request must go in the
  URL. So instead of:

  --part type:application/json --
  { method: 'mediaitems.create', ... }
  --part type:object/octet-stream --
  [BLOB]

  You move the request to the URL:

  /social/rpc?request=URLEncode({method: 'mediaitems.create', ... })

  This is how our client library does it:

 http://www.google.com/codesearch/p?hl=en#FfgKrVcptGg/java/src/com/goo...

  I've been scratching my head too. I imagine that our photo upload
  implementation predates the OpenSocial spec, and came at a time when Shindig
  didn't have multipart processing. But that's a conjecture, I was not there
  at the time.

  --
  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.

-- 
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: Upload photo with 3LO

2011-05-30 Thread Rafael Bruno
I'm having the same problem. Any suggestions?

Thanks

On 19 abr, 11:53, Sarvesh Exl sarvesh...@gmail.com wrote:
 Hello Tiago,

 Thanks for replying.

 I tried the way you said :

 http://www.orkut.com/social/rpc?request=%5b%7b%22params%22%3a%7b%22gr...

 This is the URL I created with multipart/form-data request with one the part
 as:
 form-data;name=\image1\;filename=\uploaded\

 But still I get this response back:
 {error:{message:unauthorized: Authentication
 failed.,code:401}}{message:badRequest: Invalid input - -1,code:400}

 Can you help me out here? whats wrong with my request?

 Regards,
 Sarvesh

 On Sat, Apr 16, 2011 at 9:53 AM, Tiago Silveira (Google) 
 t...@google.comwrote:







  Hi, Sarvesh! I recently found that to successfully upload a photo you need
  to send a multipart request, but the JSON part of the request must go in the
  URL. So instead of:

  --part type:application/json --
  { method: 'mediaitems.create', ... }
  --part type:object/octet-stream --
  [BLOB]

  You move the request to the URL:

  /social/rpc?request=URLEncode({method: 'mediaitems.create', ... })

  This is how our client library does it:

 http://www.google.com/codesearch/p?hl=en#FfgKrVcptGg/java/src/com/goo...

  I've been scratching my head too. I imagine that our photo upload
  implementation predates the OpenSocial spec, and came at a time when Shindig
  didn't have multipart processing. But that's a conjecture, I was not there
  at the time.

  --
  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.

-- 
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.



Re: [orkut-developer] Re: Launching OrkutDevBox (code playground for developers)

2011-05-26 Thread Bruno Souza
IE? OMG! Just kidding.

This kind of app should be open source. This way it'll never stay buggy or
outdated for a long time. :)

I would like to help, for example.

-- Bruno Souza
@brunomvsouza

2011/5/26 anatoly anato...@gmail.com

 added it
 UI is broken on my IE and can't use it.



 On May 26, 3:38 pm, Robson Dantas biu.dan...@gmail.com wrote:
  Very good Bruno! The old Opensocial Dev App (developed by Prashant, I
 think)
  was completely outdated and not working properly.
 
  One thing that I was always trying to do is creating sample codes with
  common features, helping beginners starting.
 
  Looking forward to new things coming, and as always, if you need any
 help,
  let me know.
 
  Best
 
  Robson Dantas
  @robsondantas
 
  On Wed, May 25, 2011 at 8:30 PM, Bruno Oliveira (btco)
  bru...@google.comwrote:
 
 
 
   Hi developers,
   *
   *
   We are constantly working to make OpenSocial code development easier.
 One
   of the things we were missing was a live code playground with
 Orkut-specific
   snippets and samples. So I'd like to announce* *our new OpenSocial code
   playground app, *OrkutDevBox
 http://www.orkut.com/Application?appId=876096229684
   *, launching today. More information below.
 
   *
   *
 
   http://www.orkut.com/Main#Application?appId=876096229684
   *What is *OrkutDevBox*?*
   OrkutDevBox is an OpenSocial code playground for Orkut. It allows
   developers to write and test OpenSocial snippets on the fly to
 experiment
   with Orkut's API without having to go through the edit-upload-test
 cycle.
   Main highlights:
 
  - run code with one click
  - runs code against the live Orkut environment: prod, prod-sandbox
 and
  sandbox
  - console to output debug messages
  - supports on-the-fly creation of HTML interfaces
  - code samples for most important Orkut features available with 1
 click
 - (total of 15 Orkut samples integrated into app)
  - often-used OpenSocial code snippets can be picked from a list and
  directly inserted into code
 
   *What Samples are available?
   *
   The following samples are available in the application:
 
  1. Show Viewer and Owner Names
  2. Show Viewer Info
  3. List 20 Friends
  4. List 20 Friends with Pictures
  5. List All Friends
  6. AppData Load and Save
  7. Posting an Activity
  8. Posting an Activity with Modal Notification
  9. Send Private Message
  10. Requesting Data From Remote Servers
  11. Listing Albums
  12. Creating Album
  13. Update Albums
  14. Mosaic with All Photos
  15. Handling Errors
 
   *Didn't we already have a code playground (OpenSocial DevApp)?*
   Yes. But OrkutDevBox is developed by the Orkut team and is focused on
 Orkut
   and comes with Orkut-specific features and sample code. Also, it has
 some
   unique features such as the ability to insert often-used OpenSocial
 snippets
   from a snippets pallete, and, apart from Javascript, it can also
 run
   HTML UIs created on the fly.
   *
   *
   *Do I have to be on Sandbox to use OrkutDevBox?*
   OrkutDevBox works in production, prod sandbox and sandbox, so you can
 test
   your code against any of those environments.
 
   *How do I install it?*
   You can install OrkutDevBox
 http://www.orkut.com/Application?appId=876096229684like any other orkut
 app.
   *
   *
   *Does it save my code?
   *
   No, it does not. It is intended to be used to write quick experimental
   snippets, not to write full applications, but you can of course copy
 and
   paste your code and save elsewhere.
 
   We hope you like this app. Feel free to send any feedback!
 
   Thank you!
 
   -
   Bruno Oliveira (Google)
 
--
   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.

 --
 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.



-- 
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: Launching OrkutDevBox (code playground for developers)

2011-05-25 Thread Prashant Patil
Indeed this app is great for easy code debug and fast development of
apps!

Thanks :-)

Prashant P Patil.

On May 26, 5:06 am, Bruno Souza 241...@gmail.com wrote:
 That's great! :)
 I think it'll make things a lot easier to the new orkut developers.

 Best!

 2011/5/25 Bruno Oliveira (btco) bru...@google.com







  Hi developers,
  *
  *
  We are constantly working to make OpenSocial code development easier. One
  of the things we were missing was a live code playground with Orkut-specific
  snippets and samples. So I'd like to announce* *our new OpenSocial code
  playground app, 
  *OrkutDevBoxhttp://www.orkut.com/Application?appId=876096229684
  *, launching today. More information below.

  *
  *

  http://www.orkut.com/Main#Application?appId=876096229684
  *What is *OrkutDevBox*?*
  OrkutDevBox is an OpenSocial code playground for Orkut. It allows
  developers to write and test OpenSocial snippets on the fly to experiment
  with Orkut's API without having to go through the edit-upload-test cycle.
  Main highlights:

     - run code with one click
     - runs code against the live Orkut environment: prod, prod-sandbox and
     sandbox
     - console to output debug messages
     - supports on-the-fly creation of HTML interfaces
     - code samples for most important Orkut features available with 1 click
        - (total of 15 Orkut samples integrated into app)
     - often-used OpenSocial code snippets can be picked from a list and
     directly inserted into code

  *What Samples are available?
  *
  The following samples are available in the application:

     1. Show Viewer and Owner Names
     2. Show Viewer Info
     3. List 20 Friends
     4. List 20 Friends with Pictures
     5. List All Friends
     6. AppData Load and Save
     7. Posting an Activity
     8. Posting an Activity with Modal Notification
     9. Send Private Message
     10. Requesting Data From Remote Servers
     11. Listing Albums
     12. Creating Album
     13. Update Albums
     14. Mosaic with All Photos
     15. Handling Errors

  *Didn't we already have a code playground (OpenSocial DevApp)?*
  Yes. But OrkutDevBox is developed by the Orkut team and is focused on Orkut
  and comes with Orkut-specific features and sample code. Also, it has some
  unique features such as the ability to insert often-used OpenSocial snippets
  from a snippets pallete, and, apart from Javascript, it can also run
  HTML UIs created on the fly.
  *
  *
  *Do I have to be on Sandbox to use OrkutDevBox?*
  OrkutDevBox works in production, prod sandbox and sandbox, so you can test
  your code against any of those environments.

  *How do I install it?*
  You can install 
  OrkutDevBoxhttp://www.orkut.com/Application?appId=876096229684like any 
  other orkut app.
  *
  *
  *Does it save my code?
  *
  No, it does not. It is intended to be used to write quick experimental
  snippets, not to write full applications, but you can of course copy and
  paste your code and save elsewhere.

  We hope you like this app. Feel free to send any feedback!

  Thank you!

  -
  Bruno Oliveira (Google)

   --
  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.

-- 
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.



Re: [orkut-developer] Re: App updates not showing on New UI

2011-05-24 Thread Bruno Oliveira (btco)
I just tested now and it seems to be working now...
Is anyone still seeing problems with this?

-
Bruno Oliveira (Google)

-- 
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.



Re: [orkut-developer] Re: CreateActivity is not working

2011-05-23 Thread Guilherme Willian Oliveira
never mind is working again

On Tue, May 17, 2011 at 8:26 PM, Guilherme Willian Oliveira 
gwolive...@gmail.com wrote:

 I still having a problem

 the callback message is:
 DATA: null  MSG:  Server internal error CODE:  forbidden on chrome
 DATA: null  MSG:  Outstanding request. Only one allowed at any given time.
 CODE:  forbidden on Firefox

 the code is:
...
   opensocial.requestCreateActivity(activity,
 opensocial.CreateActivityPriority.HIGH, callback);
...

  function callback(status) {
 if (status.hadError()) {
   alert(DATA: + status.getData()+  MSG:  +
 status.getErrorMessage()+ CODE:  + status.getErrorCode());
 }
else {
  alert(OK);
}
  };



 On Tue, May 17, 2011 at 7:48 PM, Bruno Oliveira (btco) 
 bru...@google.com wrote:

 Fixed :-)

 --
 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.




-- 
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.



Re: [orkut-developer] Re: CreateActivity is not working

2011-05-23 Thread Guilherme Willian Oliveira
I still having a problem

the callback message is:
DATA: null  MSG:  Server internal error CODE:  forbidden on chrome
DATA: null  MSG:  Outstanding request. Only one allowed at any given time.
CODE:  forbidden on Firefox

the code is:
   ...
  opensocial.requestCreateActivity(activity,
opensocial.CreateActivityPriority.HIGH, callback);
   ...

 function callback(status) {
if (status.hadError()) {
  alert(DATA: + status.getData()+  MSG:  +
status.getErrorMessage()+ CODE:  + status.getErrorCode());
}
   else {
 alert(OK);
   }
 };



On Tue, May 17, 2011 at 7:48 PM, Bruno Oliveira (btco)
bru...@google.comwrote:

 Fixed :-)

 --
 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.


-- 
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.



Re: [orkut-developer] Re: App updates not showing on New UI

2011-05-23 Thread Guilherme Willian Oliveira
Bruno

the error returned

On Tue, May 17, 2011 at 7:46 PM, Bruno Oliveira (btco)
bru...@google.comwrote:

 Fixed!

 Thanks for the patience.

 --
 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.


-- 
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: OpenSocial/Orkut Tutorials Outdated?

2011-05-20 Thread Bruno Oliveira (btco)
Yes,

The documentation is very out of date, unfortunately. We are working on 
getting it updated soon. Most of the material currently on the site was 
written for the old version of the Orkut UI and most of it references the 
deprecated application submission process, which has been replaced by the 
New Developer Page. However, the OpenSocial part is, in essence, unchanged, 
so you can learn that part from there. However, for the 
submission/review/approval process, please refer to this forum's sticky 
topics at the top for more up-to-date info on how to submit your apps.

Thanks,

-
Bruno Oliveira (Google)

-- 
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: OpenSocial/Orkut Tutorials Outdated?

2011-05-20 Thread max2
Good news: I figured out that in Google Project Hosting, I needed to go to 
SourceBrowsesvntrunk/helloworld.xml and then use the view raw file in 
the File Info area located on the right side of the screen.  Doing that 
gives me a URL which Orkut likes and now I can see my test gadget running in 
my apps!


-- 
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 Share API / share button / share element is not working

2011-05-17 Thread Bruno Oliveira (btco)
Hello,

We believe this problem is related to this 
onehttp://code.google.com/apis/orkut/forum.html?place=topic%2Fopensocial-orkut%2FBtmLZupo2Ts%2Fdiscussion,
 
as share posts are implemented as activity posts. We are working on a fix 
and expect to have it very soon.

Thanks for reporting!

-
Bruno Oliveira (Google)

-- 
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 updates not showing on New UI

2011-05-17 Thread anatoly
thanks for the update, please let us know when it's fixed





On May 17, 10:13 pm, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hi developers,

 Due to an issue on our side, application posts (activities) are currently
 not showing on the New UI. We are working to get this fixed as soon as
 possible. This affects activities posted via the JS API and also via the 3LO
 API.

 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: my updates via the orkut client library

2011-05-17 Thread Adam Duffy
Hello Bruno,

Thank you for your reply. Much appreciated.

Adam

-- 
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: Can create a new app

2011-05-17 Thread danmoller
I do have the same trouble.


I'm totally newbie, so I don't know how to put a URL miniature and
screen capture.


Can someone help us?

-- 
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.



Re: [orkut-developer] Re: IMPORTANT: Name Collision Protection launching! Don't change the title of your app!

2011-05-17 Thread Eros

Hi Guys.

We are trying to migrate our new application over our old application, 
but we are receiving a wrong message.

Something like that:

/An internal error occured while processing your request. Please try 
again after some time. /


Any body have idea that what is happen?

Thanks
Eros

--
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 updates not showing on New UI

2011-05-17 Thread Bruno Oliveira (btco)
Fixed!

Thanks for the patience.

-- 
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.



Re: [orkut-developer] Re: IMPORTANT: Name Collision Protection launching! Don't change the title of your app!

2011-05-17 Thread Bruno Oliveira (btco)
URL migration is no longer supported. Please see this 
posthttp://code.google.com/apis/orkut/forum.html?place=topic%2Fopensocial-orkut%2FnzJ_pLOukIw%2Fdiscussionabout
 URL migration.

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: CreateActivity is not working

2011-05-17 Thread Bruno Oliveira (btco)
Fixed :-)

-- 
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: Problems calling Opensocial API from IE7

2011-05-17 Thread Bruno Oliveira (btco)
Hi Jon,

Could you confirm the problem persists? We have deployed a new version of 
our binaries since then.

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: Application gadget xml

2011-05-17 Thread Bruno Oliveira (btco)
Hi,

Orkut does not host the XMLs on our side (we only cache them). You have to 
edit the XML on your hosting service. I see your app in my console here and 
it's showing a whole bunch of locales already. I think it should be working. 
If you don't see it on the directory for other languages, it's probably 
because the DB hasn't finished replicating yet. Did you change this very 
recently?

-
Bruno Oliveira (Google)

-- 
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 add thumbnail, screenshot and description?

2011-05-17 Thread Bruno Oliveira (btco)
Hi,

I recommend reading this 
posthttp://code.google.com/apis/orkut/forum.html?place=topic%2Fopensocial-orkut%2F5NKAtwwyY0c%2Fdiscussion,
 
as it explains how to make a well formed XML and how to submit your 
application using the New Developer Page.

Thanks!

-
Bruno Oliveira (Google)

-- 
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 updates via the orkut client library

2011-05-16 Thread Bruno Oliveira (btco)
Hi Adam,

In theory, it should be possible to read those using a GetActivitiesTx() but 
there is some inconsistency between what appears there and what is returned 
by the API so in certain circumstances things will look very different (for 
example, the case you described, where you only see profile headline updates 
on the API but you see other things in the web UI).

We are working to improve that and make it more consistent.

Thanks,

-
Bruno Oliveira (Google)

-- 
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: Situación límite: necesito autorización para modificar el Gadget

2011-05-14 Thread Bruno Oliveira (btco)
Hello,

Have you followed the procedure below?

http://code.google.com/apis/orkut/forum.html?place=topic%2Fopensocial-orkut%2F5NKAtwwyY0c%2Fdiscussion

The only page you can use to submit apps is currently the New Developer 
Page. All other application submission methods have been deprecated.

-- 
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 reviews making apps down from false flag!

2011-05-14 Thread Bruno Oliveira (btco)
Hello,

Our name clash algorithm is now very robust, and will catch name clashes 
even against non-exact matches. So even though you may not find a similar 
name by searching, there will sometimes be an application name that will be 
considered to be a clash. We realize this algorithm may be overprotective 
some times, but in this case, it's better to err on the side of caution 
since name changes and clashes are often used by malicious applications.

Please select a more unique title for your application, and things should 
work fine!

-
Bruno Oliveira (Google)

-- 
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 Removal

2011-05-14 Thread Bruno Oliveira (btco)
That application is not currently on the directory. You can remove it from 
your account, and it will go away forever. (unless you add it again, of 
course!)

Thanks!

-
Bruno Oliveira (Google)

-- 
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: Situación límite: necesito autorización para modificar el Gadget

2011-05-14 Thread Bruno Oliveira (btco)
This is probably due to a syntax error in your XML. If you want to support 
that many locales, perhaps you might want to remove all Locale tags in 
order to support all of them, in which case you would not have a problem 
with locale filters

-
Bruno Oliveira (Google)

-- 
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: Can create a new app

2011-05-14 Thread Bruno Oliveira (btco)
Hello,

That page and that submission process have been deprecated. Please use this 
guide to submit your application:

http://code.google.com/apis/orkut/forum.html?place=topic%2Fopensocial-orkut%2F5NKAtwwyY0c%2Fdiscussion

Thank you!

-
Bruno Oliveira (Google)

-- 
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: Situación límite: necesito autorización para modificar el Gadget

2011-05-14 Thread Pablo Mendez
Mi Gadget no tiene ningún error sintáctico: de hecho, envié a Orkut el
mismo Gadget, pero con otra URL, y fue admitido sin cuestionamientos.
El problema se da cuando se intenta remitirlo por segunda vez.
Sólo me queda probar el nuevo camino que usted me ofrece, para
intentar republicar el Gadget. Trataré de llevarlo adelante y luego
escribiré sobre su resultado.
Gracias.
Saludos.

Pablo Mendez

-- 
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: Approved application doesn't appear in public directory

2011-05-13 Thread Pablo Mendez
I placed multiple Locale tags with all the languages ​​recognized by
Orkut. I don't know if that is the solution.
However, wanting to send back the Gadget, Orkut rejects my request
saying Error en el envío. Confirma que el gadget tiene un título, una
descripción, el correo electrónico del autor, la URL en miniatura y la
URL de la captura de pantalla definida; que eres el propietario del
gadget y que el gadget no se ha enviado a ninguna propiedad de
Google.. The gadget has all the required information and I am the
author, why can not send the application a second time?
Regards.

Pablo Mendez

-- 
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: Approved application doesn't appear in public directory

2011-05-12 Thread Bruno Oliveira (btco)
This application is set only to the pt-BR locale, so it will only appear in 
the directory for pt-BR users. So if you have Orkut configured to a 
different language/country, you will not see it there. Could you try setting 
your Orkut config to pt-BR and doing a lookup again?

-
Bruno Oliveira (Google)

-- 
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: number of activities

2011-05-12 Thread Bruno Oliveira (btco)
Yes, that is a known issue. The API is not returning a very reliable number 
of activities but we are working on improving that soon.

Thanks for reporting!

-
Bruno Oliveira (Google)

-- 
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: can't retrieve PhotoCommentActivity

2011-05-12 Thread Bruno Oliveira (btco)
Hello,

This no longer works, since photo comments are now implemented differently 
internally, but we are working to improve the way the API returns activities 
and things should be better soon.

Thanks for reporting!

-
Bruno Oliveira (Google)

-- 
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: activities.get issue

2011-05-12 Thread Bruno Oliveira (btco)
Hi,

Activity posting and retrieving via the API is a bit inconsistent with the 
web interface (and sometimes with itself, as you just reported). We are 
working to improve it and should have more consistent behavior soon.

Thanks!

-
Bruno Oliveira (Google)

-- 
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.



Re: [orkut-developer] Re: Approved application doesn't appear in public directory

2011-05-12 Thread Pablo M
Thanks Bruno. If I use the Brazilian Portuguese in my profile, I can see the
application in the public directory.
If I want all people around the world, meet my application in the public
directory, can I remove or modify the Locale tag?
Thanks You.

Pablo Mendez


2011/5/12 Bruno Oliveira (btco) bru...@google.com

 This application is set only to the pt-BR locale, so it will only appear in
 the directory for pt-BR users. So if you have Orkut configured to a
 different language/country, you will not see it there. Could you try setting
 your Orkut config to pt-BR and doing a lookup again?

 -
 Bruno Oliveira (Google)

 --
 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.


-- 
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: requestSendMessage issue for sending message to owner friends

2011-05-06 Thread Leandro
Hi guys... is there some solution for this problem?? It still
happening on sandbox and on production :(

Is there any other way to send message to some selected friends?

tks,

Leo
www.criosistemas.com.br/

On 22 mar, 06:17, Talonzor talon...@gmail.com wrote:
 I also have this bug, it seems to be broken in the New orkut only.
 in the Old layout it works.

 On Mar 18, 12:50 pm, Leandro leo...@gmail.com wrote:







  I've the same problem. Is that a bug?

  Tks.

  Leandrowww.criosistemas.com.br
  @criosistemas

-- 
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: Name Collision Protection launching! Don't change the title of your app!

2011-05-05 Thread anatoly
Hi Bruno


It once happened to me that I reported about a malicious app via DMCA
and the genuine original app was disabled by mistake instead of the
malicious one. It took 3-4 days to restore the app.

My point is that in the case of false positive (i.e. disabling both
apps or original app instead of malicious due to some bug or outage) -
the price is too high.


thanks

On May 5, 12:51 am, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hi,

 We've tested it a lot in our labs and we're pretty sure it will work well.
 The signal that triggers the check is changing the app's title (in any
 language). So if you don't change your title, there is no way your app will
 be taken down.

 Question: what about existing applications that have name conflicts?

 They will not be checked unless they change their names. If there are
 existing applications with conflicting names, we have no way to decide which
 one is the right one, so we won't take down any of them. The only way to
 take down an existing app that has a name that belongs to you is to file a
 DMCA complaint.

 http://www.google.com/orkut_dmca.html

-- 
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.



Re: [orkut-developer] Re: help terms

2011-05-05 Thread Roberto Scattini
yes, i can add this:

i am using prototype in my javascript framework, and it had driven me almost
crazy this:
http://code.google.com/p/opensocial-resources/issues/detail?id=104

http://code.google.com/p/opensocial-resources/issues/detail?id=104adjustHeight
and other opensocial api calls where working inconsistently, and without any
errors.

so, if you dont see any error, maybe you have some kind of incompatibility.
i solved mine upgrading my prototype to the last version.

thanks!


2011/5/4 Bruno Oliveira (btco) bru...@google.com

 Thanks for this great post! :-)

 It's a good thing you brought up point #1, it can be frustrating to many
 developers. It's always a good idea to include a version number in your XML
 to make sure you are debugging the right thing. We also cache other
 application assets, so if you just updated a graphics file that you are
 using, you may not see changes immediately.

 Another relevant point is that you should always do error handling on the
 callbacks:

 function callback(data) {
if (data.hadError()) {
   // handle error
}
...
 }

 Why? Because if you don't check and try to operate on the data anyway, you
 may get strange 'null' and 'undefined' values. I remember spending a few
 hours scratching my head at this when I had just started learning
 OpenSocial. So the bottom line is: always check for errors!

 By the way, you can get the error message like this:

 data.getErrorMessage()

 And the individual error messages for each of your requests like this:

 data.get('your_id').getErrorMessage()

 Another very important point I'd like to emphasize is #2: use a Javascript
 console or debugger so you can see if you have any syntax errors or runtime
 errors!

 Again, congrats on the great post and keep up the good work! :)

 -
 Bruno Oliveira (Google)

  --
 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.


-- 
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: Name Collision Protection launching! Don't change the title of your app!

2011-05-04 Thread Bruno Oliveira (btco)
Hi,

We've tested it a lot in our labs and we're pretty sure it will work well. 
The signal that triggers the check is changing the app's title (in any 
language). So if you don't change your title, there is no way your app will 
be taken down.

Question: what about existing applications that have name conflicts?

They will not be checked unless they change their names. If there are 
existing applications with conflicting names, we have no way to decide which 
one is the right one, so we won't take down any of them. The only way to 
take down an existing app that has a name that belongs to you is to file a 
DMCA complaint.

http://www.google.com/orkut_dmca.html

-- 
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: help terms

2011-05-04 Thread Bruno Oliveira (btco)
Thanks for this great post! :-)

It's a good thing you brought up point #1, it can be frustrating to many 
developers. It's always a good idea to include a version number in your XML 
to make sure you are debugging the right thing. We also cache other 
application assets, so if you just updated a graphics file that you are 
using, you may not see changes immediately.

Another relevant point is that you should always do error handling on the 
callbacks:

function callback(data) {
   if (data.hadError()) {
  // handle error
   }
   ...
}

Why? Because if you don't check and try to operate on the data anyway, you 
may get strange 'null' and 'undefined' values. I remember spending a few 
hours scratching my head at this when I had just started learning 
OpenSocial. So the bottom line is: always check for errors!

By the way, you can get the error message like this:

data.getErrorMessage()

And the individual error messages for each of your requests like this:

data.get('your_id').getErrorMessage()

Another very important point I'd like to emphasize is #2: use a Javascript 
console or debugger so you can see if you have any syntax errors or runtime 
errors!

Again, congrats on the great post and keep up the good work! :)

-
Bruno Oliveira (Google)

-- 
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: Name Collision Protection launching! Don't change the title of your app!

2011-05-03 Thread anatoly
sounds good however I'm afraid of bugs in this algo and implementation
If for example an original app will be take down by mistake (instead
the fake one) is very dangerous, Hope you tested that carefully.



On May 3, 1:31 am, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 *TL;DR Summary of this post, if you are in a hurry:*

 *Good news:* your application is now under increased protection against
 malicious apps!

 *Caveats:* Don't change the title of your application. Any title changes
 will trigger the new name collision prevention algorithm, and if your new
 title is found to collide with another existing application, your
 application will be removed immediately.

 Attention Developers:

 Starting Friday (May 6), we will start enforcing our brand-new *name clash
 protection* for live applications. Please read the information below to make
 sure you do not accidentally cause your application to be removed without
 notice.

 *Name Collision Protection*
 *
 *
 *1. How does it work?*
 *
 *

 Whenever an application changes its title, in any languages, our automatic
 application reviewer (AppReviewer) will now test the new titles against all
 other live applications in our database. If it detects a name collision, the
 application whose title changed *will be taken down immediately and without
 any human review or prior notification*.

 *2. Why are you doing this?*
 *
 *

 We're doing this in order to protect live applications from malicious apps
 that change their names in order to confuse users. This new algorithm will
 catch any live applications that change their names in a way that conflicts
 with the name of a live application. This means your legitimate application
 now enjoys increased protection, since fake applications will have a hard
 time copying your name!

 *3. Can you give an example of the intended effect of this change?*
 *
 *

 Suppose you have a very successful app called Qwertyuiop. And suppose
 another developer, your rival, has an application called Asdfghjkl, that
 is poorly written and no one uses it. Now, suppose this malicious user wants
 to steal your success -- he renames his application to Qwertyuiop 2:
 Reloaded Deluxe Edition, hoping to trick users into thinking his app is an
 upgrade to yours. With the new Name Collision Protection, this will no
 longer be possible: AppReviewer would notice his application changed its
 title and would detect that its new title conflicts with an existing
 application, Qwertyuiop, and the malicious app would be taken down *
 immediately*. Isn't that great news?

 *4. So when do two names collide?*
 *
 *

 Names collide when they are substantially similar -- similar enough to
 confuse the user who is doing a search for example.

 *5. Are all names protected?*
 *
 *

 No. Only names consisting of 8 or more characters are protected. Smaller
 names are not protected.

 *6. Is there an exception for applications from the same developer?*
 *
 *

 Yes, applications submitted by the same developer (this means the account
 that *submitted *the app, not the account that is listed as the author!) can
 have similar names. This means that the developer who published Qwertyuiop
 is allowed to publish Qwertyuiop 2 Reloaded. But no one else is.

 *7. Why won't the developer be notified before his app is taken down because
 of a name collision?*
 *
 *

 Because this would give a malicious developer time to profit from name
 frauds. So, as a security measure, no prior notice will be sent.

 *8. How can I make sure my app is not taken down for this?*
 *
 *

 It's simple: Don't change the title of your app. Ever. There are very few
 legitimate uses for this, so we presume that an app that has changed its
 name is probably up to no good.

 *9. Can I predict that a name won't conflict by doing a search?*
 *
 *

 No. Our name clash algorithm is stricter than a simple text search, so even
 if the name seems to be available when you do a regular search, it may
 actually conflict with something that the search didn't show you, and this
 will cause your application to be taken down. Again, see advice [8]: don't
 change your title. Ever.

-- 
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: Name Collision Protection launching! Don't change the title of your app!

2011-05-03 Thread anatoly
Also, I've noticed that some malicious developers, use just a
portuguese translation of the name if for example original name is in
english and trademarked.

Also I'd like to mention that there are cases when there are official
trademarked names for certain games and there are devs whose apps are
older and have some user base but violate trademarks, and the original
trademark owner joins orkut later with their game. What to do in this
case?


thanks



On May 3, 1:31 am, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 *TL;DR Summary of this post, if you are in a hurry:*

 *Good news:* your application is now under increased protection against
 malicious apps!

 *Caveats:* Don't change the title of your application. Any title changes
 will trigger the new name collision prevention algorithm, and if your new
 title is found to collide with another existing application, your
 application will be removed immediately.

 Attention Developers:

 Starting Friday (May 6), we will start enforcing our brand-new *name clash
 protection* for live applications. Please read the information below to make
 sure you do not accidentally cause your application to be removed without
 notice.

 *Name Collision Protection*
 *
 *
 *1. How does it work?*
 *
 *

 Whenever an application changes its title, in any languages, our automatic
 application reviewer (AppReviewer) will now test the new titles against all
 other live applications in our database. If it detects a name collision, the
 application whose title changed *will be taken down immediately and without
 any human review or prior notification*.

 *2. Why are you doing this?*
 *
 *

 We're doing this in order to protect live applications from malicious apps
 that change their names in order to confuse users. This new algorithm will
 catch any live applications that change their names in a way that conflicts
 with the name of a live application. This means your legitimate application
 now enjoys increased protection, since fake applications will have a hard
 time copying your name!

 *3. Can you give an example of the intended effect of this change?*
 *
 *

 Suppose you have a very successful app called Qwertyuiop. And suppose
 another developer, your rival, has an application called Asdfghjkl, that
 is poorly written and no one uses it. Now, suppose this malicious user wants
 to steal your success -- he renames his application to Qwertyuiop 2:
 Reloaded Deluxe Edition, hoping to trick users into thinking his app is an
 upgrade to yours. With the new Name Collision Protection, this will no
 longer be possible: AppReviewer would notice his application changed its
 title and would detect that its new title conflicts with an existing
 application, Qwertyuiop, and the malicious app would be taken down *
 immediately*. Isn't that great news?

 *4. So when do two names collide?*
 *
 *

 Names collide when they are substantially similar -- similar enough to
 confuse the user who is doing a search for example.

 *5. Are all names protected?*
 *
 *

 No. Only names consisting of 8 or more characters are protected. Smaller
 names are not protected.

 *6. Is there an exception for applications from the same developer?*
 *
 *

 Yes, applications submitted by the same developer (this means the account
 that *submitted *the app, not the account that is listed as the author!) can
 have similar names. This means that the developer who published Qwertyuiop
 is allowed to publish Qwertyuiop 2 Reloaded. But no one else is.

 *7. Why won't the developer be notified before his app is taken down because
 of a name collision?*
 *
 *

 Because this would give a malicious developer time to profit from name
 frauds. So, as a security measure, no prior notice will be sent.

 *8. How can I make sure my app is not taken down for this?*
 *
 *

 It's simple: Don't change the title of your app. Ever. There are very few
 legitimate uses for this, so we presume that an app that has changed its
 name is probably up to no good.

 *9. Can I predict that a name won't conflict by doing a search?*
 *
 *

 No. Our name clash algorithm is stricter than a simple text search, so even
 if the name seems to be available when you do a regular search, it may
 actually conflict with something that the search didn't show you, and this
 will cause your application to be taken down. Again, see advice [8]: don't
 change your title. Ever.

-- 
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: Sumiço do Aplicativo CINDERELA / PRÍNCIPE do Diretório de Aplicativos

2011-04-29 Thread Bruno Oliveira (btco)
Olá,

Vocês receberam algum e-mail do AppReviewer alertando sobre algum problema 
na aplicação? Esse e-mail vai para o email do autor listado no próprio XML 
da aplicação.

Atenciosamente,

-
Bruno Oliveira (Google)

-- 
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: AppReviewer complains about applications names

2011-04-29 Thread Bruno Oliveira (btco)
Hello,

Have your applications changed their names recently?

These messages are only supposed to be sent to applications that have 
changed their name and now conflict with another application's name. The 
conflict can happen by substring as well, so Come2Play Backgammon will 
conflict with an application called simply Backgammon.

-
Bruno Oliveira (Google)

-- 
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: OAuth Access Broken

2011-04-29 Thread Bruno Oliveira (btco)
Hello,

What's your consumer key? (Please don't reveal your consumer secret, I only 
need the consumer key!)
Does the error message really say 123123123123 or are you using that as a 
placeholder in order not to disclose the actual number?

(You can reply to me privately using Reply to Author if you don't want to 
expose your information here in the forum)

-- 
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: Unapproved applications for malicious content

2011-04-29 Thread Bruno Oliveira (btco)
Hi,

Please don't reference any content on 110mb.com. That should solve the 
problem, I believe :)
Por favor não referencie nenhum conteúdo do 110mb.com. Isso deve resolver o 
problema, creio :)

-
Bruno Oliveira (Google)

-- 
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 share flash into orkut?

2011-04-29 Thread larest
yes I tried it.

I tried share image:
form method=GET target=_blank id='getshare' action=http://
promote.orkut.com/preview
input type=hidden name=nt value=orkut.com/
input type=hidden name=tt value=trying image/
input type=hidden name=du value=http://roar.com//
input id='cnid' type=hidden name=cn value='%3Cimg+src%3D
%22https%3A%2F%2Flh5.googleusercontent.com%2F-PCN9y_gaS3Q%2FS45vqe0hWoI
%2FAAU%2F22TAFtR1GGE%2Fs400%2FIMG_2008s.jpg%22+width%3D%22286px
%22+height%3D%22400px%22%3E'/
input type=submit name=submit value=Share1 /

/form

and flash

form method=GET target=_blank id='getshare' action=http://
promote.orkut.com/preview
input type=hidden name=nt value=orkut.com/
input type=hidden name=tt value=trying image/
input type=hidden name=du value=http://roar.com//
input id='cnid' type=hidden name=cn value='%3Cobject+style%3D
%22height%3A+390px%3B+width%3A+640px%22%3E%3Cparam+name%3D%22movie
%22+value%3D%22http%3A%2F%2Fwww.youtube.com%2Fv%2FBxMXghjK_nM%3Fversion
%3D3%22%3E%3Cparam+name%3D%22allowFullScreen%22+value%3D%22true%22%3E
%3Cparam+name%3D%22allowScriptAccess%22+value%3D%22always%22%3E%3Cembed
+src%3D%22http%3A%2F%2Fwww.youtube.com%2Fv%2FBxMXghjK_nM%3Fversion
%3D3%22+type%3D%22application%2Fx-shockwave-flash%22+allowfullscreen%3D
%22true%22+allowScriptAccess%3D%22always%22+width%3D%22640%22+height%3D
%22390%22%3E%3C%2Fobject%3E'/
input type=submit name=submit value=Share1 /

/form

it just posted text in orkut.

On 23 апр, 10:14, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Did you try it using the GET API for Orkut Share? It's a bit harder to use
 since you have to URL-encode everything, but it might be an alternative.

-- 
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: AppReviewer complains about applications names

2011-04-27 Thread Amir Shwartz
We're getting emails about those apps as well:

AppId: 358733759596
Title: Come2Play Chess
URL: http://orkut.come2play.com/shared/api/opensocial/orkut/xml/chess.xml

AppId: 178561164275
Title: Come2Play Backgammon
URL: http://orkut.come2play.com/shared/api/opensocial/orkut/xml/backgammon.xml

On Apr 27, 11:41 am, Amir Shwartz a...@come2play.com wrote:
 We have been getting those emails about our apps names, it seams to be
 inconsistent , because the same app can pass review , and a day later
 it fails review. Complaints are about the following languages - all,
 pr, cs.

 What strange is that all of our apps are has our company name in it -
 Come2Play [GameName] , for example: Come2Play Chess, Come2play
 Backgammon etc. so it cannot conflict with another developer name.

 Please help out because the emails says there are about 10-14 days to
 fix this!

 AppId: 293625545194
 Title: Come2Play Go
 URL:http://www.come2play.com/Shared/api/opensocial/orkut/xml/go.xml

 AppId: 165149532317
 Title: Come2Play Four-In-A-Row
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/fourrow.xml

 AppId: 1009328730048
 Title: Come2Play Tic-Tac-Toe
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/tictactoe.xml

 AppId: 349131773366
 Title: Come2Play Simon
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/simon.xml

 AppId: 1046524137111
 Title: Come2Play Darts
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/darts.xml

 AppId: 299307656658
 Title: Come2Play Pool
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/pool.xml

 AppId: 917294907887
 Title: Come2Play Sheep me
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/blob.xml

 AppId: 908363232717
 Title: Come2Play Marbles
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/kancha.xml

 AppId: 730506391631
 Title: Come2Play Reversi
 URL:http://orkut.come2play.com/shared/api/opensocial/orkut/xml/reversi.xml

 AppId: 255708710999
 Title: Come2Play Domino Battle
 URL:http://www.come2play.com/shared/api/opensocial/orkut/getXMLApp.asp?Ga...

 AppId: 519320173077
 Title: Come2Play GoldMiner
 URL:http://www.come2play.com/shared/api/opensocial/orkut/getXMLApp.asp?Ga...

 AppId: 570623403672
 Title: Come2Play Super Star Balls
 URL:http://www.come2play.com/Shared/api/opensocial/orkut/getXMLapp.asp?ga...

-- 
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: Unapproved applications for malicious content

2011-04-25 Thread Paulo P
Olá Bruno. Desculpe ,  estou escrevendo em português pois vi que você
respondeu em outro tópico em português.
NA verdade esses dois aplicativos não tem nenhuma referência no título
e nem da descrição citando google ou orkut .
Nas respostas que recebo dizem que tem conteúdo maliciosos para alguma
url que estou apontando no aplicativo na descrição dele ou no seu
conteúdo. Ele aponta para sites meus mesmo, não tem nenhum site que
não me pertence. Por isso fiz a revisão do aplicativo e do site para
onde ele aponta, mas não tem nenhum problema de conteúdo malicioso.
OS únicos endereços que ele aponta e que não pertencem a mim é aonde
imagens estão hospedades ( imageshack) e aonde está hospedado um
arquivo JS (http://dinhquanghuy.110mb.com)  mas os aplicativos não
apontam diretamente para estes endereços. Eles fazem parte do template
dos meus sites. Isso pode estar interferindo nesse problema?

On 23 abr, 04:12, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hello,

 Here's a common cause of problems: are you saying 'Orkut' or 'Google'
 anywhere in your title or description?
 If not, are you loading any content from a public site that's not yours?

-- 
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: Unapproved applications for malicious content

2011-04-25 Thread Paulo P
I ask the help of friends here at the forum about this my problem.
I've tried everything but applications are always rejected for the
same reason: one of the malicious content urls listed in the
description or content of the application. Applications link to my
site even. I already have other applications with the same structure
that has always been approved without problems. Thisa few years ago .
This time they are not approved in any way. I have already submitted
three times and returned the three. already checked all the URLs and
found nothing. If any friend can help I am grateful.

Paulo

On 23 abr, 04:12, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hello,

 Here's a common cause of problems: are you saying 'Orkut' or 'Google'
 anywhere in your title or description?
 If not, are you loading any content from a public site that's not yours?

-- 
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.



Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-23 Thread Bruno Oliveira (btco)
Hi,

Yes, this is all done via requestSendMessage. If you are sending a gift to a 
friend, it's probably best to store the gift on your own server associated 
to that friend's OpenSocial ID and then deliver the present when that friend 
signs up to your application.

-
Bruno Oliveira (Google)

-- 
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: Unapproved applications for malicious content

2011-04-23 Thread Bruno Oliveira (btco)
Hello,

Here's a common cause of problems: are you saying 'Orkut' or 'Google' 
anywhere in your title or description?
If not, are you loading any content from a public site that's not yours?

-- 
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 share flash into orkut?

2011-04-23 Thread Bruno Oliveira (btco)
Did you try it using the GET API for Orkut Share? It's a bit harder to use 
since you have to URL-encode everything, but it might be an alternative.

-- 
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: socoroooo quero ser um desenvouverdor

2011-04-23 Thread Bruno Oliveira (btco)
Nosso recurso principal de documentação é o
http://code.google.com/apis/orkut

Há um tutorial bastante completo, OpenSocial tutorial for 
Orkut.http://code.google.com/apis/orkut/articles/tutorial/tutorial.html

-- 
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: AppReviewer: False Positive for app took too long to load - 8 days left!

2011-04-23 Thread Bruno Oliveira (btco)
Glad to know the problem was solved.

Yes, lazy loading is a much better experience for the user than locking up 
on initialization while waiting for all resources to load. Thanks for the 
link to the lazy loading script, it's very interesting :-)

-- 
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: AppReviewer now giving deadlines

2011-04-23 Thread Bruno Oliveira (btco)
Hello,

Yes, AppReviewer was firing some false-positives about popups last week but 
it seems to be fixed now. Please let us know if you continue to see this 
issue.

-
Bruno Oliveira (Google)

-- 
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.



Re: [orkut-developer] Re: AppReviewer: False Positive for app took too long to load - 8 days left!

2011-04-20 Thread René Tapia
Yes! I finally passed the review.

I used a small script that works like a charm:
https://github.com/rgrove/lazyload/

User experience is indeed much better now, as the loading screen appears
almost instantly now.

Thanks and best regards,
René Tapia


2011/4/16 René Tapia renux...@gmail.com

 Hello,

 I am very concerned that my app might get removed, and I was wondering if
 you have had a chance to take a look into this issue.

 I just got another AppReviewer email saying I have 5 days left.

 Not counting this weekend, that's only 3 days left starting on Monday.

 If you are super busy right now, do you think you could at least pause the
 AppReviewer for now, until you have some time to investigate? That way no
 apps will get removed unjustifiably.


 My app id is: 1078012827336

 Thanks in advance for your time and consideration.

 Best regards,
 Rene Tapia


 2011/4/14 Always Dynamic! manjif...@gmail.com

 Yes i tried my best to reduce code size, external pages size. Added static
 page with single image on load. But App reviewer giving same message! and
 now its 7 days warning.

 What to do? Any solution?

 Regards
 Always Dynamic

 --
 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.




-- 
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.



Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-20 Thread Roberto Scattini
is there an equivalent to notifications (of myspace, for example) in orkut?

how do i send a user a link to accept a gift or stuff like that?
and invitations?

all this is done (i mean emulated) with requestsendmessage?

thanks!!!

2011/4/19 Robson Dantas biu.dan...@gmail.com

 A possible way to do that is using Scrap activities, see here:


 http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapActivity.java


 http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapActivity.java
 Best

 Robson Dantas
 @robsondantas


 On Tue, Apr 19, 2011 at 6:12 AM, Matthew Young taige...@gmail.com wrote:

 can you get the scaps which you self sent to specific friend?

  --
 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.


  --
 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.


-- 
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: AppReviewer: False Positive for app took too long to load - 8 days left!

2011-04-20 Thread Leandro
Hi,

I don't use onLoadHandler. I just call the initial function on the
end of my last javascript file loaded. Maybe you could try it.

Leandro
Crio Sistemas e Tecnologia

On 15 abr, 01:21, Always Dynamic! manjif...@gmail.com wrote:
 Yes i tried my best to reduce code size, external pages size. Added static
 page with single image on load. But App reviewer giving same message! and
 now its 7 days warning.

 What to do? Any solution?

 Regards
 Always Dynamic

-- 
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 replies to a single scrap?

2011-04-19 Thread Matthew Young
can you get the scaps which you self sent to specific friend?

-- 
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.



Re: [orkut-developer] Re: Upload photo with 3LO

2011-04-19 Thread Sarvesh Exl
Hello Tiago,

Thanks for replying.

I tried the way you said :

http://www.orkut.com/social/rpc?request=%5b%7b%22params%22%3a%7b%22groupId%22%3a%22%40self%22%2c%22userId%22%3a%22%40me%22%2c%22albumId%22%3a%224941124514%22%2c%22mediaItem%22%3a%7b%22title%22%3a%22aaa.jpg%22%2c%22url%22%3a%22%40field%3aimage1%22%7d%7d%2c%22method%22%3a%22mediaitems.create%22%7d%5doauth_token=1%2FGmzdIn1jvAbxQb71b4ayI0Q2yGr-CI0rOYmsYBYG8I8oauth_consumer_key=XXoauth_signature_method=HMAC-SHA1oauth_timestamp=1303224714oauth_nonce=8043591oauth_version=1.0oauth_signature=vnMkRsg8g2nYlvfNI89Elh%2BZss0%3D

This is the URL I created with multipart/form-data request with one the part
as:
form-data;name=\image1\;filename=\uploaded\

But still I get this response back:
{error:{message:unauthorized: Authentication
failed.,code:401}}{message:badRequest: Invalid input - -1,code:400}

Can you help me out here? whats wrong with my request?

Regards,
Sarvesh


On Sat, Apr 16, 2011 at 9:53 AM, Tiago Silveira (Google) t...@google.comwrote:

 Hi, Sarvesh! I recently found that to successfully upload a photo you need
 to send a multipart request, but the JSON part of the request must go in the
 URL. So instead of:

 --part type:application/json --
 { method: 'mediaitems.create', ... }
 --part type:object/octet-stream --
 [BLOB]

 You move the request to the URL:

 /social/rpc?request=URLEncode({method: 'mediaitems.create', ... })

 This is how our client library does it:

 http://www.google.com/codesearch/p?hl=en#FfgKrVcptGg/java/src/com/google/orkut/client/api/BatchTransaction.javaq=upload%20addBody%20package:http://orkut-os-client%5C.googlecode%5C.coml=118

 I've been scratching my head too. I imagine that our photo upload
 implementation predates the OpenSocial spec, and came at a time when Shindig
 didn't have multipart processing. But that's a conjecture, I was not there
 at the time.

 --
 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.


-- 
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.



Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Robson Dantas
A possible way to do that is using Scrap activities, see here:

http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapActivity.java

http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapActivity.java
Best

Robson Dantas
@robsondantas

On Tue, Apr 19, 2011 at 6:12 AM, Matthew Young taige...@gmail.com wrote:

 can you get the scaps which you self sent to specific friend?

  --
 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.


-- 
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.



Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Matthew Young
seems ok , but currently still cannot get the Scrap activitie I use 
GetActivitiesTx to retrieve,  why ? show me reason

-- 
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.



Re: [orkut-developer] Re: How to get replies to a single scrap?

2011-04-19 Thread Matthew Young
Another question, in orkut client , we can post one activity with title and 
body, please let me know how we can do this on Orkut directly (including 
tile and body)

-- 
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.



Re: [orkut-developer] Re: Upload photo with 3LO

2011-04-16 Thread Tiago Silveira (Google)
Hi, Sarvesh! I recently found that to successfully upload a photo you need 
to send a multipart request, but the JSON part of the request must go in the 
URL. So instead of:

--part type:application/json --
{ method: 'mediaitems.create', ... }
--part type:object/octet-stream --
[BLOB]

You move the request to the URL:

/social/rpc?request=URLEncode({method: 'mediaitems.create', ... })

This is how our client library does it:
http://www.google.com/codesearch/p?hl=en#FfgKrVcptGg/java/src/com/google/orkut/client/api/BatchTransaction.javaq=upload%20addBody%20package:http://orkut-os-client%5C.googlecode%5C.coml=118

I've been scratching my head too. I imagine that our photo upload 
implementation predates the OpenSocial spec, and came at a time when Shindig 
didn't have multipart processing. But that's a conjecture, I was not there 
at the time.

-- 
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: activities.get / 3-legged

2011-04-16 Thread Tiago Silveira (Google)
Hi Allan, could you please verify that this problem is fixed on 
sandbox.orkut.com? Production fix coming next Tuesday.

-- 
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.



Re: [orkut-developer] Re: AppReviewer: False Positive for app took too long to load - 8 days left!

2011-04-16 Thread René Tapia
Hello,

I am very concerned that my app might get removed, and I was wondering if
you have had a chance to take a look into this issue.

I just got another AppReviewer email saying I have 5 days left.

Not counting this weekend, that's only 3 days left starting on Monday.

If you are super busy right now, do you think you could at least pause the
AppReviewer for now, until you have some time to investigate? That way no
apps will get removed unjustifiably.

My app id is: 1078012827336

Thanks in advance for your time and consideration.

Best regards,
Rene Tapia

2011/4/14 Always Dynamic! manjif...@gmail.com

 Yes i tried my best to reduce code size, external pages size. Added static
 page with single image on load. But App reviewer giving same message! and
 now its 7 days warning.

 What to do? Any solution?

 Regards
 Always Dynamic

 --
 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.


-- 
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 temporarily disabled

2011-04-15 Thread Tiago Silveira (Google)
We just turned on profile view for the old UI back.

-- 
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.



Re: [orkut-developer] Re: orkut os client 2.0

2011-04-15 Thread Bruno Oliveira (btco)
Hi,

I just tested the flow here with the sample application and it's working 
perfectly for me, both against sandbox and production. Could you give more 
details? How are you making the call? Does your traffic to through a proxy?

Also, does the sample application (samples/Sample.java) work for you?

Thanks,

-
Bruno Oliveira (Google)

-- 
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.



Re: [orkut-developer] Re: orkut os client 2.0

2011-04-14 Thread Robson Dantas
As stated on other threads, looks like a bug on google´s side. Allan posted
same error happening, and other users posted the same using java library.

Bruno, Tiago, can you please check ?

Tks

Robson Dantas
@robsondantas

On Wed, Apr 13, 2011 at 2:27 AM, soori gokaraju iam.soo...@gmail.comwrote:

 can any one help me, to solve this issue

  --
 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.


-- 
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.



Re: [orkut-developer] Re: Upload photo with 3LO

2011-04-14 Thread Sarvesh Exl
Still anybody successful uploading Image using 3LO??

Regards,
Sarvesh

On Fri, Feb 11, 2011 at 9:04 AM, Bruno btco Oliveira bru...@google.comwrote:

 Oh, now that I re-read your question, I believe you were looking for the
 syntax of request itself (JSON). I don't know it by heart, but you can dig
 into the java client library (the link I wrote above)'s UploadPhotoTx class,
 since it produces that 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.


-- 
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: AppReviewer: False Positive for app took too long to load - 8 days left!

2011-04-14 Thread Always Dynamic!
Yes i tried my best to reduce code size, external pages size. Added static 
page with single image on load. But App reviewer giving same message! and 
now its 7 days warning. 

What to do? Any solution?

Regards
Always Dynamic

-- 
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 os client 2.0

2011-04-13 Thread soori gokaraju
can any one help me, to solve this issue

-- 
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 reviewer issue: The apps is displaying a modal dialog (popup).

2011-04-13 Thread Ernesto
I am  getting the same warning from Orkut. The message is mentioning a
deadline of April 27th to fix this issue. My app has been running for
months now and it doesn't have a pop-up. It does have a link with
target=_blank, but I'm not sure if that's an issue.

Thanks

On Mar 30, 11:31 am, Tiago Silveira (Google) t...@google.com
wrote:
 Awesome! With anatoly's help we found a bug in profile view sanitization
 (only in app reviewer). If your app was recently rejected with this error,
 it will get fixed in the next round.

-- 
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: Drop in traffic during last 2 weeks

2011-04-12 Thread Jackson

All apps traffics is losing because the profile views was disabled,
profile views means 20% to 30% more traffic to all apps.

2 years ago, orkut gave 2x or 3x more traffic to all apps, after the
several changes and layout, all apps will never be the same again,
losing user, losing traffic after all changes.

-- 
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: Drop in traffic during last 2 weeks

2011-04-12 Thread anatoly
interesting what guys at orkut team think about this...
I think it is our both developers and orkut interest to increase
traffic and discovery.



On Apr 12, 9:00 am, Jackson jackson.costa.j...@gmail.com wrote:
 All apps traffics is losing because the profile views was disabled,
 profile views means 20% to 30% more traffic to all apps.

 2 years ago, orkut gave 2x or 3x more traffic to all apps, after the
 several changes and layout, all apps will never be the same again,
 losing user, losing traffic after all changes.

-- 
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: Urgent - Application disappear from application directory and profiles too.

2011-04-12 Thread Prashant Patil
Its been 3 days. my application is down. Some from open social team
please re enable it!

On Apr 10, 7:37 pm, Prashant Patil prashantpandurangpa...@gmail.com
wrote:
 Here is the error message i am getting..
 This gadget has not yet cleared the review process

 Please look into this..

 On Apr 10, 3:05 pm, Prashant Patil prashantpandurangpa...@gmail.com
 wrote:







  Hi,

  my apllication who is online... got disappeared from application
  directory. As well as from profile list too. please look into this.
  Its Urgent request. till yesterday application was working okay. Its
  ranking in directory is 10-12 No. I aM losing much traffic because of
  this error.
  here is my app id : 662358284056

  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.



Re: [orkut-developer] Re: Urgent - Application disappear from application directory and profiles too.

2011-04-12 Thread Julio Alvarez
Prashant's application is down for 3 days without notice, and no one from
Orkut team says anything about it? Is that I understood ?

Julio.


2011/4/12 Prashant Patil prashantpandurangpa...@gmail.com

 Its been 3 days. my application is down. Some from open social team
 please re enable it!

 On Apr 10, 7:37 pm, Prashant Patil prashantpandurangpa...@gmail.com
 wrote:
  Here is the error message i am getting..
  This gadget has not yet cleared the review process
 
  Please look into this..
 
  On Apr 10, 3:05 pm, Prashant Patil prashantpandurangpa...@gmail.com
  wrote:
 
 
 
 
 
 
 
   Hi,
 
   my apllication who is online... got disappeared from application
   directory. As well as from profile list too. please look into this.
   Its Urgent request. till yesterday application was working okay. Its
   ranking in directory is 10-12 No. I aM losing much traffic because of
   this error.
   here is my app id : 662358284056
 
   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.



-- 
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.



Re: [orkut-developer] Re: Urgent - Application disappear from application directory and profiles too.

2011-04-12 Thread Prashant­ Patil
Hi, Julio i contacted one of forum guide. But it takes more than expected
time. So worried! As app was down without notice. and now loosing lots of
users. Every hour is precious to me as i worked hard for this application
since last 3 years.

So waiting





On Tue, Apr 12, 2011 at 7:41 PM, Julio Alvarez jczivi...@gmail.com wrote:

 Prashant's application is down for 3 days without notice, and no one from
 Orkut team says anything about it? Is that I understood ?

 Julio.


 2011/4/12 Prashant Patil prashantpandurangpa...@gmail.com

 Its been 3 days. my application is down. Some from open social team
 please re enable it!

 On Apr 10, 7:37 pm, Prashant Patil prashantpandurangpa...@gmail.com
 wrote:
  Here is the error message i am getting..
  This gadget has not yet cleared the review process
 
  Please look into this..
 
  On Apr 10, 3:05 pm, Prashant Patil prashantpandurangpa...@gmail.com
  wrote:
 
 
 
 
 
 
 
   Hi,
 
   my apllication who is online... got disappeared from application
   directory. As well as from profile list too. please look into this.
   Its Urgent request. till yesterday application was working okay. Its
   ranking in directory is 10-12 No. I aM losing much traffic because of
   this error.
   here is my app id : 662358284056
 
   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.


  --
 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.




-- 
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-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: Drop in traffic during last 2 weeks

2011-04-12 Thread Glauber
It's so clear that they are not very interested in strengthening the
relationship with app developers. Profile view disabled for old
interface (with no prevision to come back). New orkut layout for apps,
constantly api bugs, etc... All this mess costed me about 20~30% of
traffic too.


On 11 abr, 21:06, anatoly anato...@gmail.com wrote:
 Hi

 Did anyone else noticed a significant drop in traffic during last 2
 weeks?
 I didn't make changes and the traffic was stable before. Did orkut
 make some chnages that affect traffic?

 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.



Re: [orkut-developer] Re: Drop in traffic during last 2 weeks

2011-04-12 Thread Julio Alvarez
Agreed, unfortunatelly.

Orkut team is trying to mimic facebook's interface. But what they didn't
realize it is that people are going to Facebook mainly to use APPLICATIONS!

So, instead of Google put a red carpet for applications developers, it is
doing the opposite!

If Orkut has a strong and health application enviroment, its a win-win game,
for Orkut, developers and users.

Julio.


2011/4/12 Glauber glauber...@gmail.com

 It's so clear that they are not very interested in strengthening the
 relationship with app developers. Profile view disabled for old
 interface (with no prevision to come back). New orkut layout for apps,
 constantly api bugs, etc... All this mess costed me about 20~30% of
 traffic too.


 On 11 abr, 21:06, anatoly anato...@gmail.com wrote:
  Hi
 
  Did anyone else noticed a significant drop in traffic during last 2
  weeks?
  I didn't make changes and the traffic was stable before. Did orkut
  make some chnages that affect traffic?
 
  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.



-- 
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: AppReviewer now giving deadlines

2011-04-12 Thread as
Well, AppReviwer stiil showing meesages about popus that doesn't
exists.
This is a altready known issue, not yet fixed.

On 9 abr, 02:31, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hi Developers,

 We've been working on a number of changes on AppReviewer the past few weeks.
 One of the biggest ones is that we are now continuously reviewing live apps
 and establishing a deadline of 15 days for you to correct your application
 when we detect a problem. If your application continues to fail review
 during those 15 days, it will be taken down.

 During the 15 day period, you will receive periodic messages from
 AppReviewer (roughly every 12 hours) indicating the errors that still exist
 in your application, and informing you of the remaining time you have to fix
 your application.

 If you fix your application, AppReviewer will send you a message saying your
 application passed review and all is back to normal: the deadline stops
 counting and your app is good to go.

 You may be worried about false-alarms. For example, one that might be more
 likely to occur than others are network latency issues. So you might get an
 email from AppReviewer saying your app failed review because we could not
 fetch a given resource, and giving you 15 days to fix the problem. But when
 you test the resource, it's loading correctly. So what's the matter in this
 case? Well, networks can be unreliable at times, so yes, this may be a false
 alarm. In that case, you should wait for the next review (which occurs
 roughly 12 hours later). If you get a second failure message from the same
 resource, something is definitely strange and it looks less random, and is
 most likely a real problem with your application.

 What if your app is innocent and it's really a random network error? Well,
 the only reason your application would get actually taken down because of
 that false-alarm is if it's unlucky enough to fail review 30 times (15 days
 x 2 reviews/day) because of random network issues. We think that's highly
 unlikely!

 So, if your application is failing reviews constantly, you must take action!
 Try to find the problem in your application, and, if you need help, please
 come to the forum and ask the community for some advice!

 -
 Bruno Oliveira (Google)

-- 
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: poup up

2011-04-12 Thread as
The problem still persists.

On 9 abr, 01:44, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hello,

 This error message happens if you access URL's that are considered malicious
 or suspicious. We do not disclose which URL's specifically. However, we've
 had a false-positive problem recently, so the message you received might be
 one of these false-alarms due to a bug in AppReviewer.

 We believe it's fixed now, so people shouldn't be getting any more of those
 messages (unless, of course, they actually are accessing suspicious URL's
 :-))

 -
 Bruno Oliveira (Google)

-- 
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 reviewer issue: The apps is displaying a modal dialog (popup).

2011-04-12 Thread diego nunes
On Mar 30, 3:33 pm, Prashant­ Patil prashantpandurangpa...@gmail.com
wrote:
 What about previous accepted apps? As me too getting mails about this. but
 cant fig out any popup.

I just got an email saying...

---
The apps is displaying a modal dialog (popup). Please remove the
popup;

You may want to fix this/these at the earliest!

Please notice that you have the following deadline to solve these
problems. Failure to
do so will cause your application to be removed from orkut!

Deadline for fixing problems: 2011-04-27T19:51:52.914Z
Days left: 15
---

What does that means? The app is up and running for months, now,
with no problem whatsoever. The only dialog that this open is a
share one, but it's triggered by a user action.
Should I worry that the app will be taken down?

-- 
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.



Re: [orkut-developer] Re: App reviewer issue: The apps is displaying a modal dialog (popup).

2011-04-12 Thread Julio Alvarez
Just a sugestion...

AppReviewer could have a grace period, one day or two, and if the issue
still there, then it starts to send these warning e-mails. This could avoid
this noise messages sent to developers.

Julio.


2011/4/12 diego nunes dnu...@gmail.com

 On Mar 30, 3:33 pm, Prashant­ Patil prashantpandurangpa...@gmail.com
 wrote:
  What about previous accepted apps? As me too getting mails about this.
 but
  cant fig out any popup.

 I just got an email saying...

 ---
 The apps is displaying a modal dialog (popup). Please remove the
 popup;

 You may want to fix this/these at the earliest!

 Please notice that you have the following deadline to solve these
 problems. Failure to
 do so will cause your application to be removed from orkut!

 Deadline for fixing problems: 2011-04-27T19:51:52.914Z
 Days left: 15
 ---

What does that means? The app is up and running for months, now,
 with no problem whatsoever. The only dialog that this open is a
 share one, but it's triggered by a user action.
Should I worry that the app will be taken down?

 --
 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.



-- 
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.



Re: [orkut-developer] Re: message.create

2011-04-11 Thread Robson Dantas
My two cents here, since it´s getting interesting, because it makes such
apps 'impossible' to be developed.


 We realize this may be a challenge on embedded devices, and in those cases
 you have to ask the user to find a web browser to solve the captcha. Also,
 certain types of messages will always generate a captcha, no matter how
 infrequent they are.


 Would you use a service like this?  let´s say: SMS to scrap, and when
sending it, a message saying open your browser and type this in order to
get it delivered.

Orkut should have implemented something like Facebook to control abuse, and
of course, having special partnerships where white lists could be applied.

Why not bring this to the PM and check if it´s feasible to be implemented ?

Best

Robson Dantas
@robsondantas

-- 
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.



Re: [orkut-developer] Re: message.create

2011-04-11 Thread Allann Jones
I think that this is not exactly a community, but a board to Google
staff responsible for Orkut to put announcements.

Orkut is unstable, this is fact, for a long time, and now, deprecating
some precious services.


Thank you.


On Mon, Apr 11, 2011 at 1:04 PM, Robson Dantas biu.dan...@gmail.com wrote:
 My two cents here, since it´s getting interesting, because it makes such
 apps 'impossible' to be developed.


 We realize this may be a challenge on embedded devices, and in those cases
 you have to ask the user to find a web browser to solve the captcha. Also,
 certain types of messages will always generate a captcha, no matter how
 infrequent they are.

  Would you use a service like this?  let´s say: SMS to scrap, and when
 sending it, a message saying open your browser and type this in order to
 get it delivered.
 Orkut should have implemented something like Facebook to control abuse, and
 of course, having special partnerships where white lists could be applied.
 Why not bring this to the PM and check if it´s feasible to be implemented ?
 Best
 Robson Dantas
 @robsondantas


-- 
--
Allann Jones

I received the fundamentals of my education in school, but that was
not enough. My real education, the superstructure, the details, the
true architecture, I got out of the public library. For an
impoverished child whose family could not afford to buy books, the
library was the open door to wonder and achievement, and I can never
be sufficiently grateful that I had the wit to charge through that
door and make the most of it. (from I. Asimov, 1994)

-- 
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: Urgent - Application disappear from application directory and profiles too.

2011-04-10 Thread Prashant Patil
Here is the error message i am getting..
This gadget has not yet cleared the review process

Please look into this..



On Apr 10, 3:05 pm, Prashant Patil prashantpandurangpa...@gmail.com
wrote:
 Hi,

 my apllication who is online... got disappeared from application
 directory. As well as from profile list too. please look into this.
 Its Urgent request. till yesterday application was working okay. Its
 ranking in directory is 10-12 No. I aM losing much traffic because of
 this error.
 here is my app id : 662358284056

 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: AppReviewer is now smarter about name clashes (DON'T try to change the name of your app)

2011-04-10 Thread anatoly
sounds good, it's about time
too bad there are already many so-called version 2 apps

On Apr 9, 8:43 am, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Hi developers,

 The new AppReviewer is much smarter than the old one. Now it will catch
 those very crafty abuse cases where apps try to copy the name of existing
 apps in order to trick the users. So, newly submitted applications with
 names that are too similar to existing applications *will not* be approved.
 Apps that change their name to names that collide with other applications 
 *will
 be removed*.

 This measure is designed to protect you from apps that try to copy your
 app's name.

 However, it can backfire on you if you try change your application's name.
 The short rule is *do not, ever, try to change your application's name*. And
 if you disregard this advice and do it anyway, please realize that if the
 new name happens to collide with the name of another application, then your
 app will be *taken down immediately* without any opportunity to fix the
 problem[*].

 *[*] temporarily, we're not actually doing this, but we will start doing
 that soon!*

-- 
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: Issue #K07 is back! We're looking into it.

2011-04-10 Thread anatoly
thanks

On Apr 9, 8:32 am, Bruno Oliveira (\btco\) bru...@google.com
wrote:
 Fixed! \o/

 -
 Bruno Oliveira (Google)

-- 
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 test my app

2011-04-10 Thread Bruno Oliveira (btco)
Hello,

How are you submitting the application? Although there are several 
mechanisms to submit applications, the only supported one currently is the 
New Developer Page

1. Log in to prod.sandbox.orkut.com
2. Change the url to prod.sandbox.orkut.com/Main#Developer
3. Add your application by URL using the text box
4. Click the Submit button next to your 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: Payment Gateway

2011-04-09 Thread Nobody
Will Orkut launch Any type of
Payment Channel.

So that user can Buy credit and Developer can charge that from user
for playing Games.

Thanks




On Mar 22, 6:39 pm, Nobody scra...@gmail.com wrote:
 Will Orkut Add anyPaymentGateway..So that User can Buy Credit to
 Play Social Games .

-- 
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.



Re: [orkut-developer] Re: Payment Gateway

2011-04-09 Thread Bruno Souza
http://www.jambool.com/

 http://www.jambool.com/*
http://googlecode.blogspot.com/2010/12/highlights-from-google-developer-day.html
 Oct 29, Sao Paulo*: Mario Queiroz, VP Product Management, opened the
dayhttp://www.youtube.com/watch?v=ith5K5mWr_g
 for Brazil’s 4th Google Developer Day with the announcement that Jambool
will now provide payments support for Orkut, ...

Best!
-- Bruno Souza
@souzabruno http://twitter.com/souzabruno

2011/4/9 Nobody scra...@gmail.com

 Will Orkut launch Any type of
 Payment Channel.

 So that user can Buy credit and Developer can charge that from user
 for playing Games.

 Thanks




 On Mar 22, 6:39 pm, Nobody scra...@gmail.com wrote:
  Will Orkut Add anyPaymentGateway..So that User can Buy Credit to
  Play Social Games .

 --
 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.



-- 
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] Re: The number of intalls got stucked

2011-04-08 Thread Bruno Oliveira (btco)
Hello,

We are working on fixing the statistics system. It's taking a little longer 
than expected, but it should be back online soon. Sorry for the 
inconvenience.

-
Bruno Oliveira (Google)

-- 
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: poup up

2011-04-08 Thread Bruno Oliveira (btco)
Hello,

This error message happens if you access URL's that are considered malicious 
or suspicious. We do not disclose which URL's specifically. However, we've 
had a false-positive problem recently, so the message you received might be 
one of these false-alarms due to a bug in AppReviewer.

We believe it's fixed now, so people shouldn't be getting any more of those 
messages (unless, of course, they actually are accessing suspicious URL's 
:-))

-
Bruno Oliveira (Google)

-- 
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: about the FAILED REVIEW

2011-04-08 Thread Bruno Oliveira (btco)
Hello,

If you got this message, it's because there was probably some network issue 
when AppReviewer tested your application, either on your server or somewhere 
along the way. If this is a problem on your server, you have to fix it; if 
not, wait a while and see if other failure messages are sent to you.

The internet is a pretty unreliable thing, so no applications are never 
taken offline due to a single failure. In fact, during the course of these 
15-day grace period, your application will be reviewed around 30 times. If 
it passes in a single review, the deadline is cancelled. So, if it's a 
random network issue that's not your fault, your app has to be unlucky 
enough to fail 30 times in order to be unfairly removed! We believe that's 
pretty unlikely to happen.

-
Bruno Oliveira (Google)

-- 
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.



Re: RE: [orkut-developer] Re: AppReviewer now checking live apps -- you may receive e-mails!

2011-04-08 Thread Bruno Oliveira (btco)
Hello,

Due to some bugs in AppReviewer, some applications may have been incorrectly 
flagged as malicious in the past few weeks. We believe we have corrected the 
problem.

If your application was affected by that bug, please submit it again.

Thanks!

-
Bruno Oliveira (Google)

-- 
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: message.create

2011-04-08 Thread Bruno Oliveira (btco)
Hello,

Every application must be able to handle captchas in every request. We do 
not specify when a captcha will or will not be thrown, as that depends on 
our detected usage patterns. Therefore, every time you make a request, your 
application must be prepared to make the user solve a captcha in order to 
make the request go through.

We realize this may be a challenge on embedded devices, and in those cases 
you have to ask the user to find a web browser to solve the captcha. Also, 
certain types of messages will always generate a captcha, no matter how 
infrequent they are.

-
Bruno Oliveira (Google)

-- 
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: Issue #K07 is back! We're looking into it.

2011-04-08 Thread Bruno Oliveira (btco)
Fixed! \o/

-
Bruno Oliveira (Google)

-- 
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 send new apps

2011-04-07 Thread Kill Moves
Me too, same issue for about 15 days now.

Both new and old Orkut, both production and sandbox.



On 3 abr, 09:50, as souzajo...@aol.com wrote:
 I'm having the same issue since last week and still going on.

 On 1 abr, 17:55, Bruno Oliveira (\btco\) bru...@google.com
 wrote:

  Hello,

  The New Developer Page says No Donut For You when (amongst other
  circumstances) it can't verify the security token you specified. Sure, a
  better message would be something like Can't verify security token --
  we're fixing that :-)

  I've just tried sending an app now on prod sandbox and it seems to be
  working fine.

  -
  Bruno Oliveira (Google)

-- 
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.



<    1   2   3   4   5   6   7   8   9   10   >