Category Facebook Pages and Apps

Made a New Facebook Page Tab App

I made a new Facebook Page Tab App for my another domain and web hosting website last month. This Facebook Page aims to provide one more communication channel for the visitors and our members. Moreover the Facebook Tab also allows… Continue Reading →

Post Message to User Wall from Your Facebook App

Your Facebook app can post message to the user’s wall by using some methods. Let’s see some of the easy methods. Feed Dialog The following simple example shows the most basic codes to display a Feed Dialog within a canvas… Continue Reading →

Share Your Facebook Apps by Sending Requests to Friends

Facebook Platform provides some useful Social Channels that allow users to share with their friends with your App easily. One of the Social Channels is Requests. Requests are a great way to enable users to invite their friends to your… Continue Reading →

How Facebook Graph API Access Objects (2)

In previous post,  I got the basic user information of the App user with the this line of codes: $user = $facebook->api(‘/me’); This line of code simply make a call to the Graph API with the api() function of the… Continue Reading →

How Facebook Graph API Access Objects

The Facebook SDK for PHP Development Environment has been set up. We already know the basic file structure of a Facebook App. It’s time to see how to use Facebook Graph API to access information of objects from Facebook servers…. Continue Reading →

How to Remove Like from a Facebook Page

Sometimes we need to test the Like button with Facebook Graph API. What if we want to test the Like button many times? One possible solution is to create many Facebook accounts. However this is really not recommended. Luckily we… Continue Reading →

How to Check ID of Facebook Pages

Some visitors always ask how to check the ID of a new Facebook Page. If your Facebook Page got more than 25 Likes, you can get a easy-to-remember username, for example: http://www.facebook.com/MyGreatNameHosting The MyGreatNameHosting is the username of the above… Continue Reading →

Install Facebook Like Button on Website

As we know the Like button lets a user share your contents with friends on Facebook. Therefore this is a good idea to put a Like button on your website. Putting a Facebook Like button on a website is very… Continue Reading →

Basic File Structure of a Facebook App

The Facebook SDK for PHP Development Environment has been set up in previous post. As mentioned before, the example.php in the example folder is the best file to get started and learned. It’s time to see how to write PHP… Continue Reading →

Facebook Apps Authentication and Authorization Process

Authentication and authorization plays an important part in Facebook Apps development. Because it gives your apps the ability to know the identity of a Facebook user, and to read and write data via Facebook’s APIs. In other words,  the user… Continue Reading →

Basic Concept in Creating a New Facebook Application

The Facebook SDK for PHP Development Environment has been set up in previous post. Before start preparing a Facebook application, let’s have some basic concept in creating a new Facebook App. A Facebook application provide the ability of its user… Continue Reading →

Facebook Software Development Kit (SDK) for PHP

The Application Development Platform of Facebook supports a lot of Software Development Kit (SDK), for example, Facebook SDK for Javascript, Facebook SDK for PHP, Facebook SDK for iOS and Facebook SDK for Android. Choose a suitable SDK to develop your… Continue Reading →

Parsing Facebook Social Graph’s JSON Output with PHP

Facebook’s core is the social graph: people and the connections.  And the concept of Facebook Graph API can be simplified as: objects and connections. As mentioned in previous post. In Facebook Graph API, every object has a unique ID. Facebook… Continue Reading →

Facebook Graph API Introduction

Facebook uses Graph API platform for developers to develop applications. The main purposes of Facebook applications are reading and writing data using Graph API. Facebook’s core is the social graph: people and the connections.  The basic concept of Open Graph… Continue Reading →

Create a Plain HTML Facebook App

The words “Apps” or applications are strictly used in computer world in the old days. It mainly referred to practical computer applications that requires a lot of complex programming. However the word “Apps” is widely used on the Internet nowadays…. Continue Reading →

« Older posts

© 2024 GoBizNow Web Development — Powered by WordPress

Theme by Anders NorenUp ↑

External Webpage

------------------------------------------------------
Put on webpage that click to popup external webpage
Click here to View Demo