sfFacebookGraphPlugin | symfony plugin that is designed to ease connecting Facebook
kandi X-RAY | sfFacebookGraphPlugin Summary
kandi X-RAY | sfFacebookGraphPlugin Summary
sfFacebookGraphPlugin is a PHP library typically used in Symfony applications. sfFacebookGraphPlugin has no bugs, it has no vulnerabilities and it has low support. However sfFacebookGraphPlugin has a Non-SPDX License. You can download it from GitHub.
This plugin is to allow the integration of Facebook with sfDoctrineGuardPlugin using the Facebook graph API. This plugin helps a developer allow users to login with their Facebook accounts. It is designed to support both normal accounts and Facebook Accounts. It also aids accessing the Facebook Graph API. It is heavily based on sfFacebookConnectPlugin by Fabrice Bernhard. I began working on forking this plugin to support the Graph API but too much backwards compatibility would have been lost. This plugin is less flexible than sfFacebookConnect. It is for developing web applications outside of Facebook, and doesn't have canvas support (This is because this does not appear in the Graph API). It is also requires Doctrine and is not currently compatible with Propel Apps. It is has been developed only on Symfony 1.4 in a rush so probably has bugs.
This plugin is to allow the integration of Facebook with sfDoctrineGuardPlugin using the Facebook graph API. This plugin helps a developer allow users to login with their Facebook accounts. It is designed to support both normal accounts and Facebook Accounts. It also aids accessing the Facebook Graph API. It is heavily based on sfFacebookConnectPlugin by Fabrice Bernhard. I began working on forking this plugin to support the Graph API but too much backwards compatibility would have been lost. This plugin is less flexible than sfFacebookConnect. It is for developing web applications outside of Facebook, and doesn't have canvas support (This is because this does not appear in the Graph API). It is also requires Doctrine and is not currently compatible with Propel Apps. It is has been developed only on Symfony 1.4 in a rush so probably has bugs.
Support
Quality
Security
License
Reuse
Support
sfFacebookGraphPlugin has a low active ecosystem.
It has 14 star(s) with 2 fork(s). There are 1 watchers for this library.
It had no major release in the last 6 months.
sfFacebookGraphPlugin has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of sfFacebookGraphPlugin is current.
Quality
sfFacebookGraphPlugin has no bugs reported.
Security
sfFacebookGraphPlugin has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
sfFacebookGraphPlugin has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
sfFacebookGraphPlugin releases are not available. You will need to build from source code and install.
Installation instructions are available. Examples and code snippets are not available.
Top functions reviewed by kandi - BETA
kandi has reviewed sfFacebookGraphPlugin and discovered the below as its top functions. This is intended to give you an instant insight into sfFacebookGraphPlugin implemented functionality, and help decide if they suit your requirements.
- Get facebook user
- Merge facebook user info
- Sign in user
- Redirect the user to the login page
- Determine if the user is authenticated .
- Check if user is logged out .
- Get Facebook platform
- Get the current user s facebook uid
- Returns the current access token .
- Index action .
Get all kandi verified functions for this library.
sfFacebookGraphPlugin Key Features
No Key Features are available at this moment for sfFacebookGraphPlugin.
sfFacebookGraphPlugin Examples and Code Snippets
No Code Snippets are available at this moment for sfFacebookGraphPlugin.
Community Discussions
No Community Discussions are available at this moment for sfFacebookGraphPlugin.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install sfFacebookGraphPlugin
Install the plugin via putting the repo in your plugins directory and activating it by adding $this->enablePlugins('sfFacebookGraphPlugin'); to the setup() method of your ProjectConfiguration class. Create an application on Facebook http://www.facebook.com/developers/. Modify your app.yml files to override the plugins config (must override the application id/secret/key). Enable the sfFacebookGraphAuth module. Alter the myUser class to extend sfFacebookGraphUser. Add the filter to your filters.yml above security (and remember me if thats used) facebook_login: class: sfFacebookGraphLoginStatusFilter. Clear symfony cache and build all and load. To test things out enable the sfFacebookGraphDemo and go to /facebook/demo.
Install the plugin via putting the repo in your plugins directory and activating it by adding $this->enablePlugins('sfFacebookGraphPlugin'); to the setup() method of your ProjectConfiguration class
Create an application on Facebook http://www.facebook.com/developers/
Modify your app.yml files to override the plugins config (must override the application id/secret/key)
Enable the sfFacebookGraphAuth module
Alter the myUser class to extend sfFacebookGraphUser
Add the filter to your filters.yml above security (and remember me if thats used) facebook_login: class: sfFacebookGraphLoginStatusFilter
Clear symfony cache and build all and load
To test things out enable the sfFacebookGraphDemo and go to /facebook/demo
Install the plugin via putting the repo in your plugins directory and activating it by adding $this->enablePlugins('sfFacebookGraphPlugin'); to the setup() method of your ProjectConfiguration class
Create an application on Facebook http://www.facebook.com/developers/
Modify your app.yml files to override the plugins config (must override the application id/secret/key)
Enable the sfFacebookGraphAuth module
Alter the myUser class to extend sfFacebookGraphUser
Add the filter to your filters.yml above security (and remember me if thats used) facebook_login: class: sfFacebookGraphLoginStatusFilter
Clear symfony cache and build all and load
To test things out enable the sfFacebookGraphDemo and go to /facebook/demo
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page