With Twitter you can use http://twitter.com/home开发者_运维知识库?status=sometext to twitter something. Is there a similar possibility for Googlebuzz?The Post to Google Buzz API is pretty easy to use.
I feel like this shoul开发者_开发百科d be an easy question but I can\'t seem to find the answer. I just added a Share on Facebook button on a web page that I am working on. Works great. Simply pasted
I wish to use a command-line application, like cURL, to do some test posts to my test twitter account. I also wish to do this with OAuth authentication.
Is there an API (Twitter API does not provide this) that I can use to determine the most common links in 200 tweets for example. What I want to do is to get the latest 200 tweets and then determine wh
Can I get the info from the twitter API call \"statuses/retweets_of_me\" that who retweeted me? Above call only returns the 20 most recent tweets by me which have been retweeted by \"???\"..
I have a problem with the twitter login. I am doing the login with oauth. First login is good, 开发者_开发知识库and when I logout and make a relogin the twitter doesn\'t ask for my password and userna
I basically would like to figure out if I could search for all tweets that talks about a url, for example, http://twitter.com/blah. I开发者_开发百科deally the search should also count the shortened ur
I am trying to build a small useful application with twitter. I will publish it as an open source project once I am done. I am trying to decide what is the best way to do the following:
Using a simple PHP call and Jquery script I\'m displaying my twitter feed on my site, it all works fine but I\'d like the l开发者_Go百科inks on my tweets to be intags like on twitter.com.
I need help to post a tweet from an Java application, I already made some work, reagarding the authorization part.