[orkut-developer] Re: Difference submitting app in http://sandbox.orkut.com/Main#AppDirectorySubmit and http://www.orkut.com/Main#AppDirectorySubmit

2011-01-05 Thread as
Hi Bruno,

I do have apps from nov/2010 waiting for approval.

What can I do?

Thanks

On Dec 23 2010, 4:21 am, Bruno Oliveira bru...@google.com wrote:
 Hi,

 The AppDirectorySubmit page is apparently not working.

 Please try:http://sandbox.orkut.com/Main#Developer

 Also, since our app reviewer module is offline for maintenance, app
 approvals are currently taking a long time (2 weeks, in some cases 3 weeks)
 because they depend on us running and supervising the process manually.

 Thanks for your patience!

 -
 Bruno Oliveira

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



[orkut-developer] Re: Application approval delay

2011-01-05 Thread as
Hi Bruno,

I do have apps from nov/2010 waiting for approval.

What can I do?

Thanks


On Jan 4, 7:23 pm, Bruno Oliveira bru...@google.com wrote:
 Yes... We know it's frustrating :-(

 Please bear with us, AppReviewer is down for a good reason.
 It will come back soon, and in top shape.

-- 
You 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: does scrapping is available from api ?

2011-01-05 Thread Robson Dantas
There are c#, php, java em qt based api´s . PHP for example, can be found on
code.google.com/p/orkut-os-client-php

Live sample:
http://www.dxs.com.br/os-3leg/test

Regards

Robson Dantas
@robsondantas

2011/1/4 Bruno Oliveira bru...@google.com

 You can do that via the Orkut Client Library.
 http://code.google.com/p/orkut-os-client

 More specifically, you can use ScrapTxFactory.writeScrap(personId, 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-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: Is it possible to an Orkut app to run on background?

2011-01-05 Thread Robson Dantas
1- You can develop a gadget and authenticate your user on twitter using
oauth and then fetching tweets in background, showing in the app, becaming
available to those who have the app installed;

2- You can use 3legged oauth to log in on orkut, and then logging in using
oauth on twitter. Post tweets through activities and it will be visible on
orkut. This approach is similar of what Facebook is doing, but in this case,
I dont know how long access token (used to send remote commands on orkut)
will live. If it gets expired, you will need to find a way to make user
authenticate again.

Robson Dantas
@robsondantas



2011/1/4 Bruno Oliveira bru...@google.com

 Well, that's definitely not possible in an Orkut gadget, since they only
 run when the user is logged in.

 If you have a server, you can implement a server-side application that
 communicates with Orkut via the Client Library. For more information, please
 check http://code.google.com/p/orkut-os-client

 The user will still have to log in in order for your app to get an access
 token (for OAuth), but while the token is valid, you can continue to issue
 requests in the background.

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