facebook-feed

Facebook API page feed didn't send information to my webhook?

吃可爱长大的小学妹 提交于 2019-12-09 06:17:31
问题 I'm admin of my test app, and my test page. Now I'm doing a function get page's feed realtime by webhook, just only on development mode. When I click test button on App's Dashboard, It has been sent to my webhook. But when I comment or like ... the post, facebook doesn't send even though I subscribed feed webhook. With Messages, it has been sent successfully, but Feed doesn't. I ask facebook support, so they said that: "Applications will only be able to receive test webhooks sent from the app

How do I prevent my opengraph action stories from being aggregated in the news feed?

徘徊边缘 提交于 2019-12-07 21:07:53
问题 I have an OpenGraph action posting working. It appears as I want in the timeline, but only appears as an aggregation in the newsfeed, without any of the story attachments. How can I make it appear the same way in the newsfeed as it appears in the timeline? For reference, here are screen shots of the timeline version (which is what I want), and the feed version (which is aggregated, against my wishes): Timeline version of the posting: timeline story posting http://a.yfrog.com/img580/6074/7ohf

Facebook Graph API /me/Feed V2.4 vs V2.3

自古美人都是妖i 提交于 2019-12-07 19:12:29
问题 I'm trying to access all feeds a facebook user using the Graph API . However I'm getting quite different responses from V2.3 to V2.4 . In version 2.4 using the instruction / me / Feed not receive complete information of the posts just returns some fields , while in the previous version had access to all the information. As can be seen the difference in the following answers. V2.4 { "data": [ { "message": "A brincar com o Xico Zé.. ;)", "created_time": "2015-07-11T18:23:59+0000", "id":

Facebook feed dialog not working

旧街凉风 提交于 2019-12-07 08:10:56
问题 I am trying to get the Facebook Feed dialog to work at a test site but I keep getting the same error message: "An error occurred with [app_name]. Please try again later.". When I look at the documentation I realize that the example in the documentation doesn't work either. Have tried a number of different solutions. Here is my test code: <html xmlns:fb="https://www.facebook.com/2008/fbml"> <body> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { // init the FB JS SDK FB.init

Facebook Graph API /me/Feed V2.4 vs V2.3

元气小坏坏 提交于 2019-12-06 09:36:58
I'm trying to access all feeds a facebook user using the Graph API . However I'm getting quite different responses from V2.3 to V2.4 . In version 2.4 using the instruction / me / Feed not receive complete information of the posts just returns some fields , while in the previous version had access to all the information. As can be seen the difference in the following answers. V2.4 { "data": [ { "message": "A brincar com o Xico Zé.. ;)", "created_time": "2015-07-11T18:23:59+0000", "id": "10153293007088673_120153297333223673" }, { "message": "Ana Simões e Pedro Simões este é que é bom para a

Facebook share with custom parameters with API version 2.9

杀马特。学长 韩版系。学妹 提交于 2019-12-06 04:26:37
问题 I need to share a result of a quiz on facebook containing a custom title, picture and description. Wich worked perfect before update to version 2.9 on April 18 . But it isn't working with Version 2.9. So am I missing out something there? Or does Facebook don't want us to share custom Facebook Feeds of our websites in 2017? For my Setup for a test facebook feed I coded strictly with Facebook Developers Documentation. Facebook Changelog v2.9 says parameter picture, name, description and caption

Facebook feed dialog not working

你离开我真会死。 提交于 2019-12-05 15:16:19
I am trying to get the Facebook Feed dialog to work at a test site but I keep getting the same error message: "An error occurred with [app_name]. Please try again later.". When I look at the documentation I realize that the example in the documentation doesn't work either. Have tried a number of different solutions. Here is my test code: <html xmlns:fb="https://www.facebook.com/2008/fbml"> <body> <div id="fb-root"></div> <script> window.fbAsyncInit = function() { // init the FB JS SDK FB.init({ appId : '400714233333865', // App ID from the App Dashboard channelUrl : '//demo.xxxxxxx.se/nptest

Facebook share with custom parameters with API version 2.9

扶醉桌前 提交于 2019-12-04 10:26:34
I need to share a result of a quiz on facebook containing a custom title, picture and description. Wich worked perfect before update to version 2.9 on April 18 . But it isn't working with Version 2.9. So am I missing out something there? Or does Facebook don't want us to share custom Facebook Feeds of our websites in 2017? For my Setup for a test facebook feed I coded strictly with Facebook Developers Documentation . Facebook Changelog v2.9 says parameter picture, name, description and caption are not supported anymore. My fb api init: <script> window.fbAsyncInit = function() { FB.init({ appId

Posts from Instagram not showing up on Facebook Open Graph API

强颜欢笑 提交于 2019-12-04 08:29:52
问题 I have an issue with Facebook OpenGraph API. Whenever I request data using either '/home' or '/feed', none of the posts from Instagram showed up. I've been googling around and apparently some people raised the same issue with no solution yet. And I read some that the issue not only affecting posts from Instagram, but also other third-party app/device/platform. Even the ticket posted on Facebook's dev page seems somewhat dead (no continuation). Link: https://developers.facebook.com/bugs

Is it possible to get a facebook feed to a closed group that I belong to but do not own?

血红的双手。 提交于 2019-12-03 16:38:47
问题 I know it's possible to get an rss feed or whatever for wall posts of groups. However, every time I try it with a closed group that I belong to, it doesn't work. Is this possible if you aren't the admin or owner of a group but just a member? Here are the steps that I've taken so far. Create an application on http://developers.facebook.com/setup/ When you are done, you will see App Name, App URL, App ID, and App Secret. Copy down these data. access https://graph.facebook.com/oauth/authorize