Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
ColdFusion is a server-side rapid application development platform, implementing the dynamic general purpose CFML programming language.
0
votes
2answers
54 views
ColdFusion Facebook Share button with Title using Custom image and description
Currently, I use this anchor to create a facebook share button where I can customize its image, Title and Description.
<a target="_blank" ...
0
votes
1answer
76 views
Upload photo from my system to company Facebook page without having users authenticate individually
I have an application where my staff upload photos for specific tours. My priority is to have the photos uploaded to my system to use in my site and product display. However, every time any of my ...
5
votes
1answer
112 views
Http_referrer shows Facebook but I wasn't on facebook
This is the weirdest thing. I have very simple CF code that looks at cgi.HTTP_REFERER. Simply, it looks at referrer. It the link was clicked from outside our main website domain, it displays ...
2
votes
2answers
115 views
Could not find the ColdFusion component or interface?
I am using ColdFusion 10, Windows 7 64bit, Railo 4 and installed the Facebook CF SDK. When I try to test the installation, it is throwing this error:
Could not find the ColdFusion component or ...
2
votes
2answers
427 views
Getting an Access Token Without User Login in Facebook Graph API?
I am working with facebook graph api rsvp_event. I am using javascript SDK. Everything works great when the user is logged in. But when the user is not logged in, it gives an error.
I need ...
2
votes
2answers
481 views
How to create a Facebook Like Counter for a page on my website?
I want to create a Facebook like counter for specific pages on my website.
For example I may have these pages on my website, of which, each have a different article on them:
...
0
votes
1answer
57 views
Preserving HTML Formating when posting a status update
I'm adding features to our in-house CMS, one of the requests is to be able to post content to the CMS and our Facebook page at the same time. I have the actual posting part working, however, the HTML ...
1
vote
1answer
311 views
Facebook Registration - Reading the data/signed request with Javascript
I am able to get the registration form working with custom fields and retrieve the custom fields via a cookie on the redirect page. What I cannot figure out is how to retrieve the Facebook info ...
0
votes
1answer
46 views
How to get my blog to properly list the OG information on FaceBook
I wonder if anyone could help me out here. I've been debugging and debugging. I tried putting aborts on the page in several places within the framework, both on the controller and view levels. But I ...
-1
votes
1answer
97 views
Using coldfusion (facebook-cf-sdk), I'd like to mark a user's record in my DB whenever a user deauthorizes [closed]
I found this example using php, Facebook user deauthorizes the app but unfortunately, I kinda suck at coding and am not sure how to make the conversion to coldfusion. Thanks!
1
vote
1answer
1k views
Login using Facebook, Google, Yahoo and hotmail in Coldfusion Application
I am pretty new to coldfusion. Can some one please guide me how to create a login using Facebook, Google, Yahoo and hotmail. If some can point out to any tutorials availbale online. That would be ...
0
votes
1answer
121 views
Facebook Share not picking full url & meta name for custom url
I am trying to share a page of user on FB by giving the full url of that page. But it's not picking any title & other OG meta tags, which I have given on the page.
here is what I am using :-
...
1
vote
1answer
545 views
How do I use cfhttp to automatically post to facebook's graph api?
I have followed the tutorials/documentation on facebook's site and am one step away from publishing to a user's wall/timeline using coldfusion. I have one last step, post automatically with cfhttp. ...
3
votes
1answer
605 views
Server Side OAuth Facebook Token Refresh
I have a ColdFusion web page that gets refreshed by my server every x minutes. That script checks various feeds (Facebook, YouTube, and internal news items) and builds a merged feed in chronological ...
0
votes
0answers
404 views
any reason why facebook scripts are not working anymore?
Update: and now it magically works again. One week nothing (multiple browsers, multiple pc's, multiple networks) and now, same code working again.. Blame this on FB..?
I have a website where user ...
2
votes
2answers
532 views
resize facebook profile image
Is there any way to resize the profile picture you retreive from the graph api url https://graph.facebook.com/profileid/picture?type=square?
I know about the different types you can call. But I need ...
1
vote
2answers
470 views
Coldfusion, facebook integration
Really dumb question but I can not get this figured out. I'm trying to have users login to facebook via my site which uses coldfusion.
I'm trying to follow along through a simple tutorial posted ...
0
votes
2answers
462 views
if ($_REQUEST) in Coldfusion
I am trying to use an if statement to check if the user has been directed to this page with from the correct location with correct data.
in php we would use
if ($_REQUEST)
{
......
}
but how can I ...
1
vote
1answer
424 views
ColdFusion Facebook Integration
I have an app with a login screen with a button that invites users to login using facebook.
That authentication part of the integration works fine. I have also parsed the returned cookie variable to ...
0
votes
1answer
618 views
Posting Feeds to Facebook using Graph API - Server side
I'm trying to post feeds to the personal facebook wall and the fan page wall from my site for a logged in user.
<cfhttp url="https://graph.facebook.com/me/feed" method="post">
...
0
votes
1answer
149 views
Posting to a Facebook page from a .CFM file
Ok, I have been racking my brain over this, and I am digging myself deep into a hole of access tokens and cfhttp tags, so I need some help with this one.
My goal at the moment is simple (in words). I ...
1
vote
2answers
198 views
coldfusion struct in function argument
I'm trying to do server side facebook connect, but the sdk (get it here) provided gives the following error:
Invalid CFML construct found on line 523 at column 78.
ColdFusion was looking at the ...
6
votes
2answers
618 views
Error with facebook verification code using coldfusion
I have a facebook application that was using a CFC I had found on RIAForge to authenticate the user/app and allow permissions (this one) but it no longer works. So I set about writing a version of ...
0
votes
2answers
417 views
Coldfusion CFHTTP login to Facebook maintain session
How do you login to facebook via cfhttp and maintain session?
1
vote
1answer
159 views
Difficulty parsing string with Facebook one click sign on and ColdFusion
I am using using ColdFusion 9.0.1
I am building a site that will use Facebook connections extensively, so we need the Facebook one click sign on. Specifically, to vote on our site, visitors will just ...
0
votes
1answer
57 views
How can I log out of facebook with out a api key or a FB application
Good day all,
Here is what I am trying to do.
I have a webpage (public) that I am trying to give the user the ability to simply share the page. After the user shares the link they click on a link to ...
0
votes
2answers
256 views
FB Cookies are cached in Facebook App
I'm using the affinitiz Facebook API for ColdFusion https://github.com/affinitiz/facebook-cf-sdk to develop a Facebook App and I'm having real troubles with the events after authentication.
The API ...
1
vote
1answer
586 views
add a tab to facebook page programatically
I have a site that hosts music (stereokiller.com) - a sample band page would be http://www.stereokiller.com/rapture .
I am attempting to create a facebook application that will insert a new tab into ...
2
votes
1answer
91 views
social network off-peak sharing
My coldfusion app allows users to post a comment as with any typical blog. I want to give the users the option to autoshare their comments on their favourite social networking sites (at least ...
1
vote
2answers
328 views
Unwanted Facebook button at first time use of my FB application in coldfusion
I am playing around with facebook application, making them in iframe using coldfusion.
Following is the url of my app http://apps.facebook.com/firstones/
Instead of going directly going to the ...
0
votes
2answers
1k views
Facebook API Authentication in Coldfusion without login box
I have been looking for information on how to authenticate to the facebook api without a login button and haven't been able to find anything. Essentially I want to pull data from a static user (I ...
0
votes
5answers
2k views
Using Coldfusion to decode a facebook signed_request
I'm trying to use ColdFusion 9 to decode the signed_request variable that facebook passes. It is a base64 URL encoded string that needs to be decoded. In order to decode base64 strings one should do:
...
3
votes
2answers
342 views
cfhttp multipart & facebook
I'm playing with the facebook graph api, and was attempting to send an image to my wall. According to facebook, you just send the image, your access key & a caption... see below my code:
...
0
votes
2answers
282 views
Application Temporarily Unavailable The URL http://xyz.com/test/ caused too many redirections
I am trying to get access_token via coldfusion. But when I write
<cflocation url="https://graph.facebook.com/oauth/authorize?client_id=12345678&redirect_uri=http://xyz.com/test/new/" ...
1
vote
5answers
898 views
Webpage integration with newest versions of Facebook and Twitter; need to use PHP?
As a test I am trying to create the simplest webpage where I can type a short post and have it simultaneously update my twitter account status and my facebook status. I also want to be able to read ...
1
vote
3answers
847 views
Pulling facebook and twitter status updates into a SQL database via Coldfusion Page
I'd like to set up a coldfusion page that will pull the status updates from my own facebook account and twitter accounts and put them in a SQL database along with their timestamps. Whenever I run ...
3
votes
3answers
742 views
Aggregating and displaying facebook and twitter status updates on Coldfusion Page
As an experiment I'd like to set up a coldfusion page that will pull and display the status updates from my own facebook account and twitter accounts that fall within an input date range; similar to ...
1
vote
4answers
561 views
username urls like twitter and facebook
how does twitter and facebook etc. make unique url eg. twitter.com/billgates
if i would like to do the same (give my users unique urls with username), is it a application or do you crate a directory ...
3
votes
1answer
754 views
Facebook Connect on Coldfusion 8
I am trying to get ColdFusion 8 work with FB Connect
I am running CF8 on IIS, Windows Server 2003.
I use this FB Connect wrapper for ColdFusion written by James Constable,
...
3
votes
3answers
3k views
Example code for using Facebook Connect with Coldfusion
Is there any good example code in Coldfusion 8 that shows how to use Facebook Connect?
2
votes
1answer
143 views
How can I get Ajax to work with ColdFusion using the Facebook FBML API?
I am trying to make a Facebook FMBL application for a client, not iframe or Facebook connect application. I am having trouble using a ColdFusion proxy and jQuery for my synchronous data connections.
...


