Questions tagged as 'api'

1
answer

Site AngularJS accessing API, authentication question

I have an API written in PHP + Slim, which is being used by an administrative panel, and authentication is via token, which is returned when the panel user logs in. However, I'm doing a site with Angular and would like to reuse the API, but I...
asked by 09.03.2016 / 21:29
1
answer

Change the Google Charts subtitle line

I'm currently using the Google API to generate some graphs, but I noticed that when there are small percentages, eg 0.94%, 1.2%, it makes reading the labels a bit confusing, "one in top of the other ". Is it possible to change the "Path" line of...
asked by 17.03.2016 / 17:39
2
answers

graph with data from a REST service

I have a REST service done in PHP and it returns me data in JSON . When consuming the API url in REST, I need to display the data in graphs made in javascript. Does anyone know of any framework in JS that generates graphs of a...
asked by 13.05.2016 / 15:47
1
answer

How to send data by XML file through an API integration to the server

I am using the Framework Codeigniter and trying to do a system integration via API using XML. I have to make a file upload with XML parameters to a server via post. Basically the server has to receive a string with date = xml content. I te...
asked by 26.11.2015 / 14:03
3
answers

Collect the instagram tag images for the site

Good evening! I would like to create something like what you can see at the bottom of this page: link Show all the photos that are tagged #taflovessneakers and I would like to do the same for my website Is it a very complex job? I have s...
asked by 03.05.2015 / 01:32
1
answer

Send message from a java web application to whatsapp [closed]

Well, I would like to know if there is a possibility to send a java web application message to the whatsapp application. Is there a class or api that can help? Example: the person makes a purchase and when that purchase is made, send a messag...
asked by 18.03.2015 / 13:09
1
answer

What tools / frameworks are available to create a restful API in PHP? [closed]

Is there any tool of this type that facilitates the development of a RESTful API? I've heard of the Slim Framework, but wanted to know more tools. ----- edited To be more specific, I want to make a RESTful API to grab data from a MySQL DB and...
asked by 17.07.2015 / 18:33
2
answers

Share Facebook

The documentation for facebook is a bit flawed. What parameters should I pass to share a product and your photo on facebook coming from a website? I create the page path: $url = $base_url."index.php/{$controller}/".join('/',$parametros);...
asked by 25.03.2015 / 18:01
2
answers

What is the difference between open and opendir calls on UNIX?

If the opening of files is used the system call open, because there is another system call to open files directory (opendir), if a directory is a file type? Was not it just a call for all file types?     
asked by 31.10.2014 / 05:28
1
answer

Search name region / city php

I'm using Yahoo's Weather API. The thing is, I want the time to be presented to the user's location. Given that I am using the following: $BASE_URL = "http://query.yahooapis.com/v1/public/yql"; $yql_query = 'select item from weather.forecas...
asked by 20.07.2016 / 11:25