Closed
Bug 739964
Opened 13 years ago
Closed 13 years ago
Add service_id/service_url to social_api/all results
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: sfoster, Assigned: st3fan)
References
Details
The API for registering visits to a social post requires a service_url property. As the social feed is aggregated from different services, we don't actually have this information - short of inferring it from the friend_url or something.
It would mean a lot of duplication, so maybe just a service_id property which we can use to lookup (static) meta data like the service url, name, etc.
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → sarentz
| Assignee | ||
Comment 1•13 years ago
|
||
So this should be just a 'twitter' or 'facebook' tag?
| Reporter | ||
Comment 2•13 years ago
|
||
The facebook posts already come with a "service": "facebook" key/value, so just adding the same info to the twitter posts should do it.
| Assignee | ||
Comment 3•13 years ago
|
||
This was implemented with https://bitbucket.org/mozillapancake/pancake/changeset/ef75072a76b8
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•