Skip to content

Twizanex/Net-Neutral

 
 

Repository files navigation

Net-Neutral

Facebook profile picture overlay creator. http://isupportnetneutrality.in/

Description

It downloads user's profile picture and paste an overlay image on it and presents an option to update it to his facebook feed.

Installation

It uses Facebook_SDK_v4 for authentication and uploads.

Please add a file named cred.php to the folder and add the following lines in them:

<?php
$_YOUR_APP_ID = 'XYZ';
$_YOUR_APP_SECRET = 'XYZ';
?>

Install curl

sudo apt-get install curl

Screenshots

About

Facebook profile picture overlay creater

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 94.7%
  • CSS 3.6%
  • HTML 1.7%