We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Map profile IDs with easy to remember aliases and retrieve profiles like this: $twitter_profile = new Profile('twitter');
$twitter_profile = new Profile('twitter');
The text was updated successfully, but these errors were encountered:
Also auto detect Twitter profile if profile name is a Twitter username prefixed with @.
For example: $twitter_profile = new Profile('@Buffer')
$twitter_profile = new Profile('@Buffer')
Sorry, something went wrong.
Added Twitter username aliases.
b8cdabb
Half of issue #2 is done.
Merge branch 'develop'
72fbd29
Issue #2
No branches or pull requests
Map profile IDs with easy to remember aliases and retrieve profiles like this:
$twitter_profile = new Profile('twitter');
The text was updated successfully, but these errors were encountered: