Skip to content

Commit

Permalink
revise documentation and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-clarke committed Dec 14, 2024
1 parent 83e8d03 commit d4ca710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 0 additions & 15 deletions docs/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Instafeed.js requires an access token to be able to fetch images from Instagram
There are currently 3 available options for keeping access tokens valid:

- [instatokend](#instatokend)
- [Instagram Token Agent](#instagram-token-agent)
- [Instant-tokens.com](#instant-tokenscom)

## History
Expand Down Expand Up @@ -98,17 +97,3 @@ Cons:

- Closed-source
- Owned & operated by 3rd party (Coding Badger)

## Instagram Token Agent

[Instagram Token Agent](https://github.com/companionstudio/instagram-token-agent) is an open-source Ruby-on-Rails application written by Ben Hull, and [available on GitHub](https://github.com/companionstudio/instagram-token-agent). It can be quickly deployed to Heroku, or any other Rails-compatible hosting mechanism.

Pros:

- Open-source
- Fully controllable by you

Cons:

- Requires some setup (e.g. creating Facebook API keys, deploying application)
- Relies on a Sandbox developer account (unless you can get approval from Facebook), which has some limitations.
3 changes: 3 additions & 0 deletions instatokend.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// Made by Jasper Clarke <me@jasperclarke.com>
// https://github.com/jasper-clarke

package main

import (
Expand Down

0 comments on commit d4ca710

Please sign in to comment.