Giter Club home page Giter Club logo

twitter-proxy's Introduction

twitter-proxy

Twitter API OAuth Proxy

The Twitter 1.1 API only supports authenticated requests, breaking code that relies on anonymous access to the API. In particular, this affects Javascript code, as you would not want to put your access tokens and secrets in publicly visible JS.

This simple PHP script acts as a proxy between your client and the Twitter API, authenticating your requests.

To prevent abuse, there is a whitelist feature, so you can list the specific URLs for which the script will respond.

Also, the script includes a caching feature which will prevent your application from exceeding the limits imposed by the Twitter API.

Credits:

The main part of the code is from Mike Rogers http://mikerogers.io/2013/02/25/how-use-twitter-oauth-1-1-javascriptjquery.html

Caching code is mostly from Matt Mombrea https://github.com/mombrea/twitter-api-php-cached

twitter-proxy's People

Contributors

waltricejr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.