Re: [orkut-developer] Re: Captcha and scraps

2012-04-16 Thread Robson Dantas
Some time ago I developed a php library which allows you to send scraps. There is a scrapall app to show you some demo code, and it handles captcha. See: http://code.google.com/p/orkut-os-client-php/ -- Robson Dantas @robsondantas On Mon, Apr 9, 2012 at 2:03 PM, Bruno Oliveira (Google

Re: [orkut-developer] Post Scrap - Question Marks

2011-07-13 Thread Robson Dantas
Hi! Which encoding are you using to send data ? Utf-8 ? Best -- Robson Dantas @robsondantas On Fri, Jul 8, 2011 at 9:45 AM, dvasilakis dvasilaki...@gmail.com wrote: If i post a scap containing non latin character like greek or arabian characters the result is that characters are replaced

Re: [orkut-developer] orkut id

2011-07-13 Thread Robson Dantas
Give more context. Where are you planning to use that ? Redirecting user to a profile page ? -- Robson Dantas @robsondantas On Thu, Jul 7, 2011 at 11:04 AM, dvasilakis dvasilaki...@gmail.com wrote: Hi, i would like to ask if there is way to use uid with orkut java api instead of pid

Re: [orkut-developer] upload photo

2011-07-08 Thread Robson Dantas
-- Robson Dantas @robsondantas Sent from my mobile device Em 01/07/2011, às 05:06, dvasilakis dvasilaki...@gmail.com escreveu: Hi, i work with C# and i am trying to upload a photo with 3-legged API. Reading the java code i cannot understand how the upload process work. 1) json data in which

Re: [orkut-developer] Photo comments activity

2011-07-08 Thread Robson Dantas
There is an odd bug. Uploading photos or commenting issues the same PHOTO activity. That is why you can't get this data. Apps can't distinguish when a comment is posted. Someone from Google can help on this ? Bruno ? Tiago? Best -- Robson Dantas @robsondantas Sent from my mobile device Em

Re: [orkut-developer] Problem: loading external javascript classes

2011-07-08 Thread Robson Dantas
On example 2, use var stg_run = function(url) . var is missing. Inner scope has this weird stuff. You can also open chrome console and check the object. You will note that this variable didn't bind any object. -- Robson Dantas @robsondantas Sent from my mobile device Em 23/06/2011, às 17:03

Re: [orkut-developer] How to replies to a Scrap?

2011-07-07 Thread Robson Dantas
version ? http://code.google.com/p/orkut-os-client/source/browse/java/src/com/google/orkut/client/api/ScrapTxFactory.java#87 Best -- Robson Dantas @robsondantas On Fri, Jun 24, 2011 at 9:24 AM, a.bellav...@opentecheng.com a.bellav...@opentecheng.com wrote: Hi all, I'm using Orkut-os-client. I

Re: [orkut-developer] Getting 405 Method Not Allowed error on POST request.. Please help.

2011-06-13 Thread Robson Dantas
. Robson Dantas @robsondantas On Sun, Jun 12, 2011 at 1:13 AM, Aditya Hajare adity...@gmail.com wrote: I am using orkut osapi PHP client library... i did not changed anything in it yet.. just specified required credentials in global.php and tried to test the client.. At first, it was giving me

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

2011-05-26 Thread Robson Dantas
, 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

Re: [orkut-developer] content type url

2011-05-23 Thread Robson Dantas
://www.opensocial-br.org/exemplo/opensocialbr.xml http://www.opensocial-br.org/exemplo/opensocialbr.xmlBest Robson Dantas @robsondantas On Mon, May 23, 2011 at 4:51 AM, ashcsi ashcsi ashcsi1...@gmail.com wrote: Hello All, I have added a gadget with content type=url and the url points to a php

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

2011-05-02 Thread Robson Dantas
Thanks, this is really useful to fight scammers/spammers, etc. Let´s see in practice how it goes, and hope not seeing good apps getting kicked out from the directory :-) Best Robson Dantas @robsondantas On Mon, May 2, 2011 at 7:31 PM, Bruno Oliveira (btco) bru...@google.comwrote: *TL;DR

Re: [orkut-developer] Post a Private Message

2011-04-23 Thread Robson Dantas
You mean sending private scraps, right ? :-) Because sending scraps is totally possible. Best Robson Dantas @robsondantas On Sat, Apr 23, 2011 at 4:25 AM, Bruno Oliveira (btco) bru...@google.comwrote: Hi, It's not currently possible to send scraps with the Orkut API, but this may change

Re: [orkut-developer] posting REST activities

