Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ricbra/php-discogs-api-example

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth example php-discogs-api

This repository is a quick example of how to obtain an OAuth token and how to make use of the protected endpoints from the Discogs API.

Installation

Clone this repository and install the dependencies:

$ composer install

Add your consumer key and secret in $consumerKey and $consumerSecret.

For the sake of simplicity we're using the PHP internal webserver (quick and easy):

$ cd web
$ php -S localhost:8000

Now open your favorite browser and visit http://localhost:8000

How it works

As soon as you open the site, you'll be redirect to Discogs. After authorizing you'll be redirected to the site and now you have a OAuth token and secret with which you'll be able to access the protected endpoints.

This example is just some quick hacking together but I think it's enough to get you started.

About

Example implementation for php-discogs-api and OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.