Closed
Bug 753541
Opened 14 years ago
Closed 14 years ago
Twitter Search API
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M3
People
(Reporter: gbrander, Assigned: gbrander)
References
Details
* We need to update Tweet JSON to include links
* We want to filter tweets down to those that have links
| Assignee | ||
Comment 1•14 years ago
|
||
We should be able to do filter:links to only query for Tweets that contain links. https://dev.twitter.com/docs/using-search
Entities (Tweet tokens like hashtags, links, etc) can be had using the entities option: https://dev.twitter.com/docs/tweet-entities
Blocks: 751382
| Assignee | ||
Comment 2•14 years ago
|
||
Since urls can be > 1, adding a urls property to tweets that contains an array of URLs. The front end will have to decide how to deal with this.
| Assignee | ||
Comment 3•14 years ago
|
||
Making solid progress in https://bitbucket.org/mozillapancake/pancake/changesets/tip/branch(%22search-tabs%22)
| Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•