Creating a Facebook Application on Facebook gives you the opportunity to integrate your site into the core Facebook experience. All of the core Facebook technologies, such as Social Plugins, the Graph API and Platform Dialogs are available to Apps on Facebook. Creating Facebook applications is very easy, just follow the steps provided in the page and you are ready to go.
- Login to Facebook and go to URl developers.facebook.com/apps. Once you are in Dashboard page for developer. Click “Create New App” Button.

- On Dialog box, Fill Display name and Namespace with your site Name.

- On next page you should see App ID and App Secret of your new application.

- Scroll Down to enter your site URL and click Save Changes.

- That’s it, copy your App ID and App secret and enter them where they are needed. (Eg : If you are using saaraan’s Joomla Facebook connect, you can enter this info in your Facebook Graph Parameters or Options fields in Joomla backend control panel.)

If you want to create localhost application for testing purpose, follow above guide but enter localhost URL in settings.
You may also want to customize and add information in Facebook Authentication Dialog box.

Alguem pode me ajudar achar o app secret pois não estou achando e preciso dele ja revirei tudo
Hi
I have a problem whit the component, im not look a button for facebook login in module of the componente, just show text and not a butoon
please help
Sorry for my english
Gelman Bruno
nice
Small problem. My fb login button just works when I also show joomla login form, any solution?
Thanks in advanced
Answer to my question:
If I change the module position is working, so definitively it was a problem with my template.
Good luck!
Made parameters for facebook login module. But where do i fill out these parameters in module? Can’t find them anywhere (joomla.2.5.6)
Please answer me as soon as possible?
You need to fill facebook app id and secret in component parameters, not in module.
Top right of the Component you will see an Options button. Took me awhile as well.
I got an empty page on my site when I try to login with fb for an existing user, i.e. the email used for fb is the same linked to an ‘ordinary’ joomla-account.
Is connecting a facebook-account with an existing joomla account possible?
How can i setup different Facebook permissions? e.g. Users can write new posts (news). The default settings are [publish_stream,email]
here you will find all the permission for your application http://bit.ly/fuxErb
I WILL JOIN FACE BOOK
Is it possible to connect if I’m still using a localhost?
yes it’s possible to connect using localhost lin, I do it all the time. http://j.mp/PYz5PS
I can’t install Facebook Comments For WordPress.
error : Unable to verify application ID. This may be due to a network error. Ignore this warning if you know you have input the correct ID.
Please help me.
my site : http://www.blogdulich.vn
I need help installing this extension. I don’t understand what you mean by install. Any time I install a plugin all I down is down load it then install it. I don’t unzip it. Do I have to unzip this first then install it In parts?
You don’t need to unzip the file, just install Joomla extension using extension manager in your administrator page. This page only explains how you can obtain Facebook App Id and Secret for Facebook Connect Extension.
I am getting the following message when a user tries to login or register:
Facebook Says : An active access token must be used to query information about the current user.
Can you advise me on how to remove this message.
Hi there. I have a problem with your component for login with Facebook. At the back-end works great, but when you try to enter the site I get the following message: “Facebook Says :An active access token must be used to query information about the current user.
Username is too short, or could not fetch first or last name!”
Could you direct me where to come this error?
Thank you.
Hi there,
I managed to login to Facebook in the backend, but when i create a module, i do not see any facebook indication on the module and the only difference i see than the standard J login form is that i see a small S linked to your web site.
Can you please advise?
Tnx
TO: Asen, Manish
Hello guys, I had this problem to. Try this:
go to FTP to manage files and find components/com_fbcnt/controller.php
find (around line 96):
$fbuser = $facebook->getUser();
and add this
$access_token = $facebook->getAccessToken();
before the line 96 or where you find $fbuser
save and try it. Good luck
Thanks s2fi
I have try, but still shows “acebook Says :An active access token must be used to query information about the current user.
Username is too short, or could not fetch first or last name!”
I try to fix like these is this right?
$facebook = new Facebook(array(
‘appId’ => $getappid,
‘secret’ => $getappsec,
));
$access_token = $facebook->getAccessToken();
$fbuser = $facebook->getUser();
if ($fbuser) {
try {
please some one Help me!! i did this but it did not work!
same error
Facebook Says :An active access token must be used to query information about the current user.
Username is too short, or could not fetch first or last name!
I have try but still show “acebook Says :An active access token must be used to query information about the current user.
Username is too short, or could not fetch first or last name!”
I try to fix like these, is this right??
$access_token = $facebook->getAccessToken();
$fbuser = $facebook->getUser();
if ($fbuser) {
Hello,
I have an issue. I have just installed this app and it seems to work. However, when you click on the login button, insert your facebook credentials, it seems it starts to compare the data but it take some time until the explorer, chrome and mozilla, say there is a problem since there are many redirections, so I cannot login.
thank you
Hi, trying to install this. Backend all installs and tests fine, but the buttons on the frontend are just dead and don’t do anything when clicked. Any ideas?
Hello Saaraan,
Sorry to post on this page, but I did not find a way to post a comment on the page Joomla Facebook Connect 2.4.
I can not download Facebook Connect 2.4.
the file did not extenson.
Thank,
Bertrand
I have used your extension for too many sites, but in my latest I am facing this error
Error
Facebook Says :An active access token must be used to query information about the current user.
Username is too short, or could not fetch first or last name!
I do not know what to do ????
please help
Hi download and install latest version : http://j.mp/112qfcv
problem should be fixed by now, but still let me know if it works for you.
Thank you. Its working perfectly!
Hi! it works fine on my joomla 2.5.9 but it dont get the users avatars from users account on facebook to my site to show as user avatars
Hello
i install your extension in my sites and before some time its work perfectly but now some time its gives the error
Like :
Facebook Says :SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Facebook Says :SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
Username is too short, or could not fetch first or last name!
i also try with create another application also.
plz give me some help how can i solve that
Thanks
Amrihs
Hi, try downloading and installing new version, which contains latest facebook SDK. http://j.mp/112qfcv
I can’t get it to work, after I typed in my facebook particular in the login dialog box, it does nothing.
When I test at the backend it shows “API Error Code: 191
API Error Description: The specified URL is not owned by the application”
Any idea?
Hi
I want to fetch Facebook Wall POST in my Website please guide me and send me query. As soon as possible.