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.



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

2011-05-25 Thread Bruno Souza
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] Launching OrkutDevBox (code playground for developers)

2011-05-25 Thread Bruno Souza
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: 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: Found malicious content.....

2011-04-06 Thread Bruno Souza
Hi, Bruno!

I received a email today with a deadline to solve a bug that is not mine. 
That is not cool. :)
Any news about this?

I can provide the app_id if needed.

Best,
Bruno Souza
@souzabruno


-- 
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: Found malicious content.....

2011-04-04 Thread Bruno Souza
Same here. 
Waiting for update.

-- 
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: Activity dialog is refreshing the page

2011-03-21 Thread Bruno Souza
Same here!

-- 
Bruno Souza
Studio Sol - BR
@souzabruno

Em 21/03/2011, às 12:25, anatoly escreveu:

 same here
 
 On Mar 21, 4:28 pm, Glauber wrote:
 Hello,
 
 There is a serious problem happening to users of new orkut. Activity
 dialog is refreshing page either if user post or cancel. After that,
 user is redirected to the same app from scratch but in the old orkut
 interface. Apps are losing their flow and consistency. I noticed this
 problem in all applications and it's happening last few days.
 
 Could you guys from orkut team take a look on this? It's kind urgent...
 
 -- 
 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: Attention: AS post and Profile View size will be adjusted soon. Please update your apps!

2011-02-24 Thread Bruno Souza
Hi, guys!

The profile view (new UI) width nowadays is something about 650px. So, over 
there we are about to lose 170px.
The profile view (old UI) width nowadays is something about 540px. So, over 
there we are about to lose 60px.

Vamos ter todos que sambar pra fazer tudo caber alí! rs

Best!
--
Bruno Souza
Apps Development Manager
Studio Sol - BR

-- 
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] bpc=1 problem over profile view

2011-02-18 Thread Bruno Souza
Hi Guys!

bpc=1 over profile view isn't purging cache instantly as expected.
Are you guys experiencing the same issue?

Best,
Bruno Souza
@souzabruno

-- 
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] Getting submitting error

2011-01-08 Thread Bruno Souza
In somewere your app are making calls to 404/403 urls

- http://voicetap.in/orkut/ 403 response
- http://voicetap.in/orkut/voicetap.gif 404 response

Just correct this and try to submit your app again. 

Hope it helps.
-- Bruno Souza

Em 08/01/2011, às 08:27, raja sharma rsrajasharm...@gmail.com escreveu:

 R u there
 
 On 12/30/10, Shruti Kakkar shrutikakka...@gmail.com wrote:
 Below is the message that i have received today after submitting my
 application for review for the first time, unfortunately I am unable
 to find what the error is. Can someone please help me ?
 
 many thanks for any feedback to this mail.
 
 Regards
 Shruti
 
 Orkut team given me this email
 
 We recently reviewed your application Voicetap Connect To Finance
 Experts at http://voicetap.in/orkut/finance.xml
 
 While reviewing your app, we observed:
 - Unable to fetch from URL:
 http://www.orkut.gmodules.com/gadgets/proxy?refresh=86400url=http://voicetap.in/orkut/container=orkutgadget=http://voicetap.in/orkut/finance.xml
 - Unable to fetch from URL:
 http://www.orkut.gmodules.com/gadgets/proxy?refresh=86400url=http://voicetap.in/orkut/voicetap.gifcontainer=orkutgadget=http://voicetap.in/orkut/finance.xml
 
 You may want to fix this/these at the earliest!
 
 You can find the orkut developer guidelines at
 http://code.google.com/apis/orkut/docs/orkutdevguidelines.html
 Also see the 'Lifecycle of an orkut Application' page, which talks
 about how you can test you app and ensure it is safe from attacks:
 http://code.google.com/apis/orkut/articles/applifecycle/applifecycle-0.8.html
 Please post any questions in the orkut developers forum
 http://groups.google.com/group/opensocial-orkut
 There are lots of developers that can help answer and everyone can
 benefit from the discussion.
 
 If you do not see your app on the orkut app directory, you may have to
 resubmit your app on http://www.orkut.co.in/AppDirectorySubmit
 
 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.
 
 
 
 -- 
 Sent from my mobile device
 
 -- 
 You received this message because you are subscribed to the Google Groups 
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to 
 opensocial-orkut+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/opensocial-orkut?hl=en.
 

-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: No animated GIFs!

2010-12-17 Thread Bruno Souza
You're welcome Prashant :)

2010/12/17 Prashant­ Patil prashantpandurangpa...@gmail.com

 Thanks for clarification!

 On Fri, Dec 17, 2010 at 4:09 PM, Bruno Souza 241...@gmail.com wrote:

 MUST NOTs
...
** Never specify an animated GIF image as an application's thumbnail
 or screenshot—both should be static graphics that represent the application
 without distractions such as animation.*

 Source:
 http://code.google.com/intl/en/apis/orkut/docs/orkutdevguidelines.html


 2010/12/17 Prashant­ Patil prashantpandurangpa...@gmail.com:

  Hi guide i like to ask its not allowed at all place? including apps
  thumbnail too?
 
 
 
  On Fri, Dec 17, 2010 at 10:16 AM, anatoly anato...@gmail.com wrote:
 
  you are talking about activity stream posts, right?
  from the original post it is not quiet clear.
 
 
  thanks
 
  On Dec 17, 3:30 am, Bruno Oliveira bru...@google.com wrote:
   Ah! Thanks for point this out. The pt_BR docs and the en_US docs are
 a
   little out of sync in some points. That's an important one.
 
  --
  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.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.
 
 
 
 
  --
  Regards
  Prashant P Patil aka Orkuteer
  http://goo.gl/S8Qq | http://goo.gl/Kr4G
 
  --
  You received this message because you are subscribed to the Google
 Groups
  orkut Developer Forum group.
  To post to this group, send email to opensocial-or...@googlegroups.com.
  To unsubscribe from this group, send email to
  opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.
 

  --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.




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

  --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] App Approvals

2010-12-07 Thread Bruno Souza
Hi Bruno,

Thanks for the feedback.

Regards,
--
Bruno Souza

2010/12/7 Bruno Oliveira bru...@google.com

 Hi everyone,

 Yesterday we ran the approval process for all pending applications in the
 queue, so all of you who had pending applications should have them online by
 now (assuming, of course, your app was error-free and passed the review).

 We're still working on the AppReviewer and expect to have it back online
 soon!

 Thank you for your patience.

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


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Automatic reviewing - apps getting rejected without reason

2010-11-26 Thread Bruno Souza
Hi guys!

Same here.

Regards
-- Bruno Souza

2010/11/26 Prashant Patil prashantpandurangpa...@gmail.com

 Hi guides, i think from  today automatic application review got
 activated but its rejecting applications without reasons.

 i am quoting email

 ===

 Hi,

 We recently reviewed your application xyz... .xml

 You can find the orkut developer guidelines at
 http://code.google.com/apis/orkut/docs/orkutdevguidelines.html
 Also see the 'Lifecycle of an orkut Application' page, which talks
 about how you can test you app and ensure it is safe from attacks:

 http://code.google.com/apis/orkut/articles/applifecycle/applifecycle-0.8.html
 Please post any questions in the orkut developers forum
 http://groups.google.com/group/opensocial-orkut
 There are lots of developers that can help answer and everyone can
 benefit from the discussion.

 If you do not see your app on the orkut app directory, you may have to
 resubmit your app on http://www.orkut.co.in/AppDirectorySubmit

 Cheers,
 The orkut team

 ===

 what will be the reason? As as far as i know apps are ok, and qualify
 for approval. Again not getting reason to fix.

 Regards
 Prashant!!

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: 500 error in datapipelining requests made by orkut.com ...Cannot access Key[type=com.google.orkut.shindig.RestfulBatchRequest, annotation=[none]] outside of a scoping block.

2010-11-10 Thread Bruno Souza
It's working os sandbox since oct 27 as you can see in this thread
http://groups.google.com/group/opensocial-orkut/browse_thread/thread/502cf824c83bb382
.

2010/11/10 barszcz rudi...@gmail.com

 it's working now.. at least for me on sandbox..
 thanks, despite the delay..

 On 9 nov, 16:00, Bruno M. V. Souza 241...@gmail.com wrote:
  Prashant, any update on it?
 
  Best
  -- Bruno Souza
 
  On 4 nov, 09:58, barszcz rudi...@gmail.com wrote:
 
   not working for me yet (on sandbox)..
   after the update i can get the app data from the user
   but now i can't get the datapipeline data and it doesn't show the
   outcome anymore (where you could see the code500error)
 
   On 1 nov, 15:21, sunnydiv sunny...@gmail.com wrote:
 
any updates
 
On Oct 25, 7:21 pm, Prashant Tiwari (Google) p...@google.com
wrote:
 
 Hi folks,
 
 I'm sorry I made a mistake on reporting this one. The latest build
 that will be out will still not contain this fix. Engineering is
 still
 at it, and I'll be able to send out an update on the progress of
 this
 fix only once I hear back anything positive from them.
 
 -Prashant
 
 On Oct 21, 6:58 pm, sunnydiv sunny...@gmail.com wrote:
 
  thats a shame
 
  On Oct 20, 9:37 pm, Bruno M. V. Souza 241...@gmail.com
 wrote:
 
   I guess the fix will be released next week..
   Prashant, I'm right?
 
   On 18 out, 16:21, sunnydiv sunny...@gmail.com wrote:
 
please let us know the expected date.
so that we can notify our users
 
On Oct 18, 8:51 pm, Prashant Tiwari (Google) 
 p...@google.com
wrote:
 
 Bruno and others,
 
 Sorry for jumping in late on this, but wanted to let you
 know that
 this issue has been fixed and will be pushed to production
 with the
 next build.
 
 -Prashant
 
 On Oct 14, 11:21 pm, Bruno M. V. Souza 241...@gmail.com
 wrote:
 
  Hey guys!
 
  I'm experiencing500errors in datapipelining requests made
 by
  orkut.com (opensocial templates/profile view).
 
  Output:
  {message:internalError: Guice provision
 errors:\n\n1)Errorin
  custom provider, com.google.inject.OutOfScopeException:
 Cannot access
  Key[type=com.google.orkut.shindig.RestfulBatchRequest,
  annotation=[none]] outside of a scoping block\n  at
 
 com.google.orkut.shindig.RestfulBatchRequest.class(RestfulBatchRequest.java
 :
  53)\n  while locating
 com.google.orkut.shindig.RestfulBatchRequest\n
  \n1error,code:500}
 
  Do you guys confirm 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-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] broken links on activities feed

2010-10-27 Thread Bruno Souza
Same here. Only prod.sandbox is ok.

2010/10/27 anatoly anato...@gmail.com

 Hello


 Application links on activities feed are broken - they link to
 http://www.orkut.com instead of linking to the app that posted the
 activity.
 Links worked correctly a week ago.

 This may be critical for retention - please fix.

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: Profile View not working in orkut, but works fine in sandbox

2010-10-27 Thread Bruno Souza
Hi Tiago!

It's now working on sandbox! o/
Thanks for the fix and for the ETA!

-- Bruno Souza

2010/10/27 Tiago Silveira (Google) t...@google.com

 Data pipelining should be working in sandbox. Would you please test
 it?

 Our target date for this change to reach production is this week, as
 Prashant said.

 We haven't pushed this yesterday due to issues with the content proxy
 and orkut photos. If your app deals with albums, please test that as
 well so we know we didn't leave out any corner cases.

 Thanks for the bug reports, the help testing fixes and the overall
 support,
 --Tiago

 On Oct 25, 11:07 am, Bruno Souza 241...@gmail.com wrote:
  Hi Bruno!
 
  I'm also in troubles with data pipelining API. Herehttp://
 groups.google.com/group/opensocial-orkut/browse_thread/thread/...
  my bug report. In there Prashant (Google) said that this
  issue has been fixed and will be pushed to production with the next
 build. I
  guess this build will be published this week.
 
  Hope it helps.
 
  Best
  -- Bruno Souza
 
  2010/10/24 Bruno Guerreiro webtunel...@gmail.com
 
 
 
 
 
 
 
   Hello,
 
   I reported the problem of Profile View does not work with data
   persitentes in this group on the 15th of this month.
 
   Even today, still having the problem, and it seems that other people
   besides me are also experiencing the same thing.
 
   I urge anyone enlighten me on this bug.
   I do not know if this is a known problem at Google, but have not found
   anywhere else talking about it.
 
   Thanks,
 
   On 17 out, 21:11, Webtune Labs webtunel...@gmail.com wrote:
In my application does not show the persistent data, and not the data
   owner.
 
Apparently, i'm not the only one having trouble with the Profile
 View.
Is there any official position of Google?
 
Just as the sunnydiv i am also very disappointed and worn with the
problem.
 
Again, if anyone has anything to add that might help me, i am
 grateful in
advance.
 
Bruno Guerreiro
 
~
 
2010/10/17 sunnydiv sunny...@gmail.com
 
 i am loosing thousands of dollar,
 is this really all the funny to orkut dev team,
 
 On Oct 15, 4:30 pm, Bruno Souza 241...@gmail.com wrote:
  Probably is the same issue that I described herehttp://
 groups.google.com/group/opensocial-orkut/browse_thread/thread/...
  .
 
  2010/10/15 sunnydiv sunny...@gmail.com
 
   my app is not picking up 'persistent data'
   in PROFILE VIEW in production,
   but picking it up
   in PROFILE VIEW in sandbox
   as always, i guess it will take 2 weeks for orkut team to pick
 this
   issue up,
   and then 2 weeks to fix it.
   i am just beyond disappointed
 
   On Oct 15, 9:03 am, Bruno Guerreiro webtunel...@gmail.com
 wrote:
Hello,
I threw it in production already do 48 hours, and the
 persistent
   data
(using the OS Templates) does not work on the Profile View,
 but
everything works perfectly when tested in the sandbox and
 prodsandbox.
 
Can someone help me find the problem?
 
Thanked advance.
 
Bruno Guerreiro
APP:
 
  http://www.orkut.com.br/Main?AppId=159457117713#Application?appId=159.
 ..
SOURCE:http://www.webtune.com.br/formspring/app2.xml
 
   --
   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.comopensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
   opensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%252bunsubscr...@googlegroups.comopensocial-orkut%252Bunsub
 scr...@googlegroups.com
   opensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.
 
 --
 You received this message because you are subscribed to the Google
   Groups
 orkut Developer Forum group.
 To post to this group, send email to
 opensocial-orkut@googlegroups.com
   .
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%2Bunsubscrib
 e...@googlegroups.com
   opensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%252bunsubscr...@googlegroups.comopensocial-orkut%252Bunsub
 scr...@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

Re: [orkut-developer] Re: Profile View not working in orkut, but works fine in sandbox

2010-10-25 Thread Bruno Souza
Hi Bruno!

I'm also in troubles with data pipelining API. Here
http://groups.google.com/group/opensocial-orkut/browse_thread/thread/edb9d2a005799435?pli=1is
my bug report. In there Prashant (Google) said that this
issue has been fixed and will be pushed to production with the next build. I
guess this build will be published this week.

Hope it helps.

Best
-- Bruno Souza


2010/10/24 Bruno Guerreiro webtunel...@gmail.com

 Hello,

 I reported the problem of Profile View does not work with data
 persitentes in this group on the 15th of this month.

 Even today, still having the problem, and it seems that other people
 besides me are also experiencing the same thing.

 I urge anyone enlighten me on this bug.
 I do not know if this is a known problem at Google, but have not found
 anywhere else talking about it.

 Thanks,



 On 17 out, 21:11, Webtune Labs webtunel...@gmail.com wrote:
  In my application does not show the persistent data, and not the data
 owner.
 
  Apparently, i'm not the only one having trouble with the Profile View.
  Is there any official position of Google?
 
  Just as the sunnydiv i am also very disappointed and worn with the
  problem.
 
  Again, if anyone has anything to add that might help me, i am grateful in
  advance.
 
  Bruno Guerreiro
 
  ~
 
  2010/10/17 sunnydiv sunny...@gmail.com
 
   i am loosing thousands of dollar,
   is this really all the funny to orkut dev team,
 
   On Oct 15, 4:30 pm, Bruno Souza 241...@gmail.com wrote:
Probably is the same issue that I described herehttp://
   groups.google.com/group/opensocial-orkut/browse_thread/thread/...
.
 
2010/10/15 sunnydiv sunny...@gmail.com
 
 my app is not picking up 'persistent data'
 in PROFILE VIEW in production,
 but picking it up
 in PROFILE VIEW in sandbox
 as always, i guess it will take 2 weeks for orkut team to pick this
 issue up,
 and then 2 weeks to fix it.
 i am just beyond disappointed
 
 On Oct 15, 9:03 am, Bruno Guerreiro webtunel...@gmail.com wrote:
  Hello,
  I threw it in production already do 48 hours, and the persistent
 data
  (using the OS Templates) does not work on the Profile View, but
  everything works perfectly when tested in the sandbox and
   prodsandbox.
 
  Can someone help me find the problem?
 
  Thanked advance.
 
  Bruno Guerreiro
  APP:

 http://www.orkut.com.br/Main?AppId=159457117713#Application?appId=159.
   ..
  SOURCE:http://www.webtune.com.br/formspring/app2.xml
 
 --
 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.comopensocial-orkut%2bunsubscr...@googlegroups.com
 opensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%252bunsubscr...@googlegroups.com
 opensocial-orkut%2Bunsubscrib
   e...@googlegroups.com
 .
 For more options, visit this group at
http://groups.google.com/group/opensocial-orkut?hl=en.
 
   --
   You received this message because you are subscribed to the Google
 Groups
   orkut Developer Forum group.
   To post to this group, send email to opensocial-orkut@googlegroups.com
 .
   To unsubscribe from this group, send email to
   opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 opensocial-orkut%2bunsubscr...@googlegroups.comopensocial-orkut%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/opensocial-orkut?hl=en.

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: Profile View not working in orkut, but works fine in sandbox

2010-10-15 Thread Bruno Souza
Probably is the same issue that I described here
http://groups.google.com/group/opensocial-orkut/browse_thread/thread/edb9d2a005799435
.

2010/10/15 sunnydiv sunny...@gmail.com

 my app is not picking up 'persistent data'
 in PROFILE VIEW in production,
 but picking it up
 in PROFILE VIEW in sandbox
 as always, i guess it will take 2 weeks for orkut team to pick this
 issue up,
 and then 2 weeks to fix it.
 i am just beyond disappointed


 On Oct 15, 9:03 am, Bruno Guerreiro webtunel...@gmail.com wrote:
  Hello,
  I threw it in production already do 48 hours, and the persistent data
  (using the OS Templates) does not work on the Profile View, but
  everything works perfectly when tested in the sandbox and prodsandbox.
 
  Can someone help me find the problem?
 
  Thanked advance.
 
  Bruno Guerreiro
  APP:
 http://www.orkut.com.br/Main?AppId=159457117713#Application?appId=159...
  SOURCE:http://www.webtune.com.br/formspring/app2.xml

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Re: Not getting viewer data from submitted app

2010-10-14 Thread Bruno Souza
Same here.

2010/10/14 Robson Dantas biu.dan...@gmail.com

 Same here. Seems that Shindig is causing major issues.

 Maybe someone from Google can help ?

 -Robson Dantas

 2010/10/12 george weinberg gmweinb...@gmail.com

 I am using data pipelining to request the viewer information. Is that not
 working outside the sandbox?

  --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Doubts about OSDE

2010-09-13 Thread Bruno Souza
Hi Igo,

Yes, you can use all features of javascript opensocial API.

If I can help in something please let me know.

-- Bruno

2010/9/13 Igo Amauri igoama...@gmail.com

 Hi,
 Using OSDE in Eclipse, can i use the function of API Gadget? For example,
 can i run flash?, can i use tabs?.

 --
 Igo Amaurí dos Santos Luz
 9º semestre - Engenharia de Computação
 Egresso do PET Engenharia de Computação
 Integrante do Diretório Acadêmico - DEBUG
 Universidade Estadual de Feira de Santana

 Gtalk: igoama...@gmail.com
 E-mail: igoama...@gmail.com


  --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] sandbox updated

2010-08-20 Thread Bruno Souza
Hey Tiago!

Now it worked for me too!
Thanks!

PS Anyway the steps were:
- Enter in a profile view
- Click in a link with appParams != ''

Best regards
-- Bruno


2010/8/20 Tiago Silveira (Google) t...@google.com

 Hey Bruno,

 app params worked for me using that test case you gave us in the other
 thread. I tested on Firefox 3.6 and Chrome 6 only.


 http://sandbox.orkut.com/Main#Application?appId=193620245369guid=12854615542530314212appParams={%22pagina%22:%22carteirinha%22}http://sandbox.orkut.com/Main#Application?appId=193620245369guid=12854615542530314212appParams=%7B%22pagina%22%3A%22carteirinha%22%7D

 Can you give me steps to reproduce please?

 Yes, the themes issue is still an open bug.

 --t

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



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

2010-08-19 Thread Bruno Souza
Tiago,

Unfortunately (or not) we already do use that usual caching techniques.
I think we'll need to wait for the concat fix. There are an ETA?
Thanks again for your attention! :)

Best regards
-- Bruno Souza

2010/8/18 Tiago Silveira (Google) t...@google.com

 Bruno,

 concat is broken and will be fixed. Sorry for the trouble.

 In the mean time it would be nice to check if your servers are allowing
 aggressive caching by the browser and proxies, by setting the Expires header
 far into the future and the usual techniques. Even with concat, you can save
 a lot of bandwidth for that.

 hope that helps,
 tiago

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



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

2010-08-19 Thread Bruno Souza
This sounds like a good song in my ears! :)

-- Bruno Souza

2010/8/18 Tiago Silveira (Google) t...@google.com

 Yes, currently the canvas is the same width as before.

 Our plan is to let the app change it just like it can change height.

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] sandbox updated

2010-08-19 Thread Bruno Souza
Hi Tiago,

A doubt. These updates could take some time to be replicated to us all?

Here is my feedback. Hope it helps. :)

1. appParams seems to be broken yet. Didn't worked here.
2. Seems to be working as expected. Except for links with appParams and/or
with the guid parameter (overwrite of users theme issue).
3. Seems to be working as expected. Except for links with appParams and/or
with the guid parameter (overwrite of users theme issue).
4. Yes they are.
5. Yes they are.
6. Flash embeds is working as expected.
7. Yes, it is.
8. Concat is working as expected.

Regards
-- Bruno Souza



2010/8/18 Tiago Silveira (Google) t...@google.com

 Please access http://sandbox.orkut.com and verify that your apps are
 working.

 In particular, please look at:

 1. appParams should be properly received by your app.
 2. links from the web (outside orkut) to your app
 3. links from the app to other orkut pages
 4. visiting other people's canvas page: are owner and viewer correct?
 5. are owner and viewer correct when you visit your own page?
 6. Flash content and other kinds of embeds
 7. activities created by your app: is their content being properly
 generated?
 8. concat should be working again.

 If nothing else is blocking we'll push this to production pretty soon.

 Regards,
 Tiago

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



Re: [orkut-developer] Retrive user detail

2010-08-12 Thread Bruno Souza
No.

2010/8/12 Nitin Shrimali shrimali.k.ni...@gmail.com

 Hello to All,

   Hii guys I am a newbie to orkut opensocial. I want to
 fetch detail of a particular user from orkut say information about myself
 using opensocial Python API. Is it possible to do this without building
 gadget and register it on orkut. Please help me on this. This will be a
 great help to me.

 Thanks
 With Regards
 Nitin

 --
 You received this message because you are subscribed to the Google Groups
 orkut Developer Forum group.
 To post to this group, send email to opensocial-or...@googlegroups.com.
 To unsubscribe from this group, send email to
 opensocial-orkut+unsubscr...@googlegroups.comopensocial-orkut%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/opensocial-orkut?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
orkut Developer Forum group.
To post to this group, send email to opensocial-or...@googlegroups.com.
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en.



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

2010-08-12 Thread Bruno Souza
Hi all,

The gadget iframe width is being always set 835px.
There is a way to use whole box width?

.GHVDGV3BCN {
  border:medium none;
  display:block;
  height:600px;
  margin:0 auto;
  width:835px;
}

Thanks in advance
-- Bruno Souza

2010/8/11 Bruno Souza 241...@gmail.com

 Hi Prashant,

 Yes. =/

 Regarding the first one (Sou Cruzeiro!):

 Concat url on sandbox.orkut (404 not found):

 http://www.sandbox.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkut-sandboxrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2Fmeus_times%2Fcruzeiro.xmlfp=-300092023container=orkut-sandboxrefresh=864001=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcanvas_009.css2=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcruzeiro-v2.css

 Concat url on orkut.com (200 success):

 http://www.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkutrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2Fmeus_times%2Fcruzeiro.xmlfp=-300092023container=orkutnocache=1refresh=864001=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcanvas_009.css2=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcruzeiro-v2.css

 Please take a look at the screenshot. I think it could explain better than
 I. :-)
 Screenshot: http://a.imageshack.us/img716/976/concatproblemsoucruzeir.jpg

 Regarding the second one (Minha Música):

 I was wrong about the 400 error. On Minha Música it returns 200 success,
 but does not merge all the files passed as parameters.
 Screenshot: http://a.imageshack.us/img821/7285/concatproblemminhamusic.jpg

 Concat url on sandbox.orkut (200 success with the content of only one css
 file):

 http://www.sandbox.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkut-sandboxrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2FminhaMusica.xmlfp=727770853container=orkut-sandboxrefresh=864001=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fperfil_css-min.css2=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Finterna_css.css3=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fcolormixer.css

 Concat url on orkut.com (200 success with the content of all css files):

 http://www.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkutrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2FminhaMusica.xmlfp=727770853container=orkutnocache=1refresh=864001=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fperfil_css-min.css2=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Finterna_css.css3=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fcolormixer.css

 Please let me know if I have been clear enough. :-)

 Best regards,
 -- Bruno Souza

 2010/8/10 Prashant (Google) p...@google.com

 Hi Bruno,

 I'm not experiencing this, at least not now for the apps you
 mentioned. Are you still?

 ~Prashant

 On Aug 6, 10:41 pm, Bruno M. V. Souza 241...@gmail.com wrote:
  http://www.sandbox.orkut.gmodules.com/gadgets/concatis not working
  properly here (some erros occurred).
 
  Apps that I tested:
  -http://sandbox.orkut.com.br/Application?appId=193620245369bpc=1-
  It returns 404 error
  -http://sandbox.orkut.com.br/Application?appId=831537538723bpc=1-
  it returns 400 error and an incomplete css (only the first link
  type=text/css is returned).
 
  In orkut.com It works fine on both apps.
 
  You guys confirm this issue?
 
  Best regards
  -- Bruno Souza
 
  On 3 ago, 19:01, Tiago Silveira t...@google.com wrote:
 
 
 
   Thank you all for the great feedback!
 
   I won't answer all questions individually, but I'd like to highlight
   some of the issues that showed up:
 
   1. wider canvas - yes! We just need to make sure we won't break anyone
   (badly) and that it can't be abused to annoy users.
 
   2. single view with options menu instead of tabs worried us too, but
   during tests it seemed to work well. Tabs were definitely not the way
   to go. If the menu is prominent enough for users to find, we believe
   it will work well. Most of the time people are visiting someone else's
   profile and looking for other stuff.
 
   3. agree that directory UI has poor interaction with eachappin the
   list, we'll get around that.
 
   4. we still have some open bugs to fix before wide launch, but the
   easy stuff (e.g. searching on Enter) is done.
 
   Best regards,
   --Tiago
 
   On Aug 2, 1:36 am, brandited brandi...@gmail.com wrote:
 
- Removed tabs on profile: it's true that was complicated to setup,
but for the user browsing around, I think it's a major lost to have
only one thing chosen. If I chose an application, my visitor can't
see my about me section. The new option button it's better than

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

2010-08-11 Thread Bruno Souza
Hi Prashant,

Yes. =/

Regarding the first one (Sou Cruzeiro!):

Concat url on sandbox.orkut (404 not found):
http://www.sandbox.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkut-sandboxrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2Fmeus_times%2Fcruzeiro.xmlfp=-300092023container=orkut-sandboxrefresh=864001=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcanvas_009.css2=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcruzeiro-v2.css

Concat url on orkut.com (200 success):
http://www.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkutrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2Fmeus_times%2Fcruzeiro.xmlfp=-300092023container=orkutnocache=1refresh=864001=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcanvas_009.css2=http%3A%2F%2Feusou-aKyg.apps.studiosol.com.br%2Fmeus_times%2Fv2%2Fcss_source%2Fcruzeiro-v2.css

Please take a look at the screenshot. I think it could explain better than
I. :-)
Screenshot: http://a.imageshack.us/img716/976/concatproblemsoucruzeir.jpg

Regarding the second one (Minha Música):

I was wrong about the 400 error. On Minha Música it returns 200 success, but
does not merge all the files passed as parameters.
Screenshot: http://a.imageshack.us/img821/7285/concatproblemminhamusic.jpg

Concat url on sandbox.orkut (200 success with the content of only one css
file):
http://www.sandbox.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkut-sandboxrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2FminhaMusica.xmlfp=727770853container=orkut-sandboxrefresh=864001=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fperfil_css-min.css2=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Finterna_css.css3=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fcolormixer.css

Concat url on orkut.com (200 success with the content of all css files):
http://www.orkut.gmodules.com/gadgets/concat?refresh=86400container=orkutrewriteMime=text/cssgadget=http%3A%2F%2Fapps.studiosol.com.br%2FminhaMusica.xmlfp=727770853container=orkutnocache=1refresh=864001=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fperfil_css-min.css2=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Finterna_css.css3=http%3A%2F%2Fsemcache--2721318631622297087.apps.studiosol.com.br%2Fminha_musica_v2%2Fcss%2Fcolormixer.css

Please let me know if I have been clear enough. :-)

Best regards,
-- Bruno Souza

2010/8/10 Prashant (Google) p...@google.com

 Hi Bruno,

 I'm not experiencing this, at least not now for the apps you
 mentioned. Are you still?

 ~Prashant

 On Aug 6, 10:41 pm, Bruno M. V. Souza 241...@gmail.com wrote:
  http://www.sandbox.orkut.gmodules.com/gadgets/concatis not working
  properly here (some erros occurred).
 
  Apps that I tested:
  -http://sandbox.orkut.com.br/Application?appId=193620245369bpc=1-
  It returns 404 error
  -http://sandbox.orkut.com.br/Application?appId=831537538723bpc=1-
  it returns 400 error and an incomplete css (only the first link
  type=text/css is returned).
 
  In orkut.com It works fine on both apps.
 
  You guys confirm this issue?
 
  Best regards
  -- Bruno Souza
 
  On 3 ago, 19:01, Tiago Silveira t...@google.com wrote:
 
 
 
   Thank you all for the great feedback!
 
   I won't answer all questions individually, but I'd like to highlight
   some of the issues that showed up:
 
   1. wider canvas - yes! We just need to make sure we won't break anyone
   (badly) and that it can't be abused to annoy users.
 
   2. single view with options menu instead of tabs worried us too, but
   during tests it seemed to work well. Tabs were definitely not the way
   to go. If the menu is prominent enough for users to find, we believe
   it will work well. Most of the time people are visiting someone else's
   profile and looking for other stuff.
 
   3. agree that directory UI has poor interaction with eachappin the
   list, we'll get around that.
 
   4. we still have some open bugs to fix before wide launch, but the
   easy stuff (e.g. searching on Enter) is done.
 
   Best regards,
   --Tiago
 
   On Aug 2, 1:36 am, brandited brandi...@gmail.com wrote:
 
- Removed tabs on profile: it's true that was complicated to setup,
but for the user browsing around, I think it's a major lost to have
only one thing chosen. If I chose an application, my visitor can't
see my about me section. The new option button it's better than
before, but it could allow arrange the order of the sections, so I
could choose something like 3 tabs to show.
 
- Is it possible to have an applications link besides start
 profile
communities links on top?
 
- I agree with others that description was important. At least
something

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

2009-07-24 Thread Bruno Souza

Hi

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

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

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

You guys confirm?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] 404 error on app profile view. Remov ing sanitize=1 from the iframe´s url it works.

2009-06-24 Thread Bruno Souza

Hi,

My app My Music/Minha Música stopped work on orkut.com (profile
view). The app is always showing a Not Found Error 404. Looking at
the iframe´s url I noticed that if I remove the sanitize=1
parameter it works perfectly.

Is that a real issue? If yes what can be wrong with the app?
--~--~-~--~~~---~--~~
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: 404 error on app profile view. R emoving sanitize=1 from the iframe´s url it works.

2009-06-24 Thread Bruno Souza

Removing the css (inline) it stopped to show 404 error. Looks like the
sanitize=1 found something wrong with the css. There are some kind
of guide that shows the things that the OS templates (profile view)
will not accept in css?

On 24 jun, 09:11, Bruno Souza 241...@gmail.com wrote:
 Hi,

 My app My Music/Minha Música stopped work on orkut.com (profile
 view). The app is always showing a Not Found Error 404. Looking at
 the iframe´s url I noticed that if I remove the sanitize=1
 parameter it works perfectly.

 Is that a real issue? If yes what can be wrong with the app?
--~--~-~--~~~---~--~~
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: os:HttpRequest based on another os:HttpRequest or os:PersonAppDataRequest

2009-06-18 Thread Bruno Souza

OS Templates doesn´t support conditional requests yet.

On 16 jun, 16:35, Bruno Souza 241...@gmail.com wrote:
 A quick question about OS templates.

 I need to make a request (os:httpRequest) if some expected data has
 not been returned by another request (os:httpRequest or
 os:PersonAppDataRequest).

 I can do that with OS templates?

 I´d tried the code below but don´t worked.

 script type=text/os-data ... 
          os:HttpRequest key=dadosTime href=full_url_to.json /
 /script
 script if=${osx:parseJson(dadosTime)['status'] != 200} type=text/
 os-data ... 
          os:HttpRequest key=letras href=http://letras.mus.br/; /
 /script

 Tks =)
--~--~-~--~~~---~--~~
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] os:HttpRequest based on another os:HttpRequest or os:PersonAppDataRequest

2009-06-16 Thread Bruno Souza

A quick question about OS templates.

I need to make a request (os:httpRequest) if some expected data has
not been returned by another request (os:httpRequest or
os:PersonAppDataRequest).

I can do that with OS templates?

I´d tried the code below but don´t worked.

script type=text/os-data ... 
 os:HttpRequest key=dadosTime href=full_url_to.json /
/script
script if=${osx:parseJson(dadosTime)['status'] != 200} type=text/
os-data ... 
 os:HttpRequest key=letras href=http://letras.mus.br/; /
/script

Tks =)
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



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

2009-05-12 Thread Bruno Souza

Hello Shishir.

Thanks for the help.

It´s not working properly on orkut production. In sandbox it returns
the full url of the image. In orkut production it returns a relative
url of the image.

Sandbox: http://img3.orkut.com/images/small/1235727631/96986551/ln.jpg
Orkut.com: small/1235727631/96986551/ln.jpg

Someone from orkut team can please verify?

Thanks

On 12 maio, 02:18, Shishir birmi...@gmail.com wrote:
 I've an example running here. Please have a look.

 http://birmiwal.net/shishir/apps/osd.xml

 Cheers,
 Shishir

 On May 7, 6:28 pm, Bruno Souza 241...@gmail.com wrote:

  Hello fellas!

  Anyone can tell me how I can get properly the field thumbnailUrl of
  the OWNER?
  I´m trying but the API is always returning the string
  sanitize=1rewriteMime=image/*.

  Code snippet:

  script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/
  markup
          os:ViewerRequest key=viewer fields=name/
          os:OwnerRequest key=owner fields=name, thumbnailUrl/
  /script

  script type=text/os-template xmlns:os=http://ns.opensocial.org/
  2008/markup xmlns:osx=http://ns.opensocial.org/2009/extensions;
          img id=foto_carteirinha alt=${owner.name.givenName} $
  {owner.name.familyName} src=${owner.thumbnailUrl} /
  /script

  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] Problem with the owner thumbnailUrl on profile templates.

2009-05-07 Thread Bruno Souza

Hello fellas!

Anyone can tell me how I can get properly the field thumbnailUrl of
the OWNER?
I´m trying but the API is always returning the string
sanitize=1rewriteMime=image/*.

Code snippet:

script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/
markup
os:ViewerRequest key=viewer fields=name/
os:OwnerRequest key=owner fields=name, thumbnailUrl/
/script

script type=text/os-template xmlns:os=http://ns.opensocial.org/
2008/markup xmlns:osx=http://ns.opensocial.org/2009/extensions;
img id=foto_carteirinha alt=${owner.name.givenName} $
{owner.name.familyName} src=${owner.thumbnailUrl} /
/script

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: Sample app using OpenSocial Templates

2009-04-23 Thread Bruno Souza

Vijaya,

Do you have any idea about when the templates will work on orkut
production?

Thanks,
Bruno


On 13 abr, 03:47, Vijaya api.vij...@google.com wrote:
 We've put together a simple gift giving app, to demonstrate the usage
 of the various features in OS Templates. You can find it 
 at:http://wiki.opensocial.org/index.php?title=Building_a_simple_app_usin...

 Please post any questions you have, on 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: Data Pipelining and Templates

2009-03-05 Thread Bruno Souza

Good questions!
I´m curious to get that answers.

On 4 mar, 17:40, eduardorochabr eduardoroch...@gmail.com wrote:
 After reading the announcement on OpenSocial blog (http://
 opensocialapis.blogspot.com/2009/03/test-drive-data-pipelining-
 and.html) and the new specs mentioned (http://wiki.opensocial.org/
 index.php?title=Data_Pipelining 
 andhttp://wiki.opensocial.org/index.php?title=OpenSocial_Templates_Devel...

 1) What will be the process of whitelisting applications to be shown
 in profiles? It will be a manual review, checking whether the
 application is using the new specs? Or something else?

 2) In examples, I could see that opensocial-0.8 or 0.9 was not
 required:

 ModulePrefs title=Server-side Template
   Require feature=opensocial-data /
   Require feature=opensocial-templates
     Param name=process-on-servertrue/Param
   /Require
 /ModulePrefs

 Am I supposed to use one (opensocial-0.x) or the other (-data and -
 templates)? In other words, are the new specs compatible with the
 existing spec (0.8)? The current spec will be deprecated?

 3) The examples illustrates the most basic scenario, showing some
 data, period. It's not clear at all how I can click on a button, post
 data to my server and showing the data I received back. In the Data
 Pipeline spec, it's shown some Javascript snippets using the new API,
 but I could not figure out on how to make a request to my server upon
 a user input. The method
 opensocial.data.DataContext.registerListener actually triggers the
 request keyed by the parameter value?

 4) From what I can see, the current profile view issue is related to
 XSS attacks, which Templates alone addresses. Will the Data Pipeline
 be mandatory too?

 5) The blog says that Using data pipelining and templates will reduce
 the number of round trips between the container and your server I
 just don't see this happening, my server will receive the exact same
 number of calls. If the container will be able to better handle async
 requests with the spec, this is another thing, as well as if it's
 easier (by being declarative) or not. Also, if this particular spec
 doesn't address the current problem with profile views, IMHO I should
 not be forced to used it.

 6) It's not clear what is a os:DataRequest. First, is said to be
 equivalent to makeRequest, but the example show it's the very same
 thing as os:PeopleRequest, while os:HttpRequest would be the new
 makeRequest.

 7) Where is Caja? I was told on Caja forum that the reason why Caja is
 not being used yet is confidential, but if Orkut put this project to
 work, only one point would have to be changed, the container, not all
 of the hundreds of gadgets specs out there.

 8) Will the current whilelisted application have a deadline to convert
 to the new specs too?

 Thanks.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: PROFILE_URL returning undefined on http://orkut.com.br

2009-03-03 Thread Bruno Souza

Woow! It works on my apps too.

Prod.sandbox.com and sandbox.com are under maintenance. Maybe orkut
team is working in this case.

Thank you all for the support.


On 2 mar, 21:48, Mayank M mayank1...@gmail.com wrote:
 Here is the solution:

 instead of calling your basic loading function from ur app
 getData();

 use a time gap of 1 second, i.e write like this:
 setTimeout('getData()',1000);

 There is no explanation for this, but it works for my app 
 (http://www.orkut.com/Main#AppInfo.aspx?appId=112888907858).
 enjoy!
--~--~-~--~~~---~--~~
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_URL returning undefined on http://orkut.com.br

2009-03-03 Thread Bruno Souza

Ok. Thanks Vijaya.

On 3 mar, 00:48, Vijaya api.vij...@google.com wrote:
 The orkut team is looking into this problem. We'll update you as soon
 as we have a fix.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Orkut Developer Forum group.
To post to this group, send email to opensocial-orkut@googlegroups.com
To unsubscribe from this group, send email to 
opensocial-orkut+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] PROFILE_URL returning undefined on http://orkut.com.br

2009-03-02 Thread Bruno Souza

Hello there!

I´m fetching the users PROFILE_URL as the same way ever, but it just
stopped to work on production (http://www.orkut.com.br).

If I try the same javascript code in sandbox.orkut.com, it works.

I´m worried. All my apps are returning errors because of this issue.
Anyone knows if it´s a real issue?

Thanks a lot.
--~--~-~--~~~---~--~~
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_URL returning undefined on http://orkut.com.br

2009-03-02 Thread Bruno Souza

Note: I´m requesting the PROFILE_URL explicity.

My code:

/** begin
function getData() {
var req = opensocial.newDataRequest();
var owner_params = {};
owner_params
[opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [
opensocial.Person.Field.ID,
opensocial.Person.Field.THUMBNAIL_URL,
opensocial.Person.Field.PROFILE_URL
];
req.add(req.newFetchPersonRequest(opensocial.IdSpec.PersonId.OWNER,
owner_params), owner);
req.send(response);
}

function response(dataResponse){
  try{
var owner = dataResponse.get('owner');
if(!owner.hadError()){
var owner_data = owner.getData();
var url_perfil = owner_data.getField
(opensocial.Person.Field.PROFILE_URL);
var server_orkut = retorna_server(url_perfil);
}
  }
  catch(e){
  try{console.log(e);}catch(e){}
  }
}

end -*//

The holy console.log() is returning TypeError: url_perfil is
undefined message=url_perfil is undefined;



On 2 mar, 11:41, Bruno Souza 241...@gmail.com wrote:
 Hello there!

 I´m fetching the users PROFILE_URL as the same way ever, but it just
 stopped to work on production (http://www.orkut.com.br).

 If I try the same javascript code in sandbox.orkut.com, it works.

 I´m worried. All my apps are returning errors because of this issue.
 Anyone knows if it´s a real issue?

 Thanks a lot.
--~--~-~--~~~---~--~~
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_URL returning undefined on http://orkut.com.br

2009-03-02 Thread Bruno Souza

Thanks for the response amigo! =)

On 2 mar, 12:03, eduardorochabr eduardoroch...@gmail.com wrote:
 It's a real issue, it happened last week too.

 I guess Orkut team visits this forum only once a day, at the begining
 of the day, so probably they will find the error themselves or will
 see something wrong only tomorrow morning.

 On 2 mar, 11:41, Bruno Souza 241...@gmail.com wrote:

  Hello there!

  I´m fetching the users PROFILE_URL as the same way ever, but it just
  stopped to work on production (http://www.orkut.com.br).

  If I try the same javascript code in sandbox.orkut.com, it works.

  I´m worried. All my apps are returning errors because of this issue.
  Anyone knows if it´s a real issue?

  Thanks a lot.
--~--~-~--~~~---~--~~
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_URL returning undefined on http://orkut.com.br

2009-03-02 Thread Bruno Souza

Hello Vijaya!

First of all, thanks for the support.

As you wish, I´ve tried pasting the javascript code in OSDA and it
works. But my problem still there.

I´ve noted something strange. When I open my apps iframe in a new tab,
it works too.

Here are two samples. Take a look at this.

App Eu Sou! - it works
http://efsgjc6km3m1s86sk2lu16orq8gjue1d.a.orkut.gmodules.com/gadgets/ifr?url=http%3A%2F%2Fapps.studiosol.com.br%2Fmeus_times%2Fcruzeiro.xmlparent=http://www.orkut.com.brlang=ptcountry=BRsynd=orkutview=canvasnocache=1mid=0libs=content-rewrite%3Adynamic-height%3Aviews%3Aopensocial-0.8h=600st=AFinprTUqimcZZ-G-dIQYc2jmKZK54T1HViyqrzXC7tsb6ckhLdk_oh4EIy5FtxJigWStcWRKI6rjendd_vc9_VCKkcRSFZG6WG6J4cILPxprcsypyeFbjg#gadgetId=193620245369gadgetOwner=12854615542530314212gadgetViewer=12854615542530314212view-params=prefetch=0p0

App Minha Música - it works
http://4qesh7g0hg8nne4jp8adcmi9q4qoa12e.a.orkut.gmodules.com/gadgets/ifr?url=http%3A%2F%2Fapps.studiosol.com.br%2FminhaMusica.xmlparent=http://www.orkut.com.brlang=ptcountry=BRsynd=orkutview=canvasmid=0libs=content-rewrite%3Adynamic-height%3Aviews%3Aopensocial-0.7h=600st=AFinprRSnMmu9hPDCwUN88QUaqCPn84a5ow50wglCHTBAAGXEEHQPI3dFf9lC0-jU_BjvCtNHN33RjdPiYzS6czkXIwlJjVdRfr_am6p5vneVxQomPQhcpk#gadgetId=831537538723gadgetOwner=15031491598313082259gadgetViewer=15031491598313082259view-params=prefetch=0p0

Now, if I try to open my apps in iframes inside orkut, it don´t work.

Two samples:

App Minha Música
http://www.orkut.com.br/Main#Application.aspx?uid=5262424178924984659appId=831537538723bpc=1

App Eu Sou!
http://www.orkut.com.br/Main#Application.aspx?uid=5262424178924984659appId=193620245369bpc=1

Thanks.

On 2 mar, 14:25, Vijaya api.vij...@google.com wrote:
 I've just tried pasting the following code into the OpenSocial
 Developer App
 onhttp://www.orkut.com.brand got back the right profile url:

 function getData() {
         var req = opensocial.newDataRequest();
         var owner_params = {};
         owner_params
 [opensocial.DataRequest.PeopleRequestFields.PROFILE_DETAILS] = [
                 opensocial.Person.Field.ID,
                 opensocial.Person.Field.THUMBNAIL_URL,
                 opensocial.Person.Field.PROFILE_URL
         ];
         req.add(req.newFetchPersonRequest
 (opensocial.IdSpec.PersonId.OWNER,
 owner_params), owner);
         req.send(response);

 }

 function response(dataResponse){
      var owner = dataResponse.get('owner');
      if(!owner.hadError()){
         var owner_data = owner.getData();
         var url_perfil = owner_data.getField
 (opensocial.Person.Field.PROFILE_URL);
        output(url_perfil);
       }

 }

 getData();

 Can you please try it? If you do not have the OSDA installed, you can
 install it from:http://osda.appspot.com/
--~--~-~--~~~---~--~~
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] Problem tracking application events with Link tag.

2008-11-20 Thread Bruno Souza

Hello there!

I've tried unsuccessfully to use the Link tag to track some
application events.

The doc just say: Put that on gadget XML and it will work.


Link rel=event href=http://www.example.com/pingme; method=POST/
Link rel=event.addapp href=http://www.example.com/add; /
Link rel=event.removeapp href=http://www.example.com/remove; /


In my gadget xml it look like this:


Link rel=event href=http://url/msg.php; /
Link rel=event.addapp href=http://url/msg1.php; /
Link rel=event.removeapp href=http://url/msg2.php; /


Does the orkut really support it? If yes, what I´m doing wrong? I
really need to track this events.

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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---



[orkut-developer] Re: Adobe Flash Related Questions

2008-07-09 Thread Bruno Souza

Hi!

I can't embedded nothing in my application... just appear a blank
square...

I tried put embed directly,gadget.flash.embedFlash(), SWFObject +
getProxyUrl using the same example of davew and nothing...

I send here what I did:

?xml version=1.0 encoding=UTF-8 ?
Module
  ModulePrefs title=TestFlash summary=... description=...
icon=... thumbnail=... author_email=... author=...
screenshot=... height=500
Require feature=opensocial-0.7/
Require feature=flash /
Require feature=dynamic-height/
Require feature=views /
  /ModulePrefs
  Content type=html
![CDATA[
  scriptdocument.write('scr' + 'ipt src=' +
  gadgets.io.getProxyUrl('http://www.gadgets.cineflip.com/orkut/js/
swfobject.js',
  { REFRESH_INTERVAL: (60) }) + '/scr' + 'ipt'); /script

  div id=flashcontainer style=height:500px /div

  script type=text/javascript
  function startGadget()
  {
  // url to swf, followed by a version number so you can update
the file
  var flashUrl = http://www.youtube.com/v/AmqT9ERKhVYhl=pt-
brfs=1;

  // proxied version of swf - it will cache the swf on google's
servers for 365 days
  var movie = gadgets.io.getProxyUrl(flashUrl,
{ REFRESH_INTERVAL:
  (60*60*24*365) });

  var so = new SWFObject(movie, myflash, 450, 500, 9,
  #ff);
  so.addParam(wmode, transparent);
  so.addParam(allowScriptAccess, always);
  so.addParam(allowFullScreen, true);
  so.write(flashcontainer);

  gadgets.window.adjustHeight();
  }

  gadgets.util.registerOnLoadHandler(startGadget);
  /script]]
  /Content
/Module


Thanks for attention!
Bruno Souza
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~--~~~~--~~--~--~---