facebook-wall

How to post on a friend's Timeline after the February 2013 migration takes effect?

爱⌒轻易说出口 提交于 2019-11-26 08:34:20
问题 Since Facebook is removing the ability to post to friends\' wall via Graph API from February 6, 2013 onward, I want to know if there are some alternates to post to the friend\'s Wall. Till now, I was using Feed API for this- using to parameter but it throws the exception: (#200) Feed story publishing to other users is disabled for this application The possible solution that I found was: OG: Mention Tagging . But is there a way to accomplish this other than by using OpenGraph? Please help. 回答1

How do you post to the wall on a facebook page (not profile)

放肆的年华 提交于 2019-11-26 04:34:15
问题 I have a blog site written in php and it posts new blog posts to twitter and a blog ping automatically under the hood using simple http post requests passed using php curl. I have a facebook page for the blog site and want the updates to be posted to the wall on the page, is there a simple way to do this? What I really want is a url and set of params to parcel up as an http post request. Note that this is to post to the wall on a new style page not a profile. Thanks in advance. 回答1: Get PHP

Simple example to post to a Facebook fan page via PHP?

巧了我就是萌 提交于 2019-11-26 02:16:46
问题 I\'ve done a lot of searching and I\'ve found outdated tutorials that don\'t work... I have a site made with PHP and when I submit a particular form in my admin area, I want to publish to my Facebook \"fan page\" There is no RSS available, so do you have any example to directly post to the Facebook fan page (not user wall) using php sdk? Thank you! 回答1: Finally, after a lot of tests, it worked, without the PHP SDK. This is the step by step guide: 1. Get permissions and the page token Go to