2017 © Pedro Peláez
 

library social-api

Social Network API Abstraction Library

image

evolution7/social-api

Social Network API Abstraction Library

  • Thursday, July 23, 2015
  • by evolution7
  • Repository
  • 4 Watchers
  • 7 Stars
  • 345 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Social Network API Abstraction Library

This library provide an abstracted API for using various social networks APIs., (*1)

Supported Platforms, (*2)

  • Instagram
  • Twitter

Functionality, (*3)

  • Authentication
    • OAuth v1 and v2
  • Retrieve Current User
    • Current OAuth User
  • Search Posts
    • e.g. Search Tweets
  • Retrieve Post by ID
    • e.g. Get Tweet
  • Comment on Posts
    • e.g. Reply to Tweet

Installation

Install via Composer:, (*4)

    "require": {
        "evolution7/social-api": "1.*"
    }

Configuration

Select a Platform for setup and configuration instructions:, (*5)

Usage

Example code is included in the Evolution7/SocialApi/Resources/example/ directory., (*6)

To see the example code in action:, (*7)

  1. Place your API key/secret in the config.php file
  2. Launch a PHP server, e.g. php -S 0.0.0.0:8080
  3. Visit the index.php page and try out the examples

Note: you'll need to authenticate succesfully before any other examples will work., (*8)

License

MIT license Copyright (c) 2014, Evolution 7., (*9)

The Versions

23/07 2015

dev-master

9999999-dev https://github.com/evolution7/social-api

Social Network API Abstraction Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api social php instagram twitter

21/07 2014

v1.0.1

1.0.1.0 https://github.com/evolution7/social-api

Social Network API Abstraction Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api social php instagram twitter

07/07 2014

v1.0.0

1.0.0.0 https://github.com/evolution7/social-api

Social Network API Abstraction Library

  Sources   Download

MIT

The Requires

 

The Development Requires

api social php instagram twitter