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

GetUserTimeline() miss include_entities #53

Closed
fanzhang312 opened this issue Apr 19, 2013 · 4 comments
Closed

GetUserTimeline() miss include_entities #53

fanzhang312 opened this issue Apr 19, 2013 · 4 comments
Labels

Comments

@fanzhang312
Copy link

Why the include_entities is missing in GetUserTimeline() in the API v1.1,

@bear
Copy link
Owner

bear commented Apr 19, 2013

It is no longer required in API v1.1 per https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline

The example result on that doc page shows that entities are now being returned by default.

@bear bear closed this as completed Apr 19, 2013
@fanzhang312
Copy link
Author

Thanks for your response. But my problem is how could I remove the entities if I use GetUserTimeline()?

@bear
Copy link
Owner

bear commented Apr 19, 2013

Twitter is not offering a way (that i've seen) to do that - they include them for all user timeline responses that I see.
I'll keep the ticket open in case one of the others may have found a way.

@bear bear reopened this Apr 19, 2013
@bear
Copy link
Owner

bear commented Jun 2, 2013

closing - the parameter is not supported and the easiest way to do this would be to remove the entities item from the returned json

@bear bear closed this as completed Jun 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants