OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
_backup
/
editor
/
buffer
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
07/16/2019 10:20:37 AM
rwxrwxr-x
📄
Buffer.php
5.84 KB
02/11/2020 10:49:40 AM
rw-rw-r--
📄
test.php
894 bytes
02/11/2020 10:49:40 AM
rw-rw-r--
Editing: test.php
Close
<?php require_once 'Buffer.php'; $buffer = new BufferPHP('1/5a2bd2342339c719c0cebb40b372f8f0'); //now add the data $data = array('profile_ids' => array()); $data['profile_ids'][] = '5af91ed47c4aeaa721affbe0'; $data['text'] = 'This is cream social media marketing tool'; $data['media'] = array('link' => 'http://example.com/'); $data['client_id']='5afad5914eca02d9250bea94'; $data['client_secret']= '036a9bbf1a7fa1c5f3d09401ab9d4506'; $data['redirect_uri']= "https://cream.magnumdev.webfactional.com/rss_aggregator/view/curated_news.php"; //if you want to share this immediately set this to true else set it to false if you wish to schedule it for sharing later $data['now']=true; //Now that you have the information you need, your going to need to send it to Buffer's API using the following code: $ret = $buffer->post('updates/create', $data); ?>