PK
œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Notice: ob_end_clean(): Failed to delete buffer. No buffer to delete in /home/telusvwg/public_html/da754d/index.php on line 8
| Dir : /home/telusvwg/alwatnitraders.com/wp-content/plugins/woodmart-core/vendor/opauth/facebook/ |
| Server: Linux premium279.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64 IP: 66.29.132.192 |
| Dir : /home/telusvwg/alwatnitraders.com/wp-content/plugins/woodmart-core/vendor/opauth/facebook/README.md |
Opauth-Facebook ============= [Opauth][1] strategy for Facebook authentication. Implemented based on https://developers.facebook.com/docs/authentication/ Getting started ---------------- 1. Install Opauth-Facebook: ```bash cd path_to_opauth/Strategy git clone git://github.com/uzyn/opauth-facebook.git Facebook ``` 2. Create Facebook application at https://developers.facebook.com/apps/ - Remember to enter App Domains - "Website with Facebook Login" must be checked, but for "Site URL", you can enter any landing URL. 3. Configure Opauth-Facebook strategy with at least `App ID` and `App Secret`. 4. Direct user to `http://path_to_opauth/facebook` to authenticate Strategy configuration ---------------------- Required parameters: ```php <?php 'Facebook' => array( 'app_id' => 'YOUR APP ID', 'app_secret' => 'YOUR APP SECRET' ) ``` Even though `scope` is an optional configuration parameter for Opauth-Facebook, for most cases you would like to explicitly define it. It should be defined in a comma-separated string. Refer to [Facebook Permissions Reference](https://developers.facebook.com/docs/authentication/permissions/) for list of valid permissions.. License --------- Opauth-Facebook is MIT Licensed Copyright © 2012 U-Zyn Chua (http://uzyn.com) [1]: https://github.com/uzyn/opauth