2011-04-22 Thread Robson Dantas
and opensocial-client-library does not check. Try to debug all information sent by orkut, and if get a confirmation, follow my implementation on orkut-os-client-php. Best Robson Dantas @robsondantas On Mon, Apr 18, 2011 at 1:36 PM, Roberto Scattini robert...@metrogames.comwrote: hi all: does

Re: [orkut-developer] What's will happen if I don't submit my application to the application directory?

2011-04-22 Thread Robson Dantas
Hi WenKe! If you are creating a 3legged oauth based you dont need to send anything to the directory, just need to register your domain in order to get your keys. For 2legged you need an registered app in order to make remote calls. Let me know if you have any doubt. Best Robson Dantas

Re: [orkut-developer] get Scraps message

2011-04-19 Thread Robson Dantas
friends got (passing your friend ID instead of @me). Best Robson Dantas On Tue, Apr 19, 2011 at 6:38 AM, Matthew Young taige...@gmail.com wrote: After I created new scrap to my specific friend in orkut , I want to use GetScrapsTx to retrieve the scrap just I send , but can't get it , why

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

2011-04-19 Thread Robson Dantas
Robson Dantas @robsondantas On Tue, Apr 19, 2011 at 6:12 AM, Matthew Young taige...@gmail.com wrote: can you get the scaps which you self sent to specific friend? -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this group, send

Re: [orkut-developer] API quota exceeded

2011-04-14 Thread Robson Dantas
- The number of API requests per day cannot exceed 20K Robson Dantas @robsondantas On Wed, Apr 13, 2011 at 10:52 AM, Roberto Scattini robert...@metrogames.com wrote: hi all, since today, i am having this in my development server. Error en OsapiMainWrapper::obtenerViewerUser al pedir

Re: [orkut-developer] number of users

2011-04-14 Thread Robson Dantas
Did you check the developer console ? Supposing you are brazilian, follow this small article I wrote on opensocial-br.org: http://www.opensocial-br.org/tag/console-orkut/ http://www.opensocial-br.org/tag/console-orkut/It is also good to note that data may have delays. Best Robson Dantas

Re: [orkut-developer] Getting captcha through URL

2011-04-14 Thread Robson Dantas
Hi, Thanks for the tip, but it will not solve the problem here. Captcha needs to be generated on the fly using oauth, that´s why it turns out to be complicated. Robson Dantas @robsondantas On Mon, Apr 11, 2011 at 11:58 PM, jose roberto goncalves dias zeobertof...@gmail.com wrote: 2011/4/11

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

2011-04-14 Thread Robson Dantas
As stated on other threads, looks like a bug on google´s side. Allan posted same error happening, and other users posted the same using java library. Bruno, Tiago, can you please check ? Tks Robson Dantas @robsondantas On Wed, Apr 13, 2011 at 2:27 AM, soori gokaraju iam.soo...@gmail.comwrote

Re: [orkut-developer] Post a Private Message

2011-04-14 Thread Robson Dantas
Send a private scrap to your account, and read scraps through the library to check which parameter it comes. Not sure if this feature is exposed, since it´s pretty new on orkut. Best Robson Dantas @robsondantas On Fri, Apr 8, 2011 at 12:31 PM, MarcosNC marco...@gmail.com wrote: Hi, I'm

Re: [orkut-developer] API quota exceeded

2011-04-14 Thread Robson Dantas
Not sure about that, but if I were you, would not trust on this. Best Robson Dantas @robsondantas On Thu, Apr 14, 2011 at 11:59 AM, Roberto Scattini robert...@metrogames.com wrote: hi robson, i am using 2-legged auth. now i have advanced a little, it was a problem of my own code. one

Re: [orkut-developer] New: orkut Client Library 2.0 Developer Guide

2011-04-13 Thread Robson Dantas
Hi, Think someone from Google can take a look on this. This issue is related to what Allan Jones has posted few days ago. Just confirm there is an issue. Best Robson Dantas @robsondantas On Wed, Apr 13, 2011 at 6:35 AM, soori gokaraju iam.soo...@gmail.comwrote: Hi Robson Dantas, I am

Re: [orkut-developer] Getting captcha through URL

2011-04-12 Thread Robson Dantas
Allan, Ran into the same problem, and had to change the way was authenticating. Now I´m doing this serverside, and using javascript oauth library to make the calls. Dont see any other way to fix it, just serverside. Robson Dantas @robsondantas On Mon, Apr 11, 2011 at 7:33 PM, Allann Jones

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

2011-04-11 Thread Robson Dantas
, and of course, having special partnerships where white lists could be applied. Why not bring this to the PM and check if it´s feasible to be implemented ? Best Robson Dantas @robsondantas -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group

Re: [orkut-developer] New release pushed to sandbox, please test your apps

2011-04-11 Thread Robson Dantas
Tiago, About item 3, is there any report about what was done ? Did you mean that fields described *here can be affected ? Is it up to date, btw ? [1] - http://code.google.com/apis/orkut/docs/orkutdevguide/orkutdevguide-0.8.html#profiledata Thanks Robson Dantas @robsondantas On Mon, Apr 11

Re: [orkut-developer] Application Development

2011-04-08 Thread Robson Dantas
Hi! Api doesn´t support that yet. What you can do is writting an app to read this remotely. If the community is marked as open, you can read the threads. If not, you need to simulate a browser logging in, and then getting data (note you might break orkut TOS doing this). Best Robson Dantas

Re: [orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2011-04-06 Thread Robson Dantas
Hi! This is weird. Was looking my log file to check authentication errors in the past 2 days and nothing listed. Still getting errors ? Best Robson Dantas @robsondantas On Tue, Apr 5, 2011 at 7:48 PM, Allann Jones allan...@gmail.com wrote: I'm using pure JavaScript with ClientLogin

Re: [orkut-developer] Auth basic problem

2011-04-05 Thread Robson Dantas
/orkut-3legged.php#165Let me know how it goes. Best Robson Dantas @robsondantas On Mon, Apr 4, 2011 at 2:43 PM, Roberto Scattini robert...@metrogames.comwrote: hey robson! yes, we are using 2-legged. now that you mention it, i had read a thread not so long ago about this, with you and fernando

Re: [orkut-developer] Auth basic problem

2011-04-05 Thread Robson Dantas
Roberto, yes works. Just find the similar line on 2legged. My library was based in this one. You will notice that the errors are intermitent. Sometimes you get, sometimes, not. Best Robson Dantas @robsondantas On Tue, Apr 5, 2011 at 12:26 PM, Roberto Scattini robert...@metrogames.comwrote

Re: [orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2011-04-05 Thread Robson Dantas
Allan, Which library are you using ? Best Robson Dantas @robsondantas On Tue, Apr 5, 2011 at 3:09 PM, Allann Jones allan...@gmail.com wrote: From yesterday to now I am receiving lots of this errors using 3-legged: HTML HEAD TITLEOAuth Authentication FailureOAuth Authentication Failure

Re: [orkut-developer] Support plan for OAuth 2.0

2011-04-04 Thread Robson Dantas
over there. Let us know if you have any doubt. Best Robson Dantas @robsondantas On Mon, Apr 4, 2011 at 3:56 AM, Sung won Cho ajou...@gmail.com wrote: Dear All. In orkut's documents, it said that the only way to authentication with OAuth is 2-legged OAuth is available. If orkur has plan

Re: [orkut-developer] Auth basic problem

2011-04-04 Thread Robson Dantas
Are you using the 2legged-api for PHP ? If so, there is a bug when getting tokens with space on it, which results problems when authenticating. BTW, why not using 3legged ? Best Robson Dantas @robsondantas On Wed, Mar 30, 2011 at 2:57 PM, Roberto Scattini robert...@metrogames.comwrote: hi

Re: [orkut-developer] Import orkut profile from my website

2011-03-20 Thread Robson Dantas
( developed by google ): http://code.google.com/p/orkut-os-client There is also a working (test) code I created, which is inside the library too. If you wanna take a look, just follow here: http://www.dxs.com.br/os-3leg/test/ Best Robson Dantas @robsondantas 2011/3/16 Johnny Bergström johnny.bergst

Re: [orkut-developer] Re: Many 3LO Calls Unavailable this week

2011-03-19 Thread Robson Dantas
Tiago, Can you please confirm if this bug was fixed in production ? Best Robson Dantas @robsondantas 2011/3/17 Mr . Nobody scra...@gmail.com I Think you have to Activate 3LO 4 now. Thanks On Wed, Mar 16, 2011 at 8:56 PM, Robson Dantas biu.dan...@gmail.comwrote: Tiago, Switched

Re: [orkut-developer] Re: Many 3LO Calls Unavailable this week

2011-03-16 Thread Robson Dantas
being sent. Anything changed ? Best Robson Dantas @robsondantas 2011/3/16 Tiago Silveira (Google) t...@google.com Has anyone confirmed that sandbox is working properly? We want to start pushing the proposed fix today. Sorry for the long delay. -- You received this message because you

Re: [orkut-developer] Orkut community post to XML

2011-03-16 Thread Robson Dantas
it. Best Robson Dantas @robsondantas 2011/3/16 shiggity iva...@gmail.com Anyone made an app or smth for this? -- You 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

Re: [orkut-developer] Orkut community post to XML

2011-03-16 Thread Robson Dantas
community ? Best Robson Dantas @robsondantas 2011/3/16 shiggity iva...@gmail.com well i guess if its my community where all my real life friends chat it wont be a problem :) could someone help me with links how i can create such a code? -- You received this message because you are subscribed

[orkut-developer] 3LO problems

2011-03-11 Thread Robson Dantas
sending and reading scraps. Thoughts ? Robson Dantas @robsondantas -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this group, send email to opensocial-orkut@googlegroups.com. To unsubscribe from this group, send email

Re: [orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread Robson Dantas
For sure, something has changed on orkut. Got several requests from people using the php-library. Let´s wait until someone from Google answers this. Best Robson Dantas @robsondantas 2011/3/11 r9handa riha...@gmail.com Hi, I've got the same problem. Authentication seems to work fine

Re: [orkut-developer] Friend permission not granted

2011-03-11 Thread Robson Dantas
Problem on Orkut. Bruno replied my thread few minutes ago. Let´s wait for a fix. Best Robson Dantas @robsondantas 2011/3/11 Rafael raf...@auxteam.com.br Hi, My request for friends return this message in OATH Authentication ... array(1) { [friends]= array(2) { [id

Re: [orkut-developer] Re: Acesso externo ao orkut

2011-03-11 Thread Robson Dantas
@Bruno, Está na esquerda do projeto orkut-os-client external links. Tem java, c#, php, qt https://code.google.com/p/orkut-oauth-api-csharp/ https://code.google.com/p/orkut-oauth-api-csharp/Robson Dantas @robsondantas Em 11 de março de 2011 11:35, Bruno Oliveira (btco) bru...@google.comescreveu

Re: [orkut-developer] Re: URGENT-Permission Denied (403 Forbidden) error occurs for Orkut Actions

2011-03-11 Thread Robson Dantas
Just noticed for oauth. Best Robson Dantas @robsondantas 2011/3/11 Tiago Silveira (Google) t...@google.com This is all for OAuth, right? Is anyone having such problems within gadgets? -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group

Re: [orkut-developer] Re: 3LO problems

2011-03-11 Thread Robson Dantas
anything else. Best Robson Dantas @robsondantas 2011/3/11 Tiago Silveira (Google) t...@google.com Robson, can you share the request that is failing (omitting private data, if any)? Thanks. -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group

Re: [orkut-developer] Re: How long does accessPass take to expire?

2011-03-09 Thread Robson Dantas
100% agreed, but till now, no way to do that. At least Bruno or Tiago didn´t mention any solution ( asked at least 3 times ) Tiago / Bruno, comments ? Best Robson 2011/3/1 Fernando Mattos fbmat...@gmail.com My understanding is that it only 'expires' if the user revokes access to your

Re: [orkut-developer] Lista de amigos: data.get('viewerFriends').getData() devuelve null

2011-03-03 Thread Robson Dantas
= data.getData(); viewerFriends.each(function(person){ html.push('li' + person.getId() + '---' + person.getDisplayName() + '/li'); }); } html.push('/ul'); } Saludos, Robson Dantas @robsondantas 2011/3/2 Pablo Mendez mendezdomene...@gmail.com Buenas tardes

Re: [orkut-developer] Lista de amigos: data.get('viewerFriends').getData() devuelve null

2011-03-03 Thread Robson Dantas
and PHP, depending the amount of requests you get, will need tons of servers and you will lose many good things container provides you. Caching, for example. Robson Dantas @robsondantas 2011/3/3 Pablo Mendez mendezdomene...@gmail.com In this code, *data.hadError() === true* and displays an empty

Re: [orkut-developer] Re: ¿Cómo se activa el 2-legged OAuth? ¿Dónde está la documentación?

2011-03-03 Thread Robson Dantas
also note that I DO NOT work for Google. Just trying to help people here. Best, Robson Dantas @robsondantas 2011/3/3 Pablo Mendez mendezdomene...@gmail.com No, this is not what I need. I already have a consumer_key and consumer_secret. In fact, I used them in the OAuth Playground and work

Re: [orkut-developer] [orkut Client Library] How long does accessPass take to expire?

2011-03-01 Thread Robson Dantas
Did you mean access token (3 legged ) ? If so, don´t know exactly the answer, but what I can tell you is that I have mine running for more than 2 months and stills valid. It is a really useful information. @Bruno can you please clarify ? Best Robson Dantas @robsondantas 2011/2/28 Felipe Lalli

Re: [orkut-developer] Re: Server to Server Protocol

2011-02-10 Thread Robson Dantas
call. Another thing is captcha handling. The library dont handle captchas issued by Orkut. Go to the test website I sent you and send a scrap with some link inside, and you will have a better understanding. Best Robson Dantas @robsondantas 2011/2/10 Fernando Uchiyama fernandoserv...@gmail.com

Re: [orkut-developer] How to get an App ID???

2011-02-10 Thread Robson Dantas
= 950702661814rl=ls appId is shown in the url - in this case 950702661814 . Let me know if it stills unclear for you, or if it helps. Best Robson Dantas @robsondantas 2011/2/10 as souzajo...@aol.com Could you guys give to us a full, detail explantion on how to get an app ID? Also, wich the address

Re: [orkut-developer] difficult start

2011-02-03 Thread Robson Dantas
Roberto, Content-type=url was disabled on Orkut due security issue. Switch to html. Also good to note that it will not work on profile view. You need to use data pipelining and templates to make it running. Br Robson Dantas @robsondantas 2011/2/2 Roberto Scattini robert...@metrogames.com hi

Re: [orkut-developer] Re: Application not publishing updates to users

2011-01-12 Thread Robson Dantas
) { if (status.hadError()) alert(DATA: + status.getData()+ MSG: + status.getErrorMessage()+ CODE: + status.getErrorCode()); else alert(done); } Robson Dantas @robsondantas 2011/1/11 Decoder devarshi.bluec...@gmail.com The code for publishing update is as follows: function publishTimeLeft

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

Re: [orkut-developer] Re: Is it possible to an Orkut app to run on background?

2011-01-05 Thread Robson Dantas
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

Re: [orkut-developer] Re: Android Sample Code

2010-12-16 Thread Robson Dantas
And what is it have to do with the Android question ? Are you using the same library ? If not, this is the wrong thread. Robson Dantas 2010/12/14 Bill Hall williamlh...@gmail.com Question? I have posted 99 albums in Orkut. It won't let me post anymore? Why? Bill On Mon, Dec 13, 2010

Re: [orkut-developer] Re: Post a new Activity With Client isn't working

2010-12-16 Thread Robson Dantas
Bruno, Other guys are complaining the same thing on orkut-os-client-php list. Tested here and it isnt showing anything (my profile and others profiles) Looks like the same bug we had some months ago, where 3lo activities were broken. -Robson Dantas 2010/12/16 Bruno Oliveira bru...@google.com

Re: [orkut-developer] Re: Android Sample Code

2010-12-13 Thread Robson Dantas
://code.google.com/p/opensocial-java-client/[2] http://code.google.com/p/opensocial-java-client/source/browse/#svn/trunk/android Just remember you will need to handle browser authentication when running 3legged oauth. -Robson Dantas 2010/12/10 Bruno Oliveira bru...@google.com Great question. I'd love

Re: [orkut-developer] Re: Orkut App code can be hacked and edited easily

2010-12-11 Thread Robson Dantas
I forwarded your message to Google and Bruno mentioned he sent a message, but got no answer from your side. Get in touch with them, though. b...@google.com , t...@google.com Regards Robson Dantas 2010/12/11 Toton sourav18gh...@gmail.com how can i be in touch with them ? i've no email

Re: [orkut-developer] Violation found: Apps with type Url

2010-12-08 Thread Robson Dantas
some tests and if get something will fill in a bug. Sample code to make proxied content work: Content view=canvas href=http://www.cnn.com/; xmlns:os= http://ns.opensocial.org/2008/markup; / Thanks for pointing this out! -Robson Dantas @robsondantas 2010/12/8 Tiago Silveira (Google) t

Re: [orkut-developer] Orkut App code can be hacked and edited easily

2010-12-06 Thread Robson Dantas
Hi Sourav! Do not share this publicly. Just get in touch with guys from Google to give them information about the security issue you have found. Regards Robson Dantas 2010/12/5 Toton sourav18gh...@gmail.com Sir, I've noticed that any orkut application code can be hacked, and edited

Re: [orkut-developer] Re: Orkut API Limit

2010-12-03 Thread Robson Dantas
. When getting around 300 scraps sent, calling the api ~6 times, it blocks and returns this message. Tks! Robson Dantas 2010/12/2 Tiago Silveira (Google) t...@google.com Found it, please refer to the section called Restrictions on Usage at this link: http://www.orkut.com/html/en-US

Re: [orkut-developer] Violation found: Apps with type Url

2010-12-03 Thread Robson Dantas
you will get an error message: Unable to reach remote host. HTTP status 502 Switching content type to url, works smoothly. Bug ? -Robson Dantas 2010/11/30 Tiago Silveira (Google) t...@google.com As far as I can tell, just switching type=url to type=html should work. The gadgets server

Re: [orkut-developer] Migrate app URL

2010-12-03 Thread Robson Dantas
Bruno or Tiago, both from Google, can help you on this; BR Robson Dantas @robsondantas 2010/12/1 Bruno Andrade Alves brunoaal...@gmail.com Hi, I'm trying to migrate an app but I can't. I followed the steps at http://orkutdeveloper.blogspot.com/2009/06/app-url-migration-tool-available.html

Re: [orkut-developer] App approval

2010-12-03 Thread Robson Dantas
/f43eb6141d672c04?lnk=gstq=bruno+oliveira#f43eb6141d672c04 http://groups.google.com/group/opensocial-orkut/browse_thread/thread/ed97f913fde71b71/f43eb6141d672c04?lnk=gstq=bruno+oliveira#f43eb6141d672c04 Regards, Robson Dantas Em 17 de novembro de 2010 22:35, André Michels Freitas andre.mich

Re: [orkut-developer] Scroll bar problems

2010-12-03 Thread Robson Dantas
Hi, Which view are you referring to ? profile or canvas ? Robson Dantas @robsondantas 2010/12/2 Sriram sriramdas...@gmail.com I made few orkut apps, but now, there is no scrollbars for the apps and the app is only partially visible. How to get the scrollbars in my apps? -- You received

Re: [orkut-developer] Opensocial ID to app

2010-11-30 Thread Robson Dantas
This problem was solved on opensocial-br list, wasnt it ? -Robson Dantas 2010/11/23 Leonardo Rafael Morastoni leomo...@gmail.com Hello! How can I send opensocial ID to my external java app? and how can i call it on gadget witth HTML type, I can't using URL gadget anymore

Re: [orkut-developer] Get friend information by using his orkut ID

2010-11-30 Thread Robson Dantas
Yes Matheus, you are right. Even if you try sending the user id directly, you will not be able to get user information. I coded a call in my sample file sometime ago: http://www.opensocial-br.org/exemplo/opensocialbr.xml Regards Robson Dantas 2010/11/29 Matheus Ricardo Uihara Zingarelli

Re: [orkut-developer] Re: profile view (pipline) is working again - thank you

2010-11-30 Thread Robson Dantas
Yes, running smoothly. -Robson Dantas 2010/11/24 Sunil sunil.k.makw...@gmail.com Any news on this? Is it back? On Nov 19, 11:54 am, sunnydiv sunny...@gmail.com wrote: down again ? i hope its temporary On Nov 17, 10:32 pm, sunnydiv sunny...@gmail.com wrote: even

Re: [orkut-developer] Violation found: Apps with type Url

2010-11-30 Thread Robson Dantas
, and to avoid it, it´s not allowed to use this anymore, and in this case, you need to find out another ways to solve your problem. Proxied content *might* work, but lot of calls will need to be written again. -Robson Dantas 2010/11/29 Antonio Cruda antonio.cr...@gmail.com Hi, I think you

Re: [orkut-developer] open social client

2010-11-30 Thread Robson Dantas
Regards, Robson Dantas 2010/11/24 soori iam.soo...@gmail.com I am developing a web application, In that i include orkut friends. I am able to fetch orkut friends and activities. But i am unable to fetch scraps. Is there a way to get scraps and reply scraps using java web application. I saw

Re: [orkut-developer] Re: issue with fetching viewer id from API call in profile view

2010-11-25 Thread Robson Dantas
this: script type=text/os-data xmlns:os=http://ns.opensocial.org/2008/markup os:OwnerRequest key=owner / os:ViewerRequest key=viewer / /script !-- debug -- ${owner.id} ${viewer.id} Let me know how it goes . Robson Dantas 2010/11/24 prameela raju prameelachan...@gmail.com I am viewing application

Re: [orkut-developer] How to post Activities using AuthSub?

2010-11-04 Thread Robson Dantas
Reza, As far as I remember it was kinda deprecated, and not allowed to use anymore, since Orkut team launched 3LO authentication. Maybe someone from Google can confirm it. -Robson Dantas 2010/11/4 Reza mdreza1...@gmail.com Hi All, I have made one Web Apps based on 3-legged OAuth

Re: [orkut-developer] Adding a new developer owner to an orkut app

2010-11-04 Thread Robson Dantas
Prashant Tiwari (from Google) used to do that. Mail him and see how it goes. Other possibility would be resending your app and deleting the old, but in this case, you will lose info about your ranking. -Robson Dantas 2010/10/31 Sundeep vigsund...@gmail.com Hi, We have an app in Orkut

Re: [orkut-developer] Orkut

2010-11-04 Thread Robson Dantas
Just noticed this: [{id:1-m.d,error:{message:internalError: For input string: \invalidAlbumId\,code:500}}] Did you cross check the album id ? -Robson Dantas 2010/10/26 Niall nialloughn...@gmail.com Hi, im getting a 500 Internal Server Error from the Orkut API when trying to delete

[orkut-developer] Re: [OpenSocial] Problems hosting gadgets

2010-11-04 Thread Robson Dantas
Yes. Looks like the automatic approval is down. Someone from Google ? -Robson Dantas 2010/11/3 Portugal Telecom Inovacao projetojeep.p...@gmail.com Are you having problem to add gadgets on orkut? these days im having problems Thanks! -- You received this message because you

Re: [orkut-developer] Profile View not working in Prod.Sandbox, does it require templates?

2010-11-04 Thread Robson Dantas
Try my sample. Think you are missing some tags and require´s. Yes, you need to use templates. www.opensocial-br.org/exemplo/opensocialbr.xml -Robson Dantas 2010/11/3 DevenH dev...@gmail.com The profile view for my app is not working on prod.sandbox, do i have to use templates in order

[orkut-developer] Resposta do Google sobre o Orkut

2010-11-03 Thread Robson Dantas
Desculpem pelo crosspost, mas depois do e-mail do Alex, decidi fazer contato com o product manager do Orkut, apenas para ter certeza que os problemas estão endereçados e que teremos uma breve solução. Recebi a resposta há alguns minutos atrás, e boas notícias virão até o final da semana: *Oi,

Re: [orkut-developer] using more than the each() function for viewer and owner friends: viewerFriends.each()

2010-10-15 Thread Robson Dantas
://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/core.io/io.js http://svn.apache.org/repos/asf/shindig/trunk/features/src/main/javascript/features/core.io/io.js Regards, Robson Dantas 2010/10/14 DevenH dev...@gmail.com It is great that orkut provides us with an each

Re: [orkut-developer] How to use opensocial on asp.net page loaded inside the iframe under the gadget.xml?

2010-10-14 Thread Robson Dantas
, Robson Dantas 2010/10/14 kbundy slam...@gmail.com Hello I am currently trying the orkut opensocial. I have upload a gadget.xml file to orkut. Inside the xml file, i placed an iframe that load my aspx page so i can code using c#. In the gadget.xml file, i can use opensocial object to make

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

2010-10-14 Thread Robson Dantas
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

Re: [orkut-developer] Library for Orkut Client in asp.net (C sharp) or javascript

2010-10-14 Thread Robson Dantas
: code.google.com/p/orkut-os-client code.google.com/p/orkut-os-client-php Regards Robson Dantas 2010/10/12 Jashwant Singh Jatt jashwantsi...@gmail.com The library imported by Harshit at http://code.google.com/p/orkut-oauth-api-csharp/ gives error. Please provide me a way to use orkut client

Re: [orkut-developer] Issue while fetching viewer, viewer_friends, has_app_owner_friends from API call in sandbox account

2010-10-08 Thread Robson Dantas
Fernando, technically what Prameela wrote is correctly. If the viewer is your friend you can get information, otherwise viewer friends won't work. Prameela, can you post your code or show your app URL to make a test Regards Robson Dantas 2010/10/8, Fernando Torres nandotor...@gmail.com: please

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
%20network_distance+page:1+mid:ty5b34i7dveup6xm+state:results http://markmail.org/message/yoj77kt772zvd4nd#query:opensocial%20network_distance+page:1+mid:ty5b34i7dveup6xm+state:results Regards Robson Dantas 2010/10/6 Igo Amauri igoama...@gmail.com Hi, I want to build an application that access data from friends

Re: [orkut-developer] How to find friends of friends?

2010-10-07 Thread Robson Dantas
If I recall correctly, Myspace allows. On Facebook you can check if 2 ids are friends, but can't get FoF (and it doesn't run opensocial, though). Regards Robson Dantas 2010/10/7, Igo Amauri igoama...@gmail.com: Thank you Robson, So if i want to build a application that do this i will need

Re: [orkut-developer] Re: How to find user's Orkut community or groups

2010-10-06 Thread Robson Dantas
Sambe, Api doesn't support comunnities yet. -Robson Dantas 2010/10/6 Ambe International ambein...@gmail.com Hi Vijaya, I have an application where i have to post new topics on my Community,is there any updates or any other option i can do this?is the API for this is now

Re: [orkut-developer] Orkut Application in my website (outside orkut)

2010-10-04 Thread Robson Dantas
I dont know the status of the project, but there's a C# project: https://code.google.com/p/orkut-oauth-api-csharp/ https://code.google.com/p/orkut-oauth-api-csharp/Let us know how it goes. -Robson Dantas 2010/10/4 Jashwant Singh Jatt jashwantsi...@gmail.com I've developed an orkut app inside

Re: [orkut-developer] Bad scope parameter

2010-10-01 Thread Robson Dantas
Hi Maximiliano, Can you make the same test using my php library to see how it goes? http://www.dxs.com.br/os-3leg/test/ http://www.dxs.com.br/os-3leg/test/How are you passing scope parameter to oauth ? Which language are you using ? Give us more details. -Robson Dantas 2010/9/30 maximiliano

Re: [orkut-developer] Submitting application error: Estes campos estão faltando no seu gadget: description

2010-09-30 Thread Robson Dantas
If i recall correctly, there is a minimum amount of chars you have to use. Try it, and let us know. PS: Is there any reason why you are submitting a test app ? Or is it just on sandbox ? -Robson Dantas 2010/9/26 jaugusto augusto.u...@gmail.com Hi, I am getting this error about missing

Re: [orkut-developer] Orkut java client not working

2010-09-27 Thread Robson Dantas
Can you please take a look in your properties file and check which endpoint you are using ? -Robson Dantas 2010/9/26 sansun08 csshankaravadi...@gmail.com Wrote a photo application for Orkut. Everything was working fine till yesterday. Since today all my API calls are failing. Here

[orkut-developer] Update - Authentication on Orkut PHP Library

2010-09-27 Thread Robson Dantas
problem, and everything looks fine. Commited a fix few minutes ago, and your help to test it is appreciated. @Tiago @Prasant , any comments ? -Robson Dantas -- You received this message because you are subscribed to the Google Groups orkut Developer Forum group. To post to this group, send email

Re: [orkut-developer] Re: Sandbox is down?

2010-09-25 Thread Robson Dantas
Same here. Also noticed that Orkut was attacked these days with spam and community flood. Really bad. - Robson Dantas @robsondantas 2010/9/25 anatoly anato...@gmail.com Anyone from orkut team can comment? I'm getting the following error on FF: Não foi possível acessar o orkut. Verifique

Re: [orkut-developer] Re: OAuth: Timestamp Refused

2010-09-22 Thread Robson Dantas
Tiago, Yes, I'm still getting authentication problems on sandbox and production. Allan (another guy who is creating a Javascript library), also reported errors on sandbox. Is it a confirmed issue ? Anything already done to solve? -Robson Dantas 2010/9/8 Robson Dantas biu.dan...@gmail.com My

Re: [orkut-developer] Does orkut onsite application allow only xml url ?

2010-09-22 Thread Robson Dantas
features embed on your site. Libs available: code.google.com/p/orkut-os-client [java] code.google.com/p/orkut-os-client-php [php] -Robson Dantas 2010/9/21 kbundy slam...@gmail.com Hello, I am first started in this orkut social network. I am confused with the registration of the onsite

Re: [orkut-developer] Orkut Oauth

2010-09-22 Thread Robson Dantas
I think we closed this discussion on orkut-php-client library, right ? Regards Robson Dantas 2010/9/21 Dennis Monsewicz dennismonsew...@gmail.com Ok I downloaded the orkut os client lib But when I point my browser to http://myurl.com/orkut-os/test and login and I am redirected (after

Re: [orkut-developer] Stuck in Authorization loop

2010-09-22 Thread Robson Dantas
the session is being handled. Another solution is storing it on cookies, like the java library is doing. But again, it depends how your environment is configured. -Robson Dantas 2010/9/22 Dennis dennismonsew...@gmail.com I am trying to port the library over to my CodeIgniter application

Re: [orkut-developer] Orkut Oauth

2010-09-20 Thread Robson Dantas
Yes, using OAuth. Java: http://code.google.com/p/orkut-os-client PHP: code.google.com/p/orkut-os-client-php Take a look there. -Robson Dantas 2010/9/20 Dennis Monsewicz dennismonsew...@gmail.com I am writing a application that will allow users to pull in information from their orkut

Re: [orkut-developer] OAuth Authentication FailureOAuth Authentication Failure

2010-09-20 Thread Robson Dantas
Which endpoint are you using ? sandbox or production ? Tiago (from Google), asked me few days ago about testing it on sandbox environment, but I'm still getting this errors too (PHP lib). @Tiago, any update about this ? -Robson 2010/9/20 Allann Jones allan...@gmail.com Hi. I receiving the

Re: [orkut-developer] Doubts about OSDE

2010-09-13 Thread Robson Dantas
-development-environm...@googlegroups.com Regards, Robson Dantas 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

Re: [orkut-developer] Suggestion for albums!

2010-09-13 Thread Robson Dantas
Better place to post it: http://www.google.com/support/forum/p/orkut?hl=pt-BR http://www.google.com/support/forum/p/orkut?hl=pt-BR-Robson Dantas 2010/9/13 Erlend Anderson erlendander...@live.com Hey, would it be possible to upload videos to your photo albums? They will be displayed just like

  1   2   3   4   >