タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

JavaScriptとAPIに関するkanimasterのブックマーク (2)

  • Instagram - Real-time updates demo

    What is this page?The images above are being sent to you in real-time from Instagram users who geo-tag their posts. As the user presses the "done" button, Instagram's servers notify this independent server of a new photo through a simple web hook. Using Instagram's new real-time updates API, any developer can subscribe to new photos from a variety of sources. In this demo, we've subscribed to a ha

  • JavaScriptでInstagramのWeb UIを作る - すぎゃーんメモ

    Instagram APIで、それなりに色々なことができるなーと調べているうちに、「JavaScriptだけでiPhone Appと同等のページを作れるのでは?」と思い、試しにちょっと作ってみた。 http://www1216u.sakura.ne.jp/jstagram/ JSで作ったInstagramってことで"JStagram"。iPhoneから見ると結構近いUIになっているんじゃないかと。 startボタンを押すと認証ページに飛んで、OKして戻ってくると自分のフィード(自分がフォローしているユーザの投稿)が見えます。ユーザ名のリンクはそのユーザの投稿一覧になる。 というところまでで時間切れ。 ソースを見ていただければ分かる通り、htmlページ1枚で作っていて、サーバ側の処理など何もしていません。URLのpathは一つで、クエリパラメータとフラグメント識別子を判別して書き出す内容を切

    JavaScriptでInstagramのWeb UIを作る - すぎゃーんメモ
  • 1