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
Hi there,
thanks for the examples and the great oauth library! I needed the user_timeline with oAuth and Api 1.1, entities.php works great for that.
minor typo/bug in entities.php:
building the permalink in line 60 lacks in line 71 the string status instead:
'<a href="https://twitter.com/%screen_name%/%id%">%created_at%</a>'
it should be:
'<a href="https://twitter.com/%screen_name%/status/%id%">%created_at%</a>'
for the granular addressibility of contents sake ; )
https://github.com/maybegeek/tmhOAuth-examples/commit/85ae314b4c9e7d1c9efe27a31f69738f6ea825a5
thanks again christoph
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
thanks for the examples and the great oauth library!
I needed the user_timeline with oAuth and Api 1.1, entities.php works great for that.
minor typo/bug in entities.php:
building the permalink in line 60 lacks in line 71 the string status
instead:
'<a href="https://twitter.com/%screen_name%/%id%">%created_at%</a>'
it should be:
'<a href="https://twitter.com/%screen_name%/status/%id%">%created_at%</a>'
for the granular addressibility of contents sake ; )
https://github.com/maybegeek/tmhOAuth-examples/commit/85ae314b4c9e7d1c9efe27a31f69738f6ea825a5
thanks again
christoph
The text was updated successfully, but these errors were encountered: