I would like to implement third party android application subscribing changed data of specific user.
As you know, I can implement it with Facebook api ( http://api.twitter.com/1/notifications/follow ).
However i couldn’t find similar function in twitter api.
Instead of that, i just found streaming api but i think it’s not proper to my purpose.
What i want to do exactly is that if specific twitter user post his photo in twitter, my application user subscribing him should get notification from twitter api.
Is it available?