[twitter-dev] Multiple issues with favorites info, REST API

2010-10-22 Thread AJ
ith the issue I reported below, both issues might be related to how information is being served up, rather than the actual database information being changed) On Oct 18, 9:51 am, AJ wrote: > I have noticed an apparent bug with the REST favorites API which seems > to have just started a few day

[twitter-dev] apparent new bug with REST favorites API

2010-10-18 Thread AJ
I have noticed an apparent bug with the REST favorites API which seems to have just started a few days ago, I think around the 12th or 13th Oct. I am working on an app which amongst other things archives a user's favorites. Periodically, the app pages through older pages of favorites to see if any

Re: [twitter-dev] Re: Search API questions

2009-12-02 Thread AJ Chen
e may be a possibility that twitter returns only cashed results because you api calls exceed rate-limit. I'm not sure, though. does any one know about rate-limit for using search feed http://search.twitter.com/search.atom<http://search.twitter.com/search.atom?geocode=19.017656%2C72.856178%2.>

[twitter-dev] Re: API 140 character truncation change?

2009-10-23 Thread AJ Chen
then, comparing the front part (without url at the end) of the status is probably sufficient. -aj On Fri, Oct 23, 2009 at 3:07 PM, Dewald Pretorius wrote: > > You cannot compare the status sent with the status returned when the > status contains an URL. The returned status contains

[twitter-dev] Re: API 140 character truncation change?

2009-10-23 Thread AJ Chen
his is the policy or temporary tactic to reduce workload on api. it would be good that api team can clasify on this issue. to check if this happens or not, you can compare the status sent to api and the status returned from api in your application code. -aj On Fri, Oct 23, 2009 at 1:51 PM, Nav

[twitter-dev] api error when updating statuses?

2009-09-03 Thread AJ Chen
there, but the wrong one is there. is there a bug in api? or the api intentionally does this for some unknown policy reason? thanks, -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] Re: following twitter conversations by topics

2009-08-05 Thread AJ Chen
ast so that the twitter streaming data can be analyzed in real time as they come in. -aj On Wed, Aug 5, 2009 at 12:21 PM, Scott Haneda wrote: > > Can you tell me more about this auto topic discovery feature? I am not > seeing anything of that nature on the twitter Web site at all. > >

[twitter-dev] following twitter conversations by topics

2009-08-05 Thread AJ Chen
milar functions recently. Anyone has any early experience or comment to share? -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] Re: "id" field is missing in status from streaming API frequently

2009-07-29 Thread AJ Chen
thank you for the fix. you rock. -aj 2009/7/29 H12山本 裕介 > > Fixed. > http://yusuke.homeip.net/hudson/job/Twitter4J/296/ > Please try the latest build. > http://yusuke.homeip.net/maven2/net/homeip/yusuke/twitter4j/2.0.9-SNAPSHOT/ > Now T4J ignores deleted tweets. > &g

[twitter-dev] Re: "id" field is missing in status from streaming API frequently

2009-07-24 Thread AJ Chen
John, thanks. Yusuke, it may be a good idea for twitter4j library to exclude the deleted statuses as they are received. currently, twitter4j throws an exception for them, which is less informative. thanks. -aj On Fri, Jul 24, 2009 at 3:20 PM, John Kalucki wrote: > > It appears that y

[twitter-dev] "id" field is missing in status from streaming API frequently

2009-07-24 Thread AJ Chen
t;status":{"id":2813410502,"user_id":47157439}}} twitter4j.TwitterException: JSONObject["id"] not found.:{"delete":{"status":{"id":2812385903,"user_id":54420955}}} thanks, -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] twitter app event in silicon valley on July 1

2009-06-26 Thread AJ Chen
tter.com 7:20pm-7:40pm Kevin Boer: Where are the breaking news in Twitter conversation? http://breakingsfnews.com/ 7:40pm-8:00pm AJ Chen: Using Open Calais and openNLP tools to study tweets in real time. http://web2express.org/ 8:00pm-8:20pm Christopher Peri: Managing incoming tweets. http://

[twitter-dev] Re: best practice for dealing with streaming api connection close

2009-06-23 Thread AJ Chen
don't reconnect in those cases. Normally, I only notice a couple of disconnection a day. 2. set a max number of reconnection; when reaching the max, don't auto-reconnect, but requires a manual reconnect instead. This way, if the api server goes wrong, you won't bombard the server. -aj On Tu

[twitter-dev] update: RSS feeds of twitter topics now available from web2express.org

2009-06-23 Thread AJ Chen
t the rss feeds from web2express.org. -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] Re: airline accident case study

2009-06-20 Thread AJ Chen
nding topics on twitter.com or google trends are type of "conversation topic"? thanks, -aj On Fri, Jun 19, 2009 at 3:18 PM, Andrew Badera wrote: > Just because something's a trending news topic, doesn't guarantee, or > necessarily even imply, that it's a trending to

[twitter-dev] Re: airline accident case study

2009-06-19 Thread AJ Chen
y after AP reported the news. I consider it a new trending topic interesting to consumers. but, it does not make it to Twitter.com top 10 topics. It did show up on google trends today. -aj On Fri, Jun 19, 2009 at 11:51 AM, David Fisher wrote: > > Topics don't just trend because it

[twitter-dev] airline accident case study

2009-06-18 Thread AJ
d real time semantic analysis is the key that makes the difference, I think. -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] comparing trending twitter topics

2009-06-15 Thread AJ Chen
page, I find it very easy to figure out what a wired twitter topic is about by clicking the links to twitter search, google search and google trend. cheers, -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] Re: best practice for dealing with streaming api connection close

2009-06-14 Thread AJ Chen
John, great information. thanks a lot. I'll put in a proper wait time before next re-connection. -aj On Sun, Jun 14, 2009 at 8:14 PM, John Kalucki wrote: > > AJ, > > If you had a valid connection and the connection drops, reconnect > immediately. This is encouraged!

[twitter-dev] best practice for dealing with streaming api connection close

2009-06-14 Thread AJ
witterException: connect timed out How to prevent such situation of repeated connections requests? thanks, aj

[twitter-dev] Re: WWDC Twitter developer meetup at Twitter HQ: RSVP!

2009-06-08 Thread AJ Chen
I'm coming, too. could someone provide the exact address for the meetup? thanks, -aj On Sun, Jun 7, 2009 at 10:35 AM, Mark Paine wrote: > > I'm in. > > -Mark > > > On May 21, 2:18 pm, Alex Payne wrote: > > Hi all, > > > > There's great c

[twitter-dev] interesting community events

2009-05-22 Thread AJ Chen
www.regonline.com?eventID=677058&rTypeID=131026<https://www.regonline.com/?eventID=677058&rTypeID=131026>. Save $300 on conference registration fees when using the coupon code of ST9A4 for a paid registration. To register for conference sessions: http://www.semtech2009.com/2009/regist

[twitter-dev] Re: The Data Mining Feed has troubles?

2009-05-22 Thread AJ Chen
The data mining feed is not functional for several days, and it will be phased out shortly according to Alex's email yesterday. The better replacement is streaming API. -aj On Fri, May 22, 2009 at 5:45 AM, junki wrote: > > Hi, there. > > I've got a "The Data Mining

[twitter-dev] Re: Twitter4J 2.0.4 released - added Streaming API support & fixed OAuth compatibility issue

2009-05-19 Thread AJ Chen
Yusuke, thank you for providing twitter4j api. it's very useful. -aj On Tue, May 19, 2009 at 2:07 AM, Yusuke Yamamoto wrote: > Hi all, > > Twitter4J 2.0.4 is available for download. > http://yusuke.homeip.net/twitter4j/en/index.html#download > It's also available at the

[twitter-dev] Re: twitter digest not available

2009-05-14 Thread AJ Chen
cut or selection of topics. It just shows whatever comes out of the ongoing conversations from millions of people. I think we can learn a lot from this information in addition to becoming more effective in navigating through the twitter sphere. -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG

[twitter-dev] twitter digest not available

2009-05-13 Thread AJ
ow if you have any comment. -aj AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org http://web2express.org Palo Alto, CA

[twitter-dev] xml feed for data mining is not fresh

2009-05-09 Thread AJ
problem with data mining xml feed: the first call to api returns a fresh feed; but subsequent calls return the same feed. maybe a cache. did the server forget to return to normal operation? -aj

[twitter-dev] Re: invalid xml char in public timeline

2009-05-06 Thread AJ Chen
the example xml feed I'm looking at has status ID from 1718273418 to 1718264182 -aj On May 6, 7:21 pm, Cameron Kaiser wrote: > > I'm getting this xml parsing error all day long. I'm using jdom.jar > > and pass twitter api xml response directly to build jdom document.

[twitter-dev] Re: invalid xml char in public timeline

2009-05-06 Thread AJ Chen
t today every data mining xml feed has the invalid char. thanks for helping, -aj On May 6, 7:21 pm, Cameron Kaiser wrote: > > I'm getting this xml parsing error all day long. I'm using jdom.jar > > and pass twitter api xml response directly to build jdom document. > >

[twitter-dev] Re: invalid xml char in public timeline

2009-05-06 Thread AJ Chen
:11:49,401 ERROR feed.XmlFetcher (XmlFetcher.java:run (136)) - failed to fetch http://twitter.com/statuses/public_timeline.xml; org.jdom.input.JDOMParseException: Error on line 8148: An invalid XML character (Unicode: 0x19) was found in the element content of the document. thanks, -aj On Apr 2

[twitter-dev] inviting developers to showcase twitter apps on SDForum July event

2009-04-27 Thread AJ
alto, CA. For more information about the SIG, please visit SDForum.org website. Best, -aj -- AJ Chen, PhD Co-Chair, Semantic Web SIG, sdforum.org Technical Architect, healthline.com http://web2express.org Palo Alto, CA

[twitter-dev] invalid xml char in public timeline

2009-04-02 Thread AJ
Stream() ); is this a know issue with public timeline feed? any good way to fix this error? -aj

[twitter-dev] Re: Twitter IM: AIM, GTalk, Jabber, Etc..

2009-02-20 Thread AJ McKee
the moment according to the twitter blog. However you could use a service such as GNIP and have then send you the tweets via POST and from there have it sent to you bot. Aj

data mining feeds

2008-11-17 Thread AJ
Hi Alex, I'm exploring opencalais web service for analyzing tweets, try to see what topics are popular based on statistics. I would need more data than the current limit allows. Please let me know how I could use the data mining feeds? thanks a lot, -aj sdforum semantic web SIG