I\'m looking for a django/oauth project which would allow for open authentication to at least Twitter and Facebook (other services would be a bonus).It appears there was a thread started by TIMEX in F
With the twitter search API you can request \"only origi开发者_开发百科nal tweets\" or \"only retweets\".
I want to search in twitter by this conditional query Search for tweets that contains both #hash1 #hash2 OR just contains #hash3
I would like to get a list of top 100 twitter users by country/ location (ranked by the number of followers they have). I can\'t see how I can achieve this using the Twit开发者_高级运维ter API but I k
I would like to create a social media ranking with live numbers of facebook fans and twitter followers. Numbers would be directly updated in the table.
After asking where I could find a good JQuery widget I got directed开发者_StackOverflow to here. It\'s the best widget I\'ve found so far and very customizable, the only problem is I can\'t find if
I am using the following code to pull in Twitter Posts: <?php class TwitterFeed { public $tweets = array();
I have 400 urls that I want to track in the Streaming API, and I\'m allowed to have 400 keywords (the urls) to track as per the streaming 开发者_如何学Capi.
On a page that has Twitter\'s Tweet buttons, I get warnings from Google Page Speed: The following resour开发者_运维问答ces have identical contents, but are served from different URLs. Serve these re
I\'m trying to create a live s开发者_如何学Pythontream of comments and disscussions from a twitter, facebook, and youtube page for a social site. Has anyone ever done this before, if so any advice or