Closed
Bug 745735
Opened 13 years ago
Closed 13 years ago
Introduce /social_api/status
Categories
(Pancake Graveyard :: Back-end, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
M2
People
(Reporter: st3fan, Assigned: st3fan)
References
Details
Introduce /social_api/status which can be used to find out the status of the social service:
GET /social_api/status
{
'success': true,
'services': {
'twitter': {'connected': true },
'facebook': { 'connected': false }
}
}
| Assignee | ||
Comment 1•13 years ago
|
||
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
•