31
edits
|  (Created page with '==  JSON Introduction ==  <p><strong>JSON</strong> (acronym for JavaScript Object Notation) is a data interchange format, designed for human-readability. It's lightweight, te…') | mNo edit summary | ||
| Line 100: | Line 100: | ||
| </source> | </source> | ||
| <p>Because JSON is natively Javascript we don't need to parse it, in this particular example, and we can itinerate it's values directly using the dot syntax.</p> | <p>Because JSON is natively Javascript we don't need to parse it, in this particular example, and we can itinerate it's values directly using the dot syntax.</p> | ||
| ==Twitter== | ==Twitter API Introduction== | ||
| <blockquote cite="http://twitter.com/about">"Twitter is a real-time information network powered by people all around the world that lets you share and discover what’s happening now. | |||
| Twitter asks “what’s happening” and makes the answer spread across the globe to millions, immediately."<br /><em>in [http://twitter.com/about Twitter About Us page]</em></blockquote> | |||
| <blockquote cite="http://www.slideshare.net/padday/the-real-life-social-network-v2">The social web is not a fad, and itʼs not going away. Itʼs not an add-on to the web as we know it today. Itʼs a fundamental change, a re-architecture, and in hindsight its evolution is obvious. | |||
| Make no mistake about this. Everyone in this room will need to learn how to design social features on websites. Whether you like it or not<br /><em>in [http://www.slideshare.net/padday/the-real-life-social-network-v2 Paul Adams in The Real Social Network]</em></blockquote> | |||
| <p>My choice of using the Twitter API, is due to two reasons: | |||
| <ul> | |||
| <li>It's relatively easy, and pretty straightforward to use</li> | |||
| <li>It's well documented</li> | |||
| </ul> | |||
| ---- | |||
| ===What you need to know=== | |||
| </p> | |||
edits