Sebastian Jung

Results 27 comments of Sebastian Jung

Sorry to hijack this thread but how would i be able to add a simple span by myself into the editor without it being wrapped into a paragraph. Any idea?...

Sorry for hijacking this thread! I know that the longterm access token is the recommended way for showing someones' feed. But I wonder if `YOUR_LONGTERM_ACCESS_TOKEN` will expire in 60 days...

So do api calls to "https://api.instagram.com/v1/users/self/media/recent/?access_token=" fail from tomorrow on? As stated on https://www.instagram.com/developer/ > "As we previously shared, we will be disabling the final Instagram Legacy API permission ("Basic")...

For anyone interested: Seems like the old api is still working. I think getting an access token for it is not possible anymore.

For @drKreso and anyone else still having trouble with the api: A friend of mine told me about this package: https://github.com/jsanahuja/InstagramFeed which just scrapes the instagram page for the information...

I was about to rip my hairs off, when i realized the jumping of the pinned section on IE was triggered by the **addIndicators Plugin** of Scrollmagic. Disabling those might...

I was about to rip my hairs off, when i realized the jumping of the pinned section on IE was triggered by the **addIndicators Plugin** of Scrollmagic. Disabling those might...

Hey Brian, thanks for your quick response! Indeed I saw the Trade-Off page and this is actually how i started my testing process. I set up some routes on my...

yeah, true. All the events and requests i fake as a second player should come from my appcode so that i always have the current methods right? But what about...

One example: Let's say i fetch the latest Party data with a method i want to stub to update the state: ```js state: { id: null, host_id: null, party_code: '',...