Archive for the ‘Facebook’ Category

how much time it takes to approve your application

Wednesday, August 12th, 2009

Question : How much time it takes to approve your application once you’ve submitted the application for approval ?

Answer : It normally takes 2 business days. But some times due to some problems it may be delayed. Also one point to be remember that once you’ve submitted the application and it is not yet approve, don’t send the request again since the new request will override the previous request and it will take more time to process again.

is it possible to fetch all the profile details using facebook connect

Wednesday, August 12th, 2009

Question : Is it possible that we can fetch all the profile details using facebook connect?

Answer : No, we cannot fetch all of the details using the facebook api. Depending upon the user’s privacy settings (including whether the user has decided to opt out of Platform completely), you may not see certain user data.

can I use same facebook API for different applications or site

Wednesday, August 12th, 2009

Question : can I use facebook application API key for different sites ?

Answer : No you cannot use same API key in more than one domain. You need to get different API for different site, since while creating application you need to give the domain name for which you are creating the application.

how does logout work in facebook connect

Wednesday, August 12th, 2009

Question : How does logout work in facebook connect ?

Answer : When user logout from your site then he will be automatically logout from the facebook also. That means if the user logs OUT of Facebook and then visits your site, then your server should detect that their login status has changed and log them out automatically.

You can do that by running this on the onclick for your “logout” link:

FB.Facebook.logout(function() { refresh_page(); });

This will show you a message like you have been logout of the site and also from the facebook and then it will execute your callback function.

what are the features of facebook connect

Tuesday, August 11th, 2009

Question : Can you tell me how I can use facebook connect and what are the features of facebook connect ?

Answer : The most important feature of facebook connect is that you can connect your site to facebook and as well as you can post your site content directly to facebook. Also you can perform most of the profile operations like posting to your wall, sending request to your friends, etc.

You can create single sign on and user login using facebook connect. If some user are already connected to facebook and they want to register to your site then they don’t need to do registration separatly, just they can register your site using there facebook login details.

what is facebook connect

Tuesday, August 11th, 2009

Question : what is facebook connect ?

Answer : facebook connect is a medium provided by facebook so that you can access your profile from outside of facebook as well as you can us lots of other features of facebook.

can I check how many users are using my application

Tuesday, August 11th, 2009

Question : If my application is online and running then can I see that how many users are using my application.

Answer : Yes, it is possible that you can see all the statistics related to your application like no of users online, no of users using your application, daily users, monthly users, etc. All these information you can get from the profile page of the application.

can I invite my friends to join my facebook application

Tuesday, August 11th, 2009

Question : If I have an application in facebook up and running can I invite my friends to join my application?

Answer : Yes, you can invite your friends to join your application. Also your friends can add your application to there profile.

how to create application in facebook

Tuesday, August 11th, 2009

Question : Is it possible that I can create my own application in facebook. If yes then how can I create my application in facebook? What are steps I need to follow?

Answer : To create your application in facebook, first you need to register to facebook with a valid account. After creating account in your profile page you need to add developer application to your application group. Now using developer application you can create your application easily.