tmhOAuth.php

운영자 | 기사입력 2013/06/20 [07:56]
아파치 >
필자의 다른기사 보기 인쇄하기 메일로 보내기 글자 크게 글자 작게
tmhOAuth.php
 
운영자   기사입력  2013/06/20 [07:56]

require './tmhOAuth.php';
require './tmhUtilities.php';

$tmhOAuth = new tmhOAuth(array(
  'consumer_key'    => 'key',
  'consumer_secret' => 'key',
  'user_token'      => 'key',
  'user_secret'     => 'key',
    'curl_ssl_verifypeer'   => false
));


$code = $tmhOAuth->request('POST', $tmhOAuth->url('1.1/statuses/update'), array( "status" => "$tweet_msg"));

if ($code == 200) {
 //  tmhUtilities::pr(json_decode($tmhOAuth->response['response']));
 echo"등록: $title_db  ok<br>";
} else {
 tmhUtilities::pr($tmhOAuth->response['response']);
 echo"중복 fail<br>";
}

==================================================================

$code = $tmhOAuth->request('POST', $tmhOAuth->url('1/statuses/update'), array( "

api 1.1 으로 업데이트 함 1은 작동 안함 

$code = $tmhOAuth->request('POST', $tmhOAuth->url('1.1/statuses/update'), array( "
트위터 트위터 페이스북 페이스북 카카오톡 카카오톡
기사입력: 2013/06/20 [07:56]  최종편집: ⓒ iwav
 
 
아파치 많이 본 기사