I'm trying to get Facebook Video Links which are MP4. I'm using the GraphAPI for it but all I get is:
message100 or message 200.
Is there anyone who can help me out and can explain how it would work?
Already tried it this way:
How can I download a video from Facebook using GraphAPI?
Related
I'm trying to post on my own feed , but im not able to ,as this page says we cant on feed directly but by using 'share' link
can someone please explain? how to post on feed using simple curl command?
https://developers.facebook.com/docs/graph-api/changelog/breaking-changes#login-4-24
It is no longer possible to post to a user profile with the API (or with curl), the docs are very clear about that. You can only use the Share Dialog.
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})
I am trying to get video-likes programmatically, the graph api requires a video-id, but I do not know how to get to the video-id?
Is there a way to get a list of all my posted video-ids?
Thanks,
You can get the videos with the /me/videos/uploaded endpoint:
https://developers.facebook.com/docs/graph-api/reference/v2.2/user/videos
/{user-id}/videos/uploaded shows all videos that were published to Facebook by this person.
I used to fetch installed app data using Facebook Graph API explorer https://developers.facebook.com/tools/explorer
For last few months i did not work on Facebook Graph API explorer.
i have posted one question after doing some fetching app insight information as here: Is it possible to fetch actions Feed, Ticker, Timeline Impressions and other values for Facebook Open Graph apps from FB insights programmatically on Sept,2012.
Last two days i am trying to fetch the app information using the Facebook Graph API explorer, but it does not give me any detail info.
I can only fetch app basic info, but nothing else.
(Please see attached figure 1)!
For example, i am trying to fetch "application_active_users_city" using the insights parameters, but it does not give me any information!??
(Please see attached figure 2)!
Can anyone please tell me where is the mistake i am doing?
Advance thanks to all.
I was trying to setup a realtime update for one of my facebook app from a facebook page. I have tried each and every process described in facebook official api docs as well as other developers blogs. But no luck till now. My subscription is successful, I can see it both from api explorer and facebook url. My callback url also works perfectly. But when something new published in my page, I don't get any updates. Hoping anyone will reply who got it really working by him/her self.
Please do not suggest any facebook doc, I have already tried them.