AnyEvent-Twitter-Stream

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
        - Added on_delete event (franck)
 
0.13  Thu Apr  1 14:00:35 PDT 2010
        - Fixed an error when HTTP connection is disconnected
 
0.12  Tue Mar 23 12:55:01 PDT 2010
        - Support new 'locations' parameter for 'filter' method (requested by M. Edward (Ed) Borasky)
        - Support multiple post parameters for 'filter'.
          ... I thought this has been there for a while but it wasn't.
        - Support partner-only endpoints: links and retweet       
 
0.11  Mon Mar  1 17:12:37 PST 2010
        - Added 'no_decode_json' option that passes the undecoded raw JSON to the callback
 
0.10  Sat Feb  6 17:55:28 PST 2010
        - Fixed a possible memory leak (hidekiy)
 
0.09  Mon Dec  7 16:45:06 PST 2009
        - Added on_keepalive and timeout options (Marc Mims)

README  view on Meta::CPAN

88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
  filter
 
    With this method you can specify what you want to filter amongst
    track, follow and locations.
 
    the details of the parameters.
 
api_url
 
  Pass this to override the default URL for the API endpoint.
 
request_method
 
  Pass this to override the default HTTP request method.
 
timeout
 
  Set the timeout value.
 
on_connect

lib/AnyEvent/Twitter/Stream.pm  view on Meta::CPAN

341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
=item B<filter>
 
With this method you can specify what you want to filter amongst B<track>, B<follow> and B<locations>.
 
See L<https://dev.twitter.com/docs/api/1.1/post/statuses/filter> for the details of the parameters.
 
=back
 
=item B<api_url>
 
Pass this to override the default URL for the API endpoint.
 
=item B<request_method>
 
Pass this to override the default HTTP request method.
 
=item B<timeout>
 
Set the timeout value.
 
=item B<on_connect>



( run in 0.569 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )