Dear Guust, I will try this today. Thank you very much! All best,
Eric -----Original Message----- From: Guust Nieuwenhuis [mailto:[email protected]] Sent: Monday, March 19, 2012 3:32 AM To: cf-talk Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? I made a website for my brothers band, www.mastercab.be, and I'm connecting to there Facebook page to get the wall posts they made and display them on there website. You'll need to create a Facebook app to get an access_token, but I believe you've already done that. Below a link to the code I'm using to connect to Facebook and display the posts. You'll have to add your page name and access_token at the beginning of the file. https://gist.github.com/e84459d04cc78ad47781 Kind regards, Guust Nieuwenhuis Adobe Community Professional Mobile: +32 497 33 04 91 Skype: guustnieuwenhuis Email: [email protected] ---------------------------------------- From: "Andrew Scott" <[email protected]> Sent: Monday, March 19, 2012 4:10 AM To: "cf-talk" <[email protected]> Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page? Ok I think FaceBookGraph is a bit confusing, but having said that so is the docs at times. Well if you need the reverse then the activity or news feed is maybe what your looking for, but wall posts are out of the question. You can use the SDK to read the news, I have never done it mysefl, but if you look at all the objects news is one of them. -- Regards, Andrew Scott WebSite: http://www.andyscott.id.au/ Google+: http://plus.google.com/108193156965451149543 On Mon, Mar 19, 2012 at 1:18 PM, Eric Bourland <[email protected]> wrote: > > Hi, Andrew, > > I've been studying the Facebook Developers' Documentation for most of the > weekend. I have also been doing a lot of researching and testing. I have > been able to create a test Facebook Application ("App"), and obtain the App > ID, App Secret, and an App access token. I have also figured out that the > Facebook "Graph" is just the FB database. =) That metaphor had me confused > for a while because I was looking around for an actual graph. Yes, I can be > literal minded, especially when I need a procedure to complete a task, and > am feeling tense and vulnerable about not having completed it. > > >>> So depending on your requirements, you can use the Social Graph to post > to your facebook page, that will automatically get seen by people who have > either liked / subscribed to the page. > > Actually, I need to achieve the reverse; I need to post the activity feed, > or the status updates of a particular Facebook page to a particular web > site. The ColdFusion Facebook SDK seems to want to allow me to post posts > to > a Facebook page, but does not allow me to extract the activity feed -- at > least, that is what I think. Of course I could be missing something. > > >>> The thing is that you need to know how to do it. > I agree 100% and I'm continuing to work on this task. I'm continuing to > study the Facebook documentation. Thank you again for your ideas and > support. Have a great evening. > > Eric > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350476 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

