Skip to content
New issue

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

permalink of tweet lacks /status/ in entities.php #3

Open
maybegeek opened this issue Sep 23, 2012 · 0 comments
Open

permalink of tweet lacks /status/ in entities.php #3

maybegeek opened this issue Sep 23, 2012 · 0 comments

Comments

@maybegeek
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant