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 twitter timeline in specific area like Korea or Japan. etc.

Is there twitter api for this work?

thanks.

share|improve this question

1 Answer

up vote 0 down vote accepted

The closest solution to what you're looking for is using the place operator in the search API.

You will first need to lookup the location's place id, then provide it within the search query.

https://dev.twitter.com/docs/using-search
https://dev.twitter.com/docs/places/finding-tweets-about-places

share|improve this answer
thanks very much. very helpful. – yongseok Jang Dec 1 '11 at 8:49

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.