Top "Twitter" questions

Twitter is a microblogging service that lets users post short "Tweets" of up to 280 characters.

Find objects between two dates MongoDB

I've been playing around storing tweets inside mongodb, each object looks like this: { "_id" : ObjectId("4c02c58de500fe1be1000005"), "…

mongodb datetime twitter mongodb-query
Simplest PHP example for retrieving user_timeline with Twitter API version 1.1

Because of the Twitter API 1.0 retirement as of June 11th 2013, the script below does not work anymore. // Create curl resource $…

php twitter
Sharing a URL with a query string on Twitter

I'm trying to put a Twitter share link in an email. Because this is in an email I can't rely …

twitter query-string share url-encoding
{"<user xmlns=''> was not expected.} Deserializing Twitter XML

I'm pulling in the XML from Twitter via OAuth. I'm doing a request to http://twitter.com/account/verify_credentials.…

c# twitter xml-serialization
How to extract hours and minutes from a datetime.datetime object?

I am required to extract the time of the day from the datetime.datetime object returned by the created_at …

python datetime twitter tweepy
Getting new Twitter API consumer and secret keys

I am working on a Twitter project where I want to use OAuth but I don't know where to get …

twitter twitter-oauth
bower command not found

I tried to install twitter bower on my Mac, and I used npm install bower -g Then I tried bower …

node.js twitter npm
How to access elements of a JArray (or iterate over them)

I have the following Json gotten from Twitter + token {[ { "trends": [ { "name": "Croke Park II", "url": "http://twitter.com/search?q=%22…

c# .net twitter json.net
Twitter API - Display all tweets with a certain hashtag?

How would I go about displaying tweets that contain a certain hashtag using the Twitter API? Thanks I'd also like …

twitter
How do I fix twitter-bootstrap on IE?

The navbar doesn't seem to be working properly in IE. Here's a screenshot of it in IE. I've been looking …

twitter internet-explorer-9 twitter-bootstrap