Jeff,
Unfortunately, due to a bug, Graph API is not currently able to post images
to a page event on facebook. But I've finally got the post event with image
code working for the old REST API.
David
On Mon, Oct 11, 2010 at 10:58 AM, Jeff Gladnick wrote:
>
> I think there is a function in the
Michael,
This did it, if I pass in all the parameters as formfields and the image,
this works. Thanks very much!
https://api.facebook.com/method/events.create";
method="post">
Fantastic!
David
On Mon, Oct 11, 2010 at 5:14 PM, Michael Grant wro
I think there is a function in the facebook graph API that you can use:
http://facebookgraph.riaforge.org/
> Howdy folks,
>
> I'm working on a ColdFusion application that creates events in
> Facebook. I have no trouble authenticating users and creating simple
> events, but as soon as I add a
Change type="url" to type="formfield"
On Sun, Oct 10, 2010 at 1:43 PM, David Six2 wrote:
>
> > Perhaps Facebook is looking for the params in form variables rather
> > than the URL since it's a post?
>
> Thanks for looking at this. I tried this:
>
> https://api.facebook.com/method/events.create
> Perhaps Facebook is looking for the params in form variables rather
> than the URL since it's a post?
Thanks for looking at this. I tried this:
https://api.facebook.com/method/events.create"; method="post">
And I get the same response, nothing returned from Facebook and nothing
po
Perhaps Facebook is looking for the params in form variables rather
than the URL since it's a post?
--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/
On 10 October 2010 18:59, David Six wrote:
>
> https://api.facebook.com/method/events.create?#params#";
> method="post" mul
Howdy folks,
I'm working on a ColdFusion application that creates events in Facebook. I
have no trouble authenticating users and creating simple events, but as soon as
I add a picture with CFHTTPPARAM, I get a blank response from Facebook.
Here's the code I have that works:
-
7 matches
Mail list logo