Skip to content

Instantly share code, notes, and snippets.

@akase244
Created August 5, 2017 12:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akase244/38eb733a6e6761ee592baff9930a9460 to your computer and use it in GitHub Desktop.
Save akase244/38eb733a6e6761ee592baff9930a9460 to your computer and use it in GitHub Desktop.
oauth1-client/src/Client/Server/Twitter.php
<?php
/**
* {@inheritDoc}
*/
public function urlUserDetails()
{
return 'https://api.twitter.com/1.1/account/verify_credentials.json?include_email=true';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment