J7mbo / twitter-api-php

The simplest PHP Wrapper for Twitter API v1.1 calls
MIT License
1.82k stars 800 forks source link

Explicitly use '&' in http_build_query() #200

Closed hugovk closed 8 years ago

hugovk commented 8 years ago

Same as PR https://github.com/J7mbo/twitter-api-php/pull/172 but to develop branch.


Some hosting environments are configured to use & rather than &. Calling the twitter api end up with error #32 / Could not authenticate you

J7mbo commented 8 years ago

Thanks a lot! I'll merge this into Develop now.