Questions tagged [twitter]

Twitter is a microblogging service that lets users post short "Tweets" of up to 280 characters. These can also be posted via its API.

Twitter is a social networking and microblogging service that enables its users to send and read short status messages ("Tweets") - originally, up to 140 characters. Users can "follow" other users to build a social network, and can "retweet" messages they wish to propagate to their followers.

Private, direct messages to other users are possible, as well as public replies and "@mentions".

Messages can be tagged with particular topics using "hashtags" such as #stackoverflow. Messages can optionally be geo-tagged if sent from a GPS-equipped device.

Tweets can also be posted, read, and searched via its API https://developer.twitter.com.

25293 questions
5
votes
1 answer

How to learn which version of application installed programmatically in android

Is it possible to learn which version of an application (such as facebook/twitter) installed on the device programmatically in android ? Thanks...
sesamoslu
  • 145
  • 2
  • 10
5
votes
2 answers

Getting mentions and DMs through twitter stream API 1.1? (Using twython)

I'm using twython (twitter API library for python) to connect to the streaming API, but I seem to only get the public twitter stream possibly filtered by words. Isn't there a way to get a real-time stream of the authenticated user timeline or…
5
votes
1 answer

Why is my call to get Twitter user timeline returning "401 Unauthorized."?

I have the following code shamelessly taken from dev.twitter to get the time line of a specific user: string endpoint = "https://api.twitter.com/1.1/statuses/user_timeline.json"; string user_name = "....."; string ConsumerKey = "...."; string…
ChrisF
  • 134,786
  • 31
  • 255
  • 325
5
votes
2 answers

Twitter Feed API stopped working

Here is the following code I am using