Is it possible to get the number of tweets with a certain hashtag? I have been 开发者_Python百科looking in the twitter API but havent found anything, any help?
I am creating a php script to check if a person is following me on Twitter and I am using theREST API Method: friendships show method and using themattHarris tmhOAuth library for OAuth.
I am currently using the following url http://search.twitter.com/search.json?geocode=_LAT,_LON,5开发者_开发问答0km (where lat and lon are the users co-ordinates) which doesn\'t require Auth to load lo
I\'m using a twitter widget that uses twitter api http://widgets.twimg.com/j/2/widget.js to bring in the latest tweet from my twitter. along the bottom the widget has three links \'reply · retweet ·
Using ShareKit in my app to integrate FB & Twitter status updates. The FB service is working fine. However, in my Twitter service I encountered this error:
Originally I needed the ability to use the search API with twitter. I did this using Matt Gemmell\'s great MGTwitterEngine. That code was very very simple and looked something like this:
I\'m using twitter-login in my Rails app. It\'s a Rack app that gets mounted in rout开发者_高级运维es.rb.
I am trying to start a new app on dev.twitter.com, and in the callback URL I want to pass a link like: www.text.com?number=<?= $var?> but it won\'t let me.
I have just started using the python-twitter API and it requires me to register the app for the authorization using OAuth.
I\'m using dotnetopenauth in combination with a WCF service to request access tokens. The following steps are no problem: