Hello. I was wondering if anyone had any experience with twitter4j and the google web toolkit. I'm fairly new to web programming and I'm not entirely sure where to execute the sample code.
Specifically, I'm trying to get the OAuth working. There is sample code here: http://yusuke.homeip.net/twitter4j/en/code-examples.html#oauth However, does anyone know if I can put this code into a RemoteServiceServlet as I'm trying to do now? Should I make a separate HttpServlet to try and manage it? Currently, when I run the sample code in my RemoteServiceServlet, I get the following warning when it executes [accessToken = requestToken.getAccessToken();] Jul 30, 2009 12:56:59 PM org.apache.commons.httpclient.HttpMethodBase processResponseHeaders WARNING: Cookie rejected: "$Version=0; _twitter_sess=...; $Path=/; $Domain=.twitter.com". Illegal domain attribute ".twitter.com". Domain of origin: "twitter.com" Can anyone advise me on what to try next or if I'm just doing it completely wrong? Thanks in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
