Yes. I saw that. Hmmm. I have been reading up on the SDK documentation:

https://github.com/affinitiz/facebook-cf-sdk/wiki/Installation

it looks like installation is as simple as copying over the unzipped folder
to the root of the web site, which I have done. It looks like I need to
create a mapping to the CFC files in the /sdk/ folder. I will work on that.

Also, Andrew, I appreciate your  "ramblings" on your
http://www.andyscott.id.au/ blog. =)

Eric

-----Original Message-----
From: Andrew Scott [mailto:andr...@andyscott.id.au] 
Sent: Saturday, March 17, 2012 5:38 PM
To: cf-talk
Subject: Re: Method to post Facebook Wall Feed on a ColdFusion page?


Looks like you didn't import that, as you are not using its full path.


-- 
Regards,
Andrew Scott
WebSite: http://www.andyscott.id.au/
Google+: http://plus.google.com/108193156965451149543


On Sun, Mar 18, 2012 at 9:35 AM, Eric Bourland <e...@ebwebwork.com> wrote:

>
> Hi, Andrew and John,
>
> Thank you for these comments. I haev set up the Affinitiz SDK here:
>
>
> http://www.coalcountryteam.org/affinitiz-facebook-cf-sdk-29462bd/
>
> If you click on the example (Example link, in upper left part of page),
> you will see that I get an error that an API is missing.
>
> Error Occurred While Processing Request
> Could not find the ColdFusion component or interface
> facebook.sdk.FacebookGraphAPI.
> Ensure that the name is correct and that the component or interface
exists.
>
> The error occurred in C:/websites/
>
www.coalcountryteam.org/affinitiz-facebook-cf-sdk-29462bd/examples/website/i
ndex.cfm:
> line 28
> 26 : SCOPE = "publish_stream";
> 27 :
> 28 : if (APP_ID is "" or SECRET_KEY is "") {
> 29 :    // App not configured
> 30 :    facebookGraphAPI = new FacebookGraphAPI();
>
> Odd, to get this error right out of the box.
>
> I am going to keep playing with this.
>
> Andrew, also, the https://developers.facebook.com/docs/plugins/ might be
> useful; I had seen that page, but I was not sure that it has what I need.
I
> will review more closely.
>
> (Yes, obviously, I am rushing through this task. Sorry. I need to slow
> down and read everything.) =)
>
> Do you have any idea about the missing facebook.sdk.FacebookGraphAPI?
>
> Thank you again.
>
> Eric
>
>
>
> >I haven't checked in awhile, but the wall is off limits. There are
however
> >other Social Options you can look at.
> >
> >https://developers.facebook.com/docs/plugins/
> >
> >
> >--
> >Regards,
> >Andrew Scott
> >WebSite: http://www.andyscott.id.au/
> >Google+: http://plus.google.com/108193156965451149543
> >
> >
> >
> >
> >
> >>
>
> 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:350462
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to