Questions tagged as 'api'

0
answers

Thumbnail of youtube does not occupy total size of div

Good people! I have a problem, I am using the youtube API to import the thumbnails to my website, these thumbnails should occupy the size of the divs, but no, they all have different sizes and the titles deform the css ... HTML: <div...
asked by 13.05.2018 / 03:17
0
answers

Verify that object arrived via the Post API

I'm making use of the Post API. I was able to track objects perfectly. However, there is still an action to complete the ra- tification: verify that the object has arrived. I wanted the API to execute a method from my application and settase...
asked by 03.05.2018 / 21:15
0
answers

Integrate public calendars from Google Calendar with PHP + Laravel

I've been researching a lot to find the solution to this problem: I need to integrate Google Calendar calendars into my system (Laravel) but only find ways to do with authentication (the person allows the API and then manages their own data.)...
asked by 02.05.2018 / 13:57
0
answers

Facebook API change user password

Does the facebook API have any features that allow you to change the user's password? PS. With the permission of the user.     
asked by 29.04.2018 / 23:19
0
answers

I wonder if this delete user function is correct?

$data = file_get_contents("php://input"); $objData = json_decode($data); $id = $objData; $db = new PDO("mysql:host=mysql.hostinger.com.br;dbname=u460090852_aula", "u460090852_ionic", "123456"); if(isset($id) && $id !...
asked by 18.04.2018 / 16:40
0
answers

Adding Waze paths with Waze api in Java

Talk the guys. I need to implement a navigation routine with waze, where I have the point of origin the point of stop and a third point that is the final destination, does anyone have any idea how to carry out the procedure so that it works this...
asked by 12.04.2018 / 19:56
0
answers

Receive values from a ManytoMany table in Doctrine

I'm doing a PHP Rest API using doctrine as database manager, one of my tables has a'ManyToMany 'relation, and every time I do the get my'ManyToMany' column returns empty. As an API base I am using this water-sale code and using the Youtube...
asked by 11.04.2018 / 21:19
0
answers

APi Twitter without paging

Good morning guys. I'm using the twitter API to do a text mining for my tcc. URL: link I put a count = 100. But it only returns me 15 tweets at a time, so I have to do a paging. Can anyone tell me if I have to disable paging and bring it...
asked by 21.04.2018 / 15:27
0
answers

Passing more than one paramero ordered in the API

Well, I have the following code in React getAllSearch = (token, parameter) => fetch('${api}/api?orderBy=DISCOUNT${parameter}', fetch('${api}/api?orderBy=BIGGER_PRICE${parameter}', fetch('${api}/api?orderBy=LOWER_PRICE${parameter}',...
asked by 10.04.2018 / 21:09
0
answers

Configure - Graph API explorer - Show Face Groups

How do I configure my API, Graph API explorer from my faceboock to use the Token so that it shows / lists my My Face Groups? I do not know how to configure because I have a system that uses the user token of this api to show my Groups and Page...
asked by 10.04.2018 / 03:42