테스트 사이트 - 개발 중인 베타 버전입니다

간단하게 트위터 팔로워 수 구하기

· 12년 전 · 1003
간단한 코드입니다~

$url = "https://twitter.com/users/show/kim";
$response = file_get_contents ( $url );
$t_profile = new SimpleXMLElement ( $response );
$count = $t_profile->followers_count;

echo "Twitter Followers : ".$count;

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

게시글 목록

번호 제목
10331
19987
17582
10327
10326
17579
17575
10318
10311
10300
19985
10299
10290
19981
10288
10286
10285
10273
19977
19968
19963
19959
17801
10264
10261