Menu
  • HOME
  • TAGS

Azure Graph API

api,azure,graph,azure-active-directory,graph-api-explorer

In graph API, "applications" represent application configuration that developers register in their tenant. Gallery apps are no different (and happen to be registered in a special tenant). When you acquire an application (like a gallery app, or consent to a custom application someone else has developed), an application instance gets...

Azure Active Directory Graph Client 2.0 - Contains Expression

c#,azure,active-directory,graph-api-explorer

Contains is generally not supported by the Graph API itself. And there is no alternative. It is strange that EndsWith works. You can find more about supported queries and filters on the following official documentation: https://msdn.microsoft.com/en-us/library/azure/dn727074.aspx...

How can I get tagged_places of my friends?

facebook,facebook-graph-api,facebook-graph-api-v2.3,graph-api-explorer

You need to have the permission of the item you were tagged in. Take a look at this answer....

Facebook Graph API Explorer get page specific page feeds

php,facebook,facebook-graph-api,facebook-php-sdk,graph-api-explorer

You should use GET /{page_id}/posts instead of GET /{page_id}/feed if you just want to Page's own posts. See https://developers.facebook.com/docs/graph-api/reference/v2.2/page/feed/ /{page-id}/posts shows only the posts that were published by this page. ...

How can I get the list of facebook apps for a certain user using Graph API Explorer or another tool

facebook,facebook-graph-api,graph-api-explorer

I am not sure if this is what you want, but it looks like it: https://developers.facebook.com/docs/graph-api/reference/user/applications/developer The user docs say that this is the endpoint for "The Facebook apps that this person is a developer of."...