Tuesday 15 February 2011

how to get notification when someone posts a tweet using twitter api and php -



how to get notification when someone posts a tweet using twitter api and php -

i want save notification specific user in friend list in mysql database using php , twitter api

twitter has 2 main apis. http rest , stream api 2 ways think php suitable http api since php not multithreaded.

with php , curl extension periodically poll http twitter api changes on user following.

i utilize stream api has java client implemented twitter staff works charm , receives updates in rt. farther details:

rest api: https://dev.twitter.com/rest/public

streaming api https://dev.twitter.com/streaming/overview

hosebird (streaming client twitter) https://github.com/twitter/hbc

hope helps

php twitter

No comments:

Post a Comment