¡@

Home 

php Programming Glossary: requestmethod

Simplest PHP example for retrieving user_timeline with Twitter API version 1.1

http://stackoverflow.com/questions/12916539/simplest-php-example-for-retrieving-user-timeline-with-twitter-api-version-1-1

api 1.1 url 'https api.twitter.com 1.1 blocks create.json' requestMethod 'POST' In the docs each url states what you can pass to it... TwitterAPIExchange settings echo twitter buildOauth url requestMethod setPostfields postfields performRequest And for a POST request.. 1.1 followers ids.json' getfield ' username J7mbo' requestMethod 'GET' twitter new TwitterAPIExchange settings echo twitter setGetfield..

How to get user image with Twitter API 1.1?

http://stackoverflow.com/questions/14836956/how-to-get-user-image-with-twitter-api-1-1

The request method according to the docs is GET not POST requestMethod 'GET' Set up your get string we're using my screen name here.. variable json twitter setGetfield getfield buildOauth url requestMethod performRequest It's json so decode it into an array result..