PHP Classes

File: config/app.config.php

Recommend this page to a friend!
  Classes of Edvaldo Szymonek   PHP Facebook Post to Wall, Pages or Groups   config/app.config.php   Download  
File: config/app.config.php
Role: Configuration script
Content type: text/plain
Description: Configuration file
Class: PHP Facebook Post to Wall, Pages or Groups
Send posts to Facebook user profile, pages, groups
Author: By
Last change: Update of config/app.config.php
Date: 8 months ago
Size: 394 bytes
 

Contents

Class file image Download
<?php

return array(
   
"app_id" => "", // Your App ID
   
"app_secret" => "", // Your App Secret
   
"redirect_url" => "", // Your App Redirect URL - Can be set by "Settings -> Advanced"

   
"scope" => array( // Your App Scope - Read here: https://developers.facebook.com/docs/facebook-login/permissions/v2.3
       
"publish_actions",
       
"manage_pages",
       
"user_groups"
   
)
);