bobolounna / restfb

Automatically exported from code.google.com/p/restfb
0 stars 0 forks source link

Add "Account" type to support new accounts connection for account impersonation #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See http://groups.google.com/group/restfb/browse_thread/thread/82b343cc2a862c75

e.g.

/me/accounts:

{
   "data": [
      {
         "name": "Transmogrify",
         "category": "Local_technology_telecommunications_services",
         "id": "12345",
         "access_token": "123"
      }
   ]
}

Original issue reported on code.google.com by mark.a.a...@gmail.com on 30 Jul 2010 at 3:53

GoogleCodeExporter commented 8 years ago

Original comment by mark.a.a...@gmail.com on 30 Jul 2010 at 3:59