Twitter API를 활용하여 PHP curl로 Twitter 메시지를 작성, 전송할 수 있는 코드입니다.
사용법도 매우 간단하고, Twitter RSS 파싱과 함께 쓰면 독립적인 Twitter 페이지를 만들 수도 있겠지요.
저 역시도 Monday, October 29, 2007 에 만들어진 이 옛 소스를 활용하여
홈페이지에 글을 쓰면 자동으로 Twitter에 등록되도록 구성해 놓았지요.
Are you a Twitter addicted? This post illustrates how to post a message from a custom PHP page using the Twitter API
This is a very simple tutorial (really just some line of code!) that explains how to post a message using Twitter API from a PHP page.
The tutorial includes a folder called twitter with two PHP file:
1. insertTwitterMsg.php (it's the application interface)
2. twitterAPI.php (it's the Twitter API with some changes)
Original script: what you have to modify?
The script is ready to use but first, in the file insertTwitterMsg.php you have to modify only two parameters: $twitter_username, with your Twitter username and $twitter_psw, with your Twitter password.
Don't touch the rest of the code!
In insertTwitterMsg.php you have a form that you can reuse in your web projects:
Save the folder with the tutorial in your localhost, remember to set the correct parameters and launch insertTwitterMsg.php with your browser. Now, you are ready to post messages on Twitter from your PHP page :)
PHP fsockopen을 활용한 Twitter message 전송 Homepage나 Blog 등에 작성한 게시물을 Twitter로 자동 전송하고자 할 때 활용할 수 있는 소스입니다.
기존 Basic Auth 방식의 Twitter 인증이 2010년 6월 30일 자로 종료되면서
OAuth 방식의 인증을 사용하게끔 되었습니다만
간단하게 Twitter Timeline Update에만 쓰기엔 복잡한 면이 있지요
그리하여 fsockopen을 활용하여 Update만 구현한 소스입니다.
status 140자 체크가 strl...
2010-07-18 09:35:12
achor Empire
홈페이지 글작성과 동시에 자동으로 Twitter에 전송되는 기능 이야기 가물가물 하지만
얼마 전 Twitter로부터 이제 공식적으로 oauth만을 지원한다는 메일을 받은 것 같긴 한데,
지난 7월, 포트 전송이 막혀서 fsocket 방식으로 바꿔 놓은 것이 이제 보니 또 막혀 있다.
징하다, Twitter. 걍 좀 두지. 귀찮게시리. -__-;
홈페이지 글작성과 동시에 자동으로 Twitter에 전송되는 기능 이야기.
그렇잖아도 바빠 죽겠는데 이것까지 손보려니 성가시다.
그렇지만 Twitter를 이해한다.
전 세...