BuxSecure.com PTC is Also a Scam Website

I took three weeks vacation by the end of January 2012. However when I came back I found out that I could not logged in my BuxSecure account any more. I submitted a post on their forum. The moderator indicated that my account was removed because it was inactive for a month.  Oh… my hard earnings $4.xx over the past 7 months was gone! In other words, BuxSecure is also a scam website.

Like NeoBux.com , BuxSecure is also another scam PTC website that is trying to remove your account in all possible ways whenever you earn some money.

After more than half year of testing some PTC websites, only a few are still remain on my list. I will update the list in another post.

Posted in Make Money Online | Leave a comment

Building Canvas Facebook Apps (4) – Testing App Settings

I already created a new Facebook App in previous article, it’s time to test if it is working properly. The most simple way is to test if the web page of Site URL can be loaded into the Canvas.  Let’s recall how Facebook App use “Website” and “App on Facebook” to integrate with Facebook.

Okay! Let’s write a simple web page (index.php) of the Site URL. How about print out the word “Hello World!”?

<?php

echo “Hello World!”;

?>

Upload the index.php file to Canvas URL, i.e.

http://oscommerce-template-easy.com/fbapp/

It’s done!

Open a browser and navigate to the URL of Facebook App, i.e. Canvas Page. If everything works correctly, the “Hello World” should print out on the Canvas.

Yeah! The web page of Site URL loaded into the Canvas successfully! In other words, the new Facebook App is working properly.

Posted in Facebook, Webpage Design | Leave a comment

Building Canvas Facebook Apps (3) – How to Create New App

We already got some idea how Facebook Apps worked in previous articles. It’s time to try to create a new Facebook App.  Actually the procedures are similar to Create iframe Tabs for Facebook Pages. Let’s create a new Facebook App now.

1. Log in your Facebook personal account.

2. Access the Facebook developer page by clicking on the “developer” link at the footer.

3. Once access the Facebook Developer page, Click on the”Apps” link on the top menu.

4. The Apps screen appear. Click on the “Create New App” button to create a new App.

5. A New App window pop up. Enter a name for the new App in the App Display Name field.

6. The App Setting screen appear. Enter the required information as shown below.

Look! The procedures of creating Facebook App are same as creating iframe Tabs for Facebook Pages. The only difference is some of the settings.

Compare Setting of Facebook Apps and iFrame Tab Pages

1. Basic Information
For iframe tab for Facebook Pages, the App Namespace and App Domain are not required.

2. How Your App Integrates with Facebook
iframe tab select “Page Tab” to integrate with Facebook while Facebook App select both “Website” and “App on Facebook” to integrate with Facebook.

This is clear that Facebook App need the information of both “Website” and “App on Facebook” to integrate with Facebook. The following diagram explains how Facebook App use “Website” and “App on Facebook” to integrate with Facebook platform.

Now the new Facebook App has been created. I will test if the site URL can load into the Canvas in next article.

Posted in Facebook, Webpage Design | Leave a comment