hpapi.blogspot.jp

2013年1月20日日曜日

はじめまして
投稿者 kankanla 時刻: 12:56 0 件のコメント:
メールで送信BlogThis!X で共有Facebook で共有するPinterest に共有
新しい投稿 ホーム
登録: コメント (Atom)

ブログ アーカイブ

  • ►  2021 (6)
    • ►  12月 (1)
    • ►  3月 (5)
  • ►  2020 (2)
    • ►  9月 (1)
    • ►  2月 (1)
  • ►  2019 (24)
    • ►  11月 (2)
    • ►  10月 (2)
    • ►  9月 (1)
    • ►  8月 (3)
    • ►  7月 (3)
    • ►  6月 (3)
    • ►  5月 (1)
    • ►  4月 (2)
    • ►  3月 (7)
  • ►  2018 (14)
    • ►  11月 (2)
    • ►  10月 (3)
    • ►  9月 (1)
    • ►  7月 (6)
    • ►  4月 (2)
  • ►  2017 (40)
    • ►  11月 (5)
    • ►  10月 (3)
    • ►  8月 (2)
    • ►  7月 (1)
    • ►  6月 (4)
    • ►  5月 (2)
    • ►  4月 (7)
    • ►  3月 (8)
    • ►  2月 (4)
    • ►  1月 (4)
  • ►  2016 (89)
    • ►  12月 (11)
    • ►  11月 (27)
    • ►  10月 (20)
    • ►  9月 (2)
    • ►  7月 (1)
    • ►  6月 (1)
    • ►  5月 (3)
    • ►  4月 (5)
    • ►  3月 (9)
    • ►  2月 (5)
    • ►  1月 (5)
  • ►  2015 (39)
    • ►  12月 (10)
    • ►  11月 (2)
    • ►  10月 (8)
    • ►  9月 (2)
    • ►  8月 (7)
    • ►  6月 (3)
    • ►  5月 (4)
    • ►  4月 (3)
  • ►  2014 (27)
    • ►  7月 (3)
    • ►  6月 (1)
    • ►  5月 (3)
    • ►  4月 (5)
    • ►  3月 (13)
    • ►  2月 (2)
  • ▼  2013 (66)
    • ►  11月 (6)
    • ►  10月 (6)
    • ►  9月 (18)
    • ►  8月 (6)
    • ►  7月 (7)
    • ►  6月 (4)
    • ►  5月 (4)
    • ►  4月 (6)
    • ►  3月 (8)
    • ▼  1月 (1)
      • はじめまして

ラベル

  • addEventListener (4)
  • AdMob (4)
  • AdSense (2)
  • Ajax (4)
  • Amazon (10)
  • Amazon EC2 (2)
  • Android (74)
  • Android_Action (1)
  • Android_adb (5)
  • Android_build.gradle (2)
  • Android_Canvas (1)
  • Android_Layout (10)
  • Android游戏编程之从零开始 (4)
  • C++ (1)
  • Chrome API (4)
  • CSS (8)
  • design (1)
  • DOM (3)
  • Flickr API (6)
  • FTP (2)
  • Google API (3)
  • HTML (3)
  • iTunes API (2)
  • java (30)
  • Javascript (48)
  • JSON (7)
  • loto6 (2)
  • MySQL (2)
  • Notepad++ (2)
  • OAuth (9)
  • PHP (25)
  • Rakuten (1)
  • raspberrypi3 (1)
  • SEO (12)
  • Sqlite (13)
  • Sublime (2)
  • Tools (6)
  • twitterapi (16)
  • Webserver (8)
  • XML (2)
  • Yahoo (1)
  • Youku (2)
  • Youtube (3)
  • Youtube API3.0 (5)
  • YouTube Player API (6)
  • 記録 (3)

人気の投稿

  • POST oauth/request_token 成功
    POST oauth/request_token 成功、次はGET oauth/authorize <?php date_default_timezone_set('Asia/Tokyo'); error_reporting(E_ALL); ...
  • Twitter Oauth 認証の流れ
    1.    POST oauth/request_token       https://api.twitter.com/oauth/request_token 2.    GET oauth/authorize       https://api.twitter....
  • PHP オブジェクト アクセス
    $temp = json_decode($_POST['array']); echo $temp[0];       // NG echo $temp['0']       // NG echo $temp(0)         //NG ...
  • GET statuses/user_timeline
    <?php include_once('../oauth/start.php'); /* Timelines GET statuses/user_timeline https://dev.twitter.com/docs/api/1.1/get/s...
  • Android 接口回调 和 多线程
    Android 接口回调 和 多线程 Back.java public class Back {     private int i;     public interface CallBack{         public void getstring(i...
  • Android Handler
    Android Handler public class MainActivity extends AppCompatActivity {     @Override     protected void onCreate(final Bundle savedIn...
  • Twitter Errors
    [errors] => sharing is not permissible for this status (Share validations failed) stdClass Object ( [errors] => Array ...
  • Android flickr 工具类
    Android flickr 工具类 得到Json的 字节输入流,Byte数组输出流,JSON的字符串。 http://cdefgab.web.fc2.com/song.json  JSON文件样本。 package com.example.java.m1115a.T...
  • Twitter API optional since_id max_id
    Twitter API optional * * * * * *  since_id     より↑のツイートを表示 *  max_id      より↓のツイートを表示 * * * * * * * *
  • GET statuses/retweets/:id
    $apiurl='https://api.twitter.com/1.1/statuses/retweets/373439054957670401.json'; $HTTP_Methods='GET'; $paras['id...
Powered by Blogger.