Kover as a service ( Formerly on [https://kaas.fun](kaas.fun) )
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • PHP 97.9%
  • HTML 1.7%
  • CSS 0.4%
Find a file
Blagovest Petrov c40a766eeb Kaas
Signed-off-by: Blagovest Petrov <blagovest@petrovs.info>
2020-11-02 18:22:36 +02:00
css Upload to facebook feature added 2015-10-02 00:16:23 +05:30
Facebook almost finished 2015-09-30 04:03:28 +05:30
images Kaas 2020-11-02 18:22:36 +02:00
.gitignore Updated README.md 2015-10-04 16:01:15 +05:30
facebook_start.php $ removed from graph_version 2016-12-04 02:50:36 +05:30
index.php callback url fix 2016-12-04 02:24:05 +05:30
login.php almost finished 2015-09-30 04:03:28 +05:30
overlay.php overlay.php changes 2016-12-04 02:20:29 +05:30
privacy-policy.html conflict resolve 2015-10-03 13:06:16 +05:30
README.md unwanted images removed 2016-12-04 03:50:02 +05:30
update.php Updated README.md 2015-10-04 16:01:15 +05:30

Fb-badge

Facebook profile picture badge creator.

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. Facebook does not allow make it profile picture automatically.

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';
$callback_url = '';  // example.com/login.php
?>

Install curl

sudo apt-get install curl

Make a facebook app and submit for "publish_actions" approvals for uploading pictures and feed poting.

Make sure you fill 'App domains' , 'Site URL' , 'Valid OAuth redirect URIs' accordingly in the app settings.

Note : You will get error during facebook login when facebook configration is not correct.

Screenshots

App permissions :