In this video I show you how to create a simple web application which converts a location into latitude and longitude using the Google Maps API. Then it uses those coordinates to pull images taken in that location from the Instagram API.
Final PHP file used in this tutorial:
Example Google Maps API call:
Example Instagram API call using Disneyland’s coordinates:
Chrome extension I’m using to make JSON responses readable in the browser:
Outro music:
“Rollin at 5 – electronic” Kevin MacLeod (incompetech.com)
Licensed under Creative Commons: By Attribution 3.0
Nguồn:https://phprealestatescript.com/
Xem Thêm Bài Viết Khác:https://phprealestatescript.com/lap-trinh-php
Try apiplan http://apiplan.com to generate your REST API backend (json) for your next project. You can create unlimited
methods and test communication between your app and backend server (get/post/delete)
Liked the way you said single file nonsense 😁
FAN N°1 of you
This tutorial doesn't work anymore. when making the api call it gives the error message "You must use an API key to authenticate each request to Google Maps Platform APIs. For additional information, please refer to http://g.co/dev/maps-no-account." Should have included how to implement the API key as well.
great tutorial. But toooo fast that I have to view several time to get most of it. It would much effective to slowdown, pause at point to allow catch up and digest. Thank you. Good job still.
i didn't know that Leonardo DiCaprio can code.
Speak slower, please 😳😡
I lost my job few months back before i notice my husband his giving me attitudes, he changed passwords to every account that he has, plus put a pin lock on his phone, i have been searching for ways to retrieve his text messages without installing any software on his phone or having access to it, so far i am not having any luck. I was introduced to this wonderful hacker and he helped me hack and let me gain access to my husband phone with just his phone number only. He help me hack into his phone and i get to know he cheating and all. I was so sad and had to file for divorce, All thanks to this great hacker that helped me get my cheating husband. To all you cheating partners, The God's eye is here for you all, contact him on his email or text him only, His services are cheap, legit and affordable.
Email:([email protected])
What IDE is he using?
My kind of tutorial!
It's Amazing. Thanks Sir
thanks, well done ! short and accurate.
Does not work!
awesome content
nice, i m looking a fedex api with php plz share the document and video
Excellent !!!
It is first time I decreased a video speed 😀
what if i want to get user current address, how do i go about it?
The url gives a error.. Google says i need to send out a API.. While at 4:03 you can do it..
https://maps.googleapis.com/maps/api/geocode/json?address=disneyland,ca
wow no typo, he is god
Tutorial is great, but to fast talk!
Still no idea what REST is. No thanks to his REST video.
Can you please speak faster 😉
what if you're google in this situation? is your REST API a web service written in something like C#??
Bravo. Even a rusted bone lioke me has finally understood the mechanism of a REST API in PHP HTML. thanks a lot
thank you
HOW TO USE GOOGLE DRIVE API TO UPLOAD OR DOWNLOAD FILES OR CHANGE FILE TYPE
I really like your fast way of teaching Man 😊, thanks. I become sleepy when listening to some other guys 😴.
dislike!!!! BC NO AJAX ME SAD AND CRY
I don't care about instagrams api but that files_get_content function made me click thumbs up. cause I didn't know about that func
how could be with user and password ?
sir plj make script af my rechrarge api
http://ip:port/MarsExinRequest?userid=userid&password=password&authno=regnum&reqcommand=rechargeformat&sourceref=paramLong&reqdate=dd/MM/yy&reqtime=HH:mm:ss
PERFECT tutorial!!!
You. Rock.
PHP 🤖
1) MAKE MORE VIDEOS
2) TALK SLOWER
Subscribed! bye!
you are master
i have one question
how to httprequest to api for registration form using php and login using same token
can you help me ?
i am using postmen
Cool tutorial. Thanks.
great production quality. one of if not the best production quality ive seen in a programming tutorial
Still too difficult and cumbersome, you need to know HTML & PHP. I don't get why we can't just have a system where user can just point input field to an api call and select what output you want to receive from that api: input = location ; output = image based on location. It would be great if you could stitch that together like how IFTTT works.
Nice understanding . I like your video. Really very simple explanation for you.
Dude. You are awesome. Not faff, just info. Subbed.
Okay now im fully understand
THAAANKS
This doesn't work anymore. But I understand the point. 🙂
i used same code but I am getting error
{"meta": {"code": 400, "error_type": "OAuthAccessTokenException", "error_message": "The access_token provided is invalid."}}
you fucking speek to quick ramon
English is not my first language and I understand only 50% of what you said, that is, you speak very fast!
Heads up, currently this tutorial will not 100% work as instagram has locked down their api's. You cannot access public data without approval from instagram, which they won't give out unless you have a real use (not just demoing). Even with a real client_id or access_token the scope will not have public data which will cause this to fail to get anything from instagram.
I am confused that yo u never mentioned api access tokens in this video. Do you need access tokens for the example in this video to work?