An example of the Soundcloud API in Max.
At the Cycling 74 Wiki
http://cycling74.com/wiki/index.php?title=MaxURL_SoundCloud
local version: tkzic/max teaching examples/souncloud-test
An example of the Soundcloud API in Max.
At the Cycling 74 Wiki
http://cycling74.com/wiki/index.php?title=MaxURL_SoundCloud
local version: tkzic/max teaching examples/souncloud-test
Javascript client side method to search Tweets bypassing Oauth.
Uses Twitter Widgets – parsing the ‘JSON like response’ using Jquery.
By Jason Mayes
https://github.com/jasonmayes/Twitter-Post-Fetcher
Here is a sample URL that returns a response for the hashtag #cats using my widget: https://cdn.syndication.twimg.com/widgets/timelines/528661733678657536 If you set up a Twitter widget, just replace the ID number in the URL with the one that shows up when you run your widget.
Here is a derivative project by Alessio Zappa that doesn’t use Jquery: http://www.snip2code.com/Snippet/145533/Customize-twitterFetcher-JS-lib-for-our-
This method is not approved by Twitter. Use at your own risk: https://twittercommunity.com/t/can-i-use-cdn-syndication-twimg-com-widgets-timelines-for-my-website/20134
local version – tkzic/Twitter-Post-Fetcher-master/
Twitter search for Max/MSP.
Uses mxj and the twitter4j library
By Gokce Kinayoglu
http://cycling74.com/toolbox/searchtweet-design-patches-that-respond-to-twitter-posts/
Note: installation instructions in readme.txt file with download. Requires copying of java classes and library files.