check if facebook post is album post? - facebook-graph-api

When getting feeds from news feeds connection with graph api, How can I know if some feeds are album feed and not picture ?
I'm using graph api and fql in my application.
Thanks in advance

Related

Filtering on tags in Facebook Graph API

I have a question about filtering on the Facebook graph API.
Is it a way to filter the results with the Facebook Graph API for /tags endpoint?
For example, to filter on media_type or with the timestamp fields.
I tried to do this, but it does not work:
GET {user-id}/tags?fields=media_type,id&filtering=[{field:'media_type',operator:"EQUAL",value:"IMAGE"}]
Thanks a lot for your help

Creating a User Post with the facebook graph API

I am trying to programmatically create user posts to my Facebook feed with the Facebook Graph API, How can I go about it pls. I have seen the procedure to create a post on a Facebook page but not on a user feed. Pls, help!!!

get information of public media using API graph instagram

The response of API to get media with tag of user does not return any informations about the user who has posted the media.
Is there a way to get information of those media'user. My app has already the feature instagram public contents
THanks a lot for your replies
You can no longer get user info got hashtag feed using Instagram graph API. You can only get likes count, comments count and caption, no user info.

How to retrieve LinkedIn video posts?

I am trying to get LinkedIn video post from my company page. I have tried both V1 and V2 APIs.
https://api.linkedin.com/v2/shares?q=owners&owners=urn:li:company:<companyID>&sharesPerOwner=100&oauth2_access_token=<token>
https://api.linkedin.com/v1/companies/<companyID>/updates?format=json&count=40&oauth2_access_token=<token>
I can see only photo posts and normal status updates. Please help me with this.
Video posts are available via the UGC Post API. You can make a GET request using:
https://api.linkedin.com/v2/ugcPosts?q=authors&authors=List({encoded personURN})

how to get to which album a photo belongs by facebook graph api

Using facebook graph api, I can retrieve an alubm obejct by sending a request to
graph.facebook.com/99394368305 (Coca-Cola fan page wall photos)
I can also retrieve a photo obejct by sending a request to
graph.facebook.com/98423808305 (A photo from the Coke fan page)
However the returned JSON string doesn't contain information which album the photo belongs to.
Is there any work around solution?
my dear its simple solution is to query the photo table of facebook using FQL if you are having aid and pid.
http://developers.facebook.com/docs/reference/fql/photo/