php - Search for a YouTube link in twitter feed? -



php - Search for a YouTube link in twitter feed? -

i wonder if can search tweets shared particular youtube video. , sort out users got followers sharing youtube video. using api , in php.

given twitter (and other url shortening applications) encode url, you'll have following:

1) collect tweets hyperlinks 2) open hyperlinks see if redirect youtube 3) compile id's on redirects 4) utilize twitter api identify followers

in short yes, no.

php twitter youtube

Comments

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -