All Projects → ashwin47 → Fb-badge

ashwin47 / Fb-badge

Licence: other
Facebook profile picture overlay/badge creater (unmaintained)

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Fb-badge

PHP-SDK-3.0---Graph-API-base-Facebook-Connect-Tutorial-Source
PHP SDK 3.0 Graph API base Facebook Connect Library
Stars: ✭ 60 (+57.89%)
Mutual labels:  facebook-sdk
Facebook-instan-games-SDK
Learn how to integrate games built with JavaScript and HTML5 with Facebook instant games SDK
Stars: ✭ 59 (+55.26%)
Mutual labels:  facebook-sdk
flutter facebook app events
Flutter Plugin for Facebook App Events
Stars: ✭ 88 (+131.58%)
Mutual labels:  facebook-sdk
XFFacebookLoginButtonExample
Using Native Facebook Login Button in Xamarin.Forms
Stars: ✭ 18 (-52.63%)
Mutual labels:  facebook-sdk
reviewery-mobile
iOS application to rate songs in Spotify playlists
Stars: ✭ 15 (-60.53%)
Mutual labels:  facebook-sdk
Facebook Sdk
Python SDK for Facebook's Graph API
Stars: ✭ 2,626 (+6810.53%)
Mutual labels:  facebook-sdk
facebook-py-sdk
Facebook Python SDK
Stars: ✭ 15 (-60.53%)
Mutual labels:  facebook-sdk
facebook-go-sdk
A very simple and easy-to-use Facebook SDK for Golang.
Stars: ✭ 18 (-52.63%)
Mutual labels:  facebook-sdk
ti.accountkit
DEPRECATED -- 🔐 Use the Facebook AccountKit iOS-SDK with Titanium Mobile.
Stars: ✭ 18 (-52.63%)
Mutual labels:  facebook-sdk
Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+231.58%)
Mutual labels:  facebook-sdk
Facebook-account-kit-android
Android app uses FACEBOOK's ACCOUNT KIT to login without password with EMAIL or PHONE.
Stars: ✭ 30 (-21.05%)
Mutual labels:  facebook-sdk
facebook-node-sdk
Modeled from the (Facebook Javascript SDK), now with the facebook-node-sdk you can now easily write the same code and share between your server (nodejs) and the client (Facebook Javascript SDK).
Stars: ✭ 519 (+1265.79%)
Mutual labels:  facebook-sdk

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 :

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].