Login   Register  
PHP Classes
elePHPant
Icontem

File: jApi_client/jApi_config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Bijaya Kumar Behera  >  jApi RPC  >  jApi_client/jApi_config.php  >  Download  
File: jApi_client/jApi_config.php
Role: Configuration script
Content type: text/plain
Description: example file
Class: jApi RPC
Handle client and server API calls
Author: By
Last change: config var added
Date: 2013-09-27 00:05
Size: 505 bytes
 

Contents

Class file image Download
<?php
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*
*
*
*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
// assign ur jApi JSON Api server 
define('jApi_auth_token''jApi-12-4858');
define('jApi_uri''http://localhost/jApi_server/pull.php');
define('jApi_session_callback''http://localhost/jApi_server/jApi_session.php');
define('jApi_verify_response_callback''http://localhost/jApi_server/jApi_verify_response.php');
define('jApi_security_salt''jAPI');
?>