Closed Bug 916806 Opened 11 years ago Closed 11 years ago

[API] Export external accounts.

Categories

(Participation Infrastructure :: Phonebook, defect)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED
2013-12-19

People

(Reporter: giorgos, Assigned: sancus)

References

Details

(Whiteboard: [kb=1215709] )

      No description provided.
OS: Linux → All
Hardware: x86_64 → All
Whiteboard: [kb=1117224]
Whiteboard: [kb=1117224]
Whiteboard: [kb=1215709]
Assignee: nobody → sancus
Blocks: 950229
Commits pushed to master at https://github.com/mozilla/mozillians

https://github.com/mozilla/mozillians/commit/99a8538abc0d163d0fa0a7dd7fe756329e617969
[Fix Bug 916806, Fix Bug 950229] Add external accounts to API and searchable parameter

https://github.com/mozilla/mozillians/commit/7ba4a896eb68a5d48309cfd2bcf7b772a85f93e1
Merge pull request #750 from Sancus/accountsapi

[Fix Bug 916806, Fix Bug 950229] Add external accounts to API and searchable parameter
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
External accounts are now part of the payload of user data:

{
  "meta": {
    "limit": 20,
    "next": null,
    "offset": 0,
    "previous": null,
    "total_count": 1
  },
  "objects": [
    {
      "accounts": [
        {
          "identifier": "hoosteeno",
          "type": "GITHUB"
        },
        {
          "identifier": "hoosteeno",
          "type": "TWITTER"
        },
        {
          "identifier": "http://hoosteeno.com/",
          "type": "WEBSITE"
        }
      ],
<snip>
Status: RESOLVED → VERIFIED
Target Milestone: --- → 2013-12-19
You need to log in before you can comment on or make changes to this bug.