facebook-feed

Facebook Feed Dialog Mobile Url: Issue with display=wap

痞子三分冷 提交于 2019-12-01 06:21:40
I am using this url to direct my mobile web page to a facebook wall post dialog page, however I can't seem to get display=wap to work. http://m.facebook.com/dialog/feed?app_id=<myappId>&redirect_uri=<myRedirectUri>&link=<myLink>&display=<wap|touch>&picture=<myPicture>&caption=<myCaption>&description=<myDescription>&name=<myName> Using display=touch works fine on most devices except some blackberries I've tested, where the dialog page is blank except for the "Publish" and "Cancel" buttons. When I use display=wap , I get "An error has occured" no matter what I do. Does facebook support this feed

Facebook Feed Dialog Mobile Url: Issue with display=wap

纵然是瞬间 提交于 2019-12-01 04:26:41
问题 I am using this url to direct my mobile web page to a facebook wall post dialog page, however I can't seem to get display=wap to work. http://m.facebook.com/dialog/feed?app_id=<myappId>&redirect_uri=<myRedirectUri>&link=<myLink>&display=<wap|touch>&picture=<myPicture>&caption=<myCaption>&description=<myDescription>&name=<myName> Using display=touch works fine on most devices except some blackberries I've tested, where the dialog page is blank except for the "Publish" and "Cancel" buttons.

Facebook page's posts feed

倾然丶 夕夏残阳落幕 提交于 2019-11-30 09:20:50
Does anyone know how to fetch a facebook page's rss-feed nowadays? When I log in as a page and go to http://www.facebook.com/feeds/notifications.php?id=xx&viewer=xx&key=xx&format=rss20 , I get an empty feed. Is there a corresponding "page" feed that contains the pages posts? Thanks, /M The IDs in the URL below are the IDs you need to find to create your rss feed. http://www.new.facebook.com/feeds/notifications.php?id= YOUR_FACEBOOK_ID &viewer= YOUR_FACEBOOK_ID &key= YOUR_INTERNAL_KEY &format=rss20 There are 3 numbers in this URL. The number that follows “id” is your Facebook ID number. This

Facebook page's posts feed

强颜欢笑 提交于 2019-11-29 14:12:52
问题 Does anyone know how to fetch a facebook page's rss-feed nowadays? When I log in as a page and go to http://www.facebook.com/feeds/notifications.php?id=xx&viewer=xx&key=xx&format=rss20, I get an empty feed. Is there a corresponding "page" feed that contains the pages posts? Thanks, /M 回答1: The IDs in the URL below are the IDs you need to find to create your rss feed. http://www.new.facebook.com/feeds/notifications.php?id= YOUR_FACEBOOK_ID &viewer= YOUR_FACEBOOK_ID &key= YOUR_INTERNAL_KEY

How to embed a Facebook page's feed into my website

寵の児 提交于 2019-11-28 16:28:38
I am working with a group to help promote a charity event. The page I would like to embed is NOT my Facebook profile, but a Facebook page someone has created. I would like to show that news feed in my webpage. If I need to get info/access from this page, please let me know. If someone else has a working example, please let me know. I have been using jsfiddle.net to draw it up. Here's the page: http://www.facebook.com/pages/Chefs-Classic-Knock-OUT-Bout/225835004169328 DMCS Ahhh, that's super simple, no programming required. See: https://developers.facebook.com/docs/plugins/page-plugin You'll

How to embed a Facebook page's feed into my website

六月ゝ 毕业季﹏ 提交于 2019-11-27 09:39:43
问题 I am working with a group to help promote a charity event. The page I would like to embed is NOT my Facebook profile, but a Facebook page someone has created. I would like to show that news feed in my webpage. If I need to get info/access from this page, please let me know. If someone else has a working example, please let me know. I have been using jsfiddle.net to draw it up. Here's the page: http://www.facebook.com/pages/Chefs-Classic-Knock-OUT-Bout/225835004169328 回答1: Ahhh, that's super