Added ability to grab oembed html given a tweet id. #135
No reviewers
Labels
No labels
Bug
Enhancement
Feature Suggestion
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: code/twython#135
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "oembed_branch"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needed to grab the oEmbed code to embed tweets for a site I'm working on that automatically grabs twitter data from a set of users. Not really much to it, but thought I would share.
Example code:
This will return a json object with author_name, author_url, cache_age, height, html, provider_name, provider_url, url, version, and width.
Merged. Thanks!