All Projects → mahmudahsan → PHP-SDK-3.0---Graph-API-base-Facebook-Connect-Tutorial-Source

mahmudahsan / PHP-SDK-3.0---Graph-API-base-Facebook-Connect-Tutorial-Source

Licence: MIT license
PHP SDK 3.0 Graph API base Facebook Connect Library

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to PHP-SDK-3.0---Graph-API-base-Facebook-Connect-Tutorial-Source

Facebook-Auto-Pilot
Automate common Facebook activities such as posting to groups and pages walls. Effortlessly post to multiple groups or pages.
Stars: ✭ 126 (+110%)
Mutual labels:  facebook-sdk, facebook-graph-api, facebook-api
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 (+765%)
Mutual labels:  facebook-sdk, facebook-graph-api, facebook-api
facebook-py-sdk
Facebook Python SDK
Stars: ✭ 15 (-75%)
Mutual labels:  facebook-sdk, facebook-graph-api, facebook-api
facebook-go-sdk
A very simple and easy-to-use Facebook SDK for Golang.
Stars: ✭ 18 (-70%)
Mutual labels:  facebook-sdk, facebook-graph-api, facebook-api
facebook-ruby-ads-sdk
The Facebook Marketing API in Ruby.
Stars: ✭ 59 (-1.67%)
Mutual labels:  facebook-graph-api, facebook-api
GraphiPy
GraphiPy: Universal Social Data Extractor
Stars: ✭ 61 (+1.67%)
Mutual labels:  social-network, facebook-api
social-post-api
Social Media API: Automate Posting and Analytics to Social Networks like Instagram, TikTok, Twitter, Facebook, LinkedIn, Reddit, YouTube, and Telegram
Stars: ✭ 38 (-36.67%)
Mutual labels:  social-network, facebook-api
socialize
Python CLI client for 'Socialize - A social network on the command line'
Stars: ✭ 32 (-46.67%)
Mutual labels:  social-network
socializer
Rails engine to make your projects social. Adds stream, profile, circles, groups and notifications.
Stars: ✭ 56 (-6.67%)
Mutual labels:  social-network
diaspy
Unofficial Python interface to the DIASPORA* social network
Stars: ✭ 58 (-3.33%)
Mutual labels:  social-network
Social-Recommendation
Summary of social recommendation papers and codes
Stars: ✭ 143 (+138.33%)
Mutual labels:  social-network
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+105%)
Mutual labels:  social-network
FacebookMessengerActivity
Share with Facebook Messenger App.
Stars: ✭ 16 (-73.33%)
Mutual labels:  facebook-api
social-login-phpbb
Social Login for phpBB allows your users to login and register with 40+ social networks. It increases your phpBB user registration rate by simplifying the registration process.
Stars: ✭ 48 (-20%)
Mutual labels:  social-network
flutter facebook app events
Flutter Plugin for Facebook App Events
Stars: ✭ 88 (+46.67%)
Mutual labels:  facebook-sdk
inCyberPunk2022
👾 https://cybersocial.herokuapp.com/   C̵̡̡͓̪̺̲̺̳̭̱̩͖͔̽̈́͜y̵̢̺̮̥̠̲̼̫͗b̴̲͇̟̭̹͆͒̈́̒͋̃̌̇̈̆̚͠͠ȅ̷̡̢̩̺̏r̴̢̛̹̲̜͙͉̩̩̣͉̺͂̀́̈́̇͛͋̊̉̈́̇P̵̡͊̚ų̵̙̣͓̤̼̭̤̥̯̻̯̒ͅň̸̛̯͕̦̦͓̙̋͐̈́́̉ͅḱ̷̡̪͚͉̟̘̳̯̳͉̈́͐͂̇̾͑̕̕͝ͅ
Stars: ✭ 28 (-53.33%)
Mutual labels:  social-network
Facebook-instan-games-SDK
Learn how to integrate games built with JavaScript and HTML5 with Facebook instant games SDK
Stars: ✭ 59 (-1.67%)
Mutual labels:  facebook-sdk
authorize-me
Authorization with social networks
Stars: ✭ 44 (-26.67%)
Mutual labels:  social-network
facebook-nodejs
Nodejs module for Facebook api
Stars: ✭ 26 (-56.67%)
Mutual labels:  facebook-api
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (+11.67%)
Mutual labels:  social-network

PHP SDK 3.0 Graph API base Facebook Connect Library

Facebook recently updated their PHP-SDK to version 3.0 also added new way of authentication. This is a major change. So this is the updated post of my old popular post.

In this version of my code, I avoided javascript authentication, because that is cookie based and php sdk 3.0 has some conflicts with the old system. Facebook will also update the javascript sdk soon, so later you can use the login/logout system of javascript api with php sdk. But for now you should use fully php base authentication.

✓ How to integrate Facebook Connect in your website

✓ How to generate Facebook Login / Logout URL

✓ How to get extended permissions from users

✓ How to call graph api

✓ How to run FQL Query

✓ Publish Wall Post using PHP

✓ Publish Wall Post using Facebook Javascript API

✓ Invite friends using Facebook Javascript API

✓ No Facebook Javascript only use PHP SDK

How to integrate step by step: http://thinkdiff.net/facebook/php-sdk-3-0-graph-api-base-facebook-connect-tutorial/

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].