email
password
More API calls and documentation coming soon! Be sure to check back regularly.

return_services

Returns a list of a services associated with a specific user.

This call is great if you want to learn more about a particular user's other online services (e.g. twitter, digg, del.icio.us, etc.). Lookup is done via email address, so integration with your existing users is a snap (provided they opt-in to dandyId -- we don't return anything without the user's permission).

Request URL: GET

http://www.dandyId.org/api/return_services/{api_key}/{user_identifier}


GET Request parameters


Parameter Type Description
api_key string (required) Your api key
user_identifier string (required) Can be either an MD5 hashed email address or dandyId user id
profile_type string (optional) Set to "public" to directly query DandyID's public repository.


Values Returned as XML


Parameter Type Description
svcId string Id of the service on dandyId (one word all lowercase).
svcName string Displayable name of the service, (use this to output to users, not svcId).
usrSvcId string Unique identifier of the user for corresponding service.
url string Url to the user's public profile on the corresponding service.
svcFavicon string Location of favicon for service (hosted by DandyID).


Sample Response

The following is a sample response: