Facebook Graph API : list all domains
In the Facebook graph API reference https://developers.facebook.com/docs/graph-api/reference/v2.0 there is not any link on how list domains associated to an user :/
This was possible with FQL (which will be deprecated) by requesting domain_admin table (https://developers.facebook.com/docs/reference/fql/domain_admin/).
Can anyone help me please ?
Thank you in advance, Victor
Try:
/{user-id}/domains
or:
/me/domains
Documentation: https://developers.facebook.com/docs/graph-api/reference/user/domains/
Just using
/domains
Appears to work but I cannot find it documented anywhere so far either.
链接地址: http://www.djcxy.com/p/32582.html