Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to get all my home timeline updates in my windows command line. I can provide the username and password in php code.

How is it possible to get a number of updates when I use following in my command prompt ?

php -f my_tweets.php 
share|improve this question

1 Answer

Since it's your home_timeline, you need to be authenticated via twitter's website using PIN-based authorization, twitter has stopped using the username:password thingy. This is very possible, you need to set up an app as a desktop client in twitter's developer page then work with Oauth. See

Have you tried Quitter? It's a command line twitter client. There are also several others.

share|improve this answer
thanks for the links. i will come back after the implementation. – coderex Nov 6 '11 at 14:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.