How can I find out who is sharing a URL via FQL? - facebook-graph-api

I would like to know who is sharing http://portuguese-american-journal.com/advertising/ via FQL.
Current the share count reads: Share count: 7
Is the above possible?

You can't know who is sharing a link. Facebook won't share that info with you.

Related

GSuite Vault API: Any way to get a list of users on hold programmatically?

Currently, the Google Vault API does not provide a way to get a report of all users in a G-Suite tenant or domain who are on hold in one or more matters. This information is currently available only via the admin interface for Google Vault under Reports/User Holds. It would be great to be able to obtain this report via an API call in JSON format rather than only via the admin UI. Am I missing something or is this functionality already available?
Respectfully, please keep in mind that suggesting that I perform API operations to search all matters and iterate through the users on hold in each matter to obtain this information is not the answer I am looking for. There should be a quicker, more efficient way to get this information since such a report is already available via the UI. I am simply asking if there is a way to get this same information programmatically via the APIs/automation. Thank you in advance.
Unfortunately, Vault API does not have a method for that. The only way to retrieve this information is to list all matters and iterate through them, as you already mentioned.
File a feature request:
It's not uncommon for a feature to be present only in the UI. If you want to see this implemented on the API, I'd suggest you to report it on Issue Tracker's Vault component.
I looked through the issues of this component, and it looks like this hasn't been requested yet. There's currently a somewhat related feature request, but not exactly what you're looking for:
Audit reporting functionality
Update:
The original poster filed a feature request in Issue Tracker. I'm add this to the answer in order to give it more visibility.
To anyone who would like to see this feature implemented in the future, I'd suggest starring the issue (star on the top-left) in order to help prioritizing it:
Vault API: Need API method to return list of all users who have active holds as available in Vault UI

How to get interested in from facebook via graph api?

I want to grab facebook user's interested in . I was testing with my own account, I tried many perms, but I get nothing, and in fact, I set my interested in as women, and public.
does anyone know how to do it? thanks.
Ensure you grant user_relationship_details permission:
You can always play around with debugger at https://developers.facebook.com/tools/explorer/456672354407764/?method=GET&path=me%3Ffields%3Dinterested_in to find out the approriate permission scope.

Programmatically add a WSO2 API manager store user (subscriber)

Is it possible to programmatically add a store user?
I found the following API manager service urls;
https://localhost:8243/services/RemoteUserStoreManagerService?wsdl
https://localhost:8243/services/APIAuthenticationService?wsdl
https://localhost:8243/services/APIKeyMgtSubscriberService?wsdl
https://localhost:8243/services/RestApiAdmin?wsdl
but I get a white screen. The following directories are also empty:
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/xml
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/rest
/opt/wso2am-1.3.1/repository/deployment/server/jaggeryapps/store/apis/json
Seems like it is not implemented yet.
I'll appreciate any update on this.
Please see the below comment which is an answer given for a similar question like yours.
https://wso2.org/jira/browse/APIMANAGER-1311?focusedCommentId=66003&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#action_66003
regards

Facebook APIs: Anyway to see when a page was created?

Has Facebook ever provided a way to ascertain when a page was created either through the Graph API, the Legacy API, or FQL? I can't seem to find it.
No, the creation date of a page isn't exposed anywhere in the API
According to this offical resource :
https://developers.facebook.com/docs/reference/fql/page
There is no any column that mention about the time when page is created.

Facebook Page - Get Post feedback and impression via Graph API

I'm trying to get some insights on a list of Posts by a Page on Facebook.
To be specific, I want to get the information highlighted in this blog post via the API.
But I can't figure out how, anyone knows how?
As far as I know it's only possible using the "stream" table. So you've got to use FQL to query this data. Using this technique you'll only get the impressions directly. Feedback rate can be calculated by adding #comments and #likes and dividing the result by #impressions. Hope they'll add this to the insights graph api as well.
MartinHN
Refer to https://developers.facebook.com/docs/reference/api/#analytics
If you are trying to aggregate multiple pages or a page other than the requesting app then you may need grant read_insights permissions to your application.
Refer to http://developers.facebook.com/docs/reference/api/insights/