Skip to content

Kraftsportsklubben-av-1967/kk67-backend-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KK-67 Backend - PHP version

In order to avoid leaking API_KEYS, the backend shall fetch all data from Facebook, Instagram etc.

The backend is a simple PHP server / script.

PHP

Contribute

This server is maintained by Marius Arhaug.

To contribute to this project, follow the guidelines described in the CONTRIBUTING.md

Endpoints

Currently the REST API* supports these endpoints:

/health     # Get server health (TODO get actual health)
/posts/fb   # Get facebook posts based on .env variables (we want kk67 posts)
/posts/ig   # Get instagram posts --||--

/posts/fb/<pagination_token>   # Get facebook posts based on pagination token
/posts/ig/<pagination_token>   # Get instagram posts --||--

For more info about REST APIs check this video. Only the first 100 sec is about the concept of REST APIs..

About

KK-67's backend to load data from facebook and instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published