간단하게 트위터 팔로워 수 구하기
$response = file_get_contents ( $url );
$t_profile = new SimpleXMLElement ( $response );
$count = $t_profile->followers_count;
echo "Twitter Followers : ".$count;
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기