PHP sessions that have already been started – Stack Overflow

php – Undefined variable: $_SESSION – Stack Overflow

Can you run in localhost an app that use Twitter OAuth? – Stack Overflow

Simplest PHP example for retrieving user_timeline with Twitter API version 1.1 – Stack Overflow

– authentication 의 과정은 3 legged authorizatin 을 이용한다. 이는 implementing sign in with twitter ( https://dev.twitter.com/docs/sign-twitter-resources ) 의 과정과 매우 비슷하다.

             – 트위터 계정 sign in을 개발 application의 sign in 과정으로 그대로 이용하는 경우 ( https://dev.twitter.com/docs/sign-twitter-resources )

– data의 get,post 구체적 방법은 REST api를 이용한다.

(  https://dev.twitter.com/docs/api/1.1 ) 

-다른 개발자가 제작한 library를 이용하는 경우 참조

https://dev.twitter.com/docs/twitter-libraries )

– authentication 의 과정은 3 legged authorizatin 을 이용한다. 이는 implementing sign in with twitter ( https://dev.twitter.com/docs/sign-twitter-resources ) 의 과정과 매우 비슷하다.

             – 트위터 계정 sign in을 개발 application의 sign in 과정으로 그대로 이용하는 경우 ( https://dev.twitter.com/docs/sign-twitter-resources )

– data의 get,post 구체적 방법은 REST api를 이용한다.

(  https://dev.twitter.com/docs/api/1.1 ) 

-다른 개발자가 제작한 library를 이용하는 경우 참조

https://dev.twitter.com/docs/twitter-libraries )

twitter Implementing Sign in with Twitter | Twitter Developers