AngularJS tutorial showing how to build a Twitter search app.
Play with the jsfiddle here: http://jsfiddle.net/johnlindquist/qmNvq/
Please take any technical questions about AngularJS to the very active and helpful AngularJS mailing list:
https://groups.google.com/forum/?fromgroups#!forum/angular
source
It's not just with Twitter, you can't use any JSON api with this example without running into a Access-Control-Allow-Origin. Can somebody please explain?
Tried the tutorial, but it appears that Twitter search API 1.0 is no longer available. The new API 1.1 need authentication. Struggling to make this work, anyone got this working with the new Twitter search API? Is there a tutorial update?
how to do a post method which is cross domain?
After twitter changed their API from 1.0 to 1.1 and OAuth required with every query, this example is not work anymore.
That was a cool thing you did at 0:34 typing script:src then…? Tab? I'm new to webstorm, was wondering what that trick you used was?
Great tut but needs updating for the new API
very nice practice
Great stuff John! Love that video – it helped me a lot!
This doesnt work anymore. any workaround with API1.1 ?
It seems, that there is no updates in thease videos at all. This and previous are not working correctly ant seems no one care there… 🙁
Where does he get the tweet.text from?
Thanks buddy all seems to be pretty cool, May I know which tool you have used for this editing
how to deal with "GET http://search.twitter.com/search.json?callback=angular.callbacks._0&q=angularjs 401 (Authorization Required) " ?
sir are you using shortcut keys for the twitter.js?
please explain.
thank you!
Not working anymore, any workaround John?
Thank you Mr. Salvatore.
nice tutorial
Good Job and thanks!
share code please
Very nice!
Thanks for the video! How did you made the search at 6:17? @*****
thanks
This video is no longer valid as twitter updated there API. Please check the error below.
{"errors":[{"message":"The Twitter REST API v1 is no longer active. Please migrate to API v1.1. https://dev.twitter.com/docs/api/1.1/overview.","code":64}]}
Again, please lighten up on the KEYBOARD, so I can hear you. However, it seems like an excellent tutorial.
With new versions of Angular released, the "TwitterCtrl" function should be wrapped in an angular module like:
angular.module('Twitter').controller('TwitterCtrl', function($scope, $resource) { //rest of code here });
You should do a better title to avoid some one confuse with your title and code structure
amazing tutorial
you should update this video .. since AngularJS 2 has been released
After watching this video I found Angular is just bunch of magic keyword you have to memorize. Just … "Ah … YEAH GUYS, THERE IS MAGIC WORD JSON_CALLBACK – something that Angular uses!" – total brain fuck.