Graph API & Iframe base Facebook Page Application Development

In this tutorial you’ll see some more advance features of facebook page application development.

iAdvance – Graph API & Iframe base Facebook Page Application Development

Iframe base Facebook Page Application Development

Facebook page application development now become very easy as Facebook added iframe supports recently.

Checkout the following tutorial to learn more.

how to track users who are removing your facebook application

Sometimes we may need to track which users of our facebook application are removing the application from their application setting. In 2008, there is a setting parameter named something like “remove application url” or other, that is now changed by facebook. Read More

How to add comments features in your fanpage

Suppose you have some products to show your fanpage and you want to know what comments user made about those products. Then you can easily use facebook’s comments plugin to make this feature.

Checkout the full tutorial

Facebook fanpage template structure

Sometimes you may need to make a page tab for your facebook fan page. If you need fanpage tab, you can easily add static fbml application in your fan page and customize the page using some xfbml tags and basic html/css/js. Here I provided a basic fanpage template. You can customize and use this code for your fanpage easily.

Checkout the full tutorial

Retrieving time like facebook style

In facebook stream you’ll see the time period at the bottom of the stream. For example: 4 minutes ago, 2 days ago, 3 weeks ago…. In our recent project we have to show similar time fashion for our application’s activity stream. So I write a function to retrieve the time duration.

Checkout the full tutorial

Various way to retrieve facebook user’s friendlist

Sometimes you may need to retrieve user’s friend-list in facebook. You can retrieve user friends list in several ways. Using new graph api you can retrieve friend-list or you can call legacy api to retrieve friend-list.

Checkout the full tutorial

Getting mutual friends in facebook

Sometimes you may need to retrieve mutual friends between 2 facebook users. Then using this simple api call you can retrieve the mutual friends list. friends.getMutualFriends is a legacy api.

Checkout the full tutorial

IFrame Base Facebook Application Development

Facebook is one of the top social networking site and its easy to develop facebook application. You can also easily integrate facebook features via facebook connect into your site. But it may happen that you want to develop facebook application that will run within facebook site. If this is the case, then this is the right article for you to start. In this article I discussed all the basics and techniques you need to develop iframe base facebook application. Read Full Post

Facebook Multi-friend Selector Change So Tracking Code Need To Update

We normally use facebook multi-friend selector to invite our friends. Some applications also tracked the user ids to whom a user sent invitation. That is very easy to track because when we send invitation facebook will pass ids parameter that contains the invitation receiver ids.

But yesterday I noticed facebook changed their invitation functionality. That is after I send invitation facebook shows me a new email invite box. That wouldn’t be a matter to me, but I noticed the tracking records become duplicate. Here I’m describing the way to solve this problem. Read Full Article