-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Play Vídeo and Show legend #18
Comments
Currently there’s no way to do that within the plug-in. Additionally I noticed my plug and stopped working because I couldn’t get an access token from the API anymore and I have not had an opportunity to investigate it maybe when I get to figuring out how to get an access token again I can evaluate the possibility of playing videos
…Sent from my iPhone
On Oct 17, 2018, at 3:06 PM, suportetikrn ***@***.***> wrote:
Is there a way do play automatically the videos posted and show the legend of pictures?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I'll try |
I'll submit a PR |
Awesome! I will review the pull and merge it into the main source.
Can you explain how you got a token to use the Instagram API? I was stuck
with that step which prevented me from continuing the development
…On Fri, Oct 19, 2018 at 10:10 AM bemanuel ***@***.***> wrote:
I'll submit a PR
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwk5uT1yU3lt_5LYZVkj2lnlPrRqlC_ks5umetUgaJpZM4XlQ2d>
.
|
Generate a Client on
(https://www.instagram.com/developer/clients/manage/ ) and put an URL
on Redirect-UI
Don't forget to unmark the field "Disable implicit OAuth" at the tab "Security".
After this you takes the values setted on CLIENT_ID and REDIRECT-URI
and replace on this url:
https://api.instagram.com/oauth/authorize/?client_id=CLIENT-ID&redirect_uri=REDIRECT-URI&response_type=token
Em sex, 19 de out de 2018 às 13:25, Dimitrios Kapsalis <
[email protected]> escreveu:
Awesome! I will review the pull and merge it into the main source.
Can you explain how you got a token to use the Instagram API? I was stuck
with that step which prevented me from continuing the development
On Fri, Oct 19, 2018 at 10:10 AM bemanuel ***@***.***>
wrote:
> I'll submit a PR
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <
#18 (comment)
>,
> or mute the thread
> <
https://github.com/notifications/unsubscribe-auth/AAwk5uT1yU3lt_5LYZVkj2lnlPrRqlC_ks5umetUgaJpZM4XlQ2d
>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARoUDPAgRjyI8I7Fgn207y2sW7cVWUgAks5umf0QgaJpZM4XlQ2d>
.
--
Site - https://nxfilter.net.br
Tutorial - https://nxfilter.net.br/tutorial/
Jahaslist - https://nxfilter.net.br/jahaslist/
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way do play automatically the videos posted and show the legend of pictures?
The text was updated successfully, but these errors were encountered: