Does anyone have any tuto talking about this, or can you explain me by giving some example?
I searched the net but everything was kind of clueless, so I came here to find out more. Is anyone able to respond please?
Thanks for your help ..
...
Previously I had opened an error question in the pagseguro API, well, I managed to solve it. Now my problem is another ... I can not receive the notifications of the pagseguro. I already configured the URL in the pagseguro panel, but I do not re...
I'm developing an API, and one of the modules is the ACL (access control list) in the Laravel Framework.
I came to a problem that I have not yet found plausible solutions, which is like testing values that get more than one parameter inside i...
Good morning, I have the following problem, using an api php.
I make a call that returns me:
Then when I give echo var_dump () says to be string (27398), I then do json_decode () and do a print_r (var_dump ()); and says NULL, so I have...
I want to get all the photos with a specific HASHTAG, but when using the following URL offered by the Instagram API ...
*
https://api.instagram.com/v1/tags/{tag-name}?access_token=ACCESS-TOKEN
*
... it simply returns my ph...
I'm doing a site in which I use Google Maps API to route the buses and I need to convert the captured address into an input in coordinates, and display them in another input to go with it (I'm doing this with a js alert and it's driving me crazy...