ppati000 / jodelstats

jodelstats.com: Displays the most popular posts on Jodel (jodel-app.com) using its (private) API
MIT License
24 stars 5 forks source link

Request API from browser #2

Closed brangnu closed 7 years ago

brangnu commented 7 years ago

Is there anyway to fetch Jodel posts with correct credentials from browser? I've got access_token, client_id, refresh_token and all those stuffs, but the application has trouble getting posts when I navigate to localhost:3000. The app runs, but it shows no post.

What I am looking for is like a RESTful url(Jodel api url) I can request from within browser with those credentials.