Most voted "api" questions
API stands for Application Programming Interface. The program’s API defines the correct way for a developer to request services from that program. Use this tag to ask about API across the board. Always prefer more specific tags, such as win-api, file-api, web-api, google-api, google-maps-api-3. There is no need to use this tag in conjunction with a more specific one. This would bring confusion and work as a metatag
Learn more…1,192 questions
Sort by count of
-
1
votes1
answer39
viewsHow to hide personal data on the front end
When we want to hide some personal data in the back end we use the file .env, and then retrieves this information using process.env.[KEY_NAME], but that only works in the back end because as the…
-
1
votes1
answer31
viewsBody of the request (req.body) returning empty object when submitting form
I have basically two files. HTML, so: <form action="/result", method="POST"> <input id="phrase" type="text" name="phrase" value="Processar frase" /> <input type="submit"…
-
1
votes0
answers15
viewsUBER API, authentication scope
During Dashboard Uber configuration the privilege scopes are not displayed, but during authentication call to obtain the access token at least one scope is required. The configuration screen always…
-
1
votes1
answer43
viewsImages with Uri from the React Native API
In the database I save the image path along with the other posting information, ai on the page I want the image to appear I use a flatlist listing the posts and showing your image if that post has:…
-
1
votes0
answers25
viewsConcurrent React JS requests with queued AXIOS, without using Promise.all or Promise.allSettled
I have the following situation: a form with a single input and a list with results that will be displayed on screen. The idea is for the user to enter a code in the input, and when changing the…
-
0
votes1
answer72
viewsTwitter API user_timeline request error
I’m having a hard time finding any material that explains how I use the Twitter API for take the most recent publications of a particular user and display them on my website. According to the…
-
0
votes1
answer819
viewsAdd bookmark on map ANDROID
Good night, I have an application with a map in a Swipe tab, but I want the map to mark a point on the map and start at that point. thanks in advance. Together send the JAVA: public class Mapa…
android eclipse api android-fragment google-maps-android-api-2asked 10 years, 3 months ago SaPires 175 -
0
votes1
answer97
viewsRecover users from a particular locale with Facebook API
I would like to know how I can mount an HTTP request for the Facebook API, which brings me all users from a particular location. Example:https://graph.facebook.com/98423808305 returns the JSON to a…
-
0
votes5
answers2514
viewsSecure API does not return purchase status
Previously I had opened an error question in the pagseguro API, well, I managed to solve it. Now my problem is another... I can’t get paid notifications. I already set up the URL in the…
-
0
votes1
answer984
viewsUpload C# API file
I have a C#MVC application, which is a web system. And I have a C# API that receives calls from the Site. I need to send a file from the Site to the API, I did the code as follows: Sending Site Code…
-
0
votes1
answer163
viewsHow to safely use passwords within an Android app?
I’m developing an Android application where I need to authenticate the app user and return some information, but this information will be in a remote database (Mysql)then for this I have developed…
-
0
votes0
answers49
viewsHow do I insert a social counter into my website?
I would like to insert a social counter on my website, however I don’t want anything from outside services (use iframes for example), such as Shareholic. I want something more internal, via API or…
-
0
votes1
answer2007
viewsError occurring in specific API versions
When I create a new project And I choose the minimum SDK 10 He creates the Android package with the main.java and activy_main.xml (and other things) except that when it compiles the codes of these…
-
0
votes0
answers41
viewsIs there a way to update PHP within HTML without having to reload the page?
Is there a way to update PHP within HTML without having to reload the HTML page? I have a page that shows the response time of an API but so that the response time can be updated frequently I use…
-
0
votes1
answer31
viewsHow to add new property to the Gmsmarker class?
Adding a new property to this class. I added it to the Gmsmarker. h file, but while trying to use the new property I received this error: -[Gmsmarker setIdRegister:]: unrecognized selector sent to…
-
0
votes1
answer49
viewsHow to pass map data to be displayed by another class?
I’m using Google’s Maps API for iOS. I was doing some testing and I set up a UIView as a subclass of GMSMapView and kept a pointer for her in ViewController, getting: #import <UIKit/UIKit.h>…
-
0
votes1
answer408
viewsProblems with the Instagram API?
Hello. I need to pick up several Instagram posts and for that I made a simple classes using CURL to pick up Json from Instagram. For this I used a token and a normal userid. When the first request…
-
0
votes1
answer383
viewsError if user does not release Geolocation
I’m putting geolocation on a client site, only I’m having a problem doing some function that calls a alert() if the user does not give permission for the browser to use geolocation. What I want is…
-
0
votes1
answer166
viewsHow does social application integration work?
Lately it has become increasingly common to integrate applications of various types into social networks, such as Facebook, Twitter and even Github. I wanted to understand how this integration…
-
0
votes1
answer216
viewsHow to use Last.fm API?
I need to make an iOS app that works with Last.fm API and it all starts out by making a request to authenticate the user. My question is: how do I do it with Swift. I’m a beginner, so I don’t quite…
-
0
votes1
answer1111
viewsHTTP error 400 - "senderName invalid value" and "Must fit the patern: d+. d{2}2"
I’m having a problem using the Pagseguro v2.5.0 api. I don’t know how to create the sendbox, appID and the following message appears when I send the data to the pagseguro: [HTTP 400] - BAD_REQUEST 0…
apiasked 9 years, 3 months ago GustavoSevero 2,567 -
0
votes2
answers130
viewsGoogle Maps Key
I have a function that carries the API of Google Maps, but every time I try to change the url, whether to use my key, or even to add to library Places to be able to use the search services I have…
-
0
votes1
answer360
viewsMarker Google Maps pulls only 1 address between several
I’m using the Google Maps API to make a map with markers on top of the address I report and also an auto complete on input. The problem is that if I put for example my home address in the input and…
-
0
votes1
answer81
viewsAPI Distancematrix - Get travel time information
I researched a lot and ended up discovering that to discover the duration of travel between two points considering the traffic it is necessary to pay. Beauty! So how do I get the duration without…
-
0
votes0
answers390
viewsSlim 3 Framework - hosted in subdirectory
I have an api hosted on the local development machine in the following directory: root/www/api/v2 If I access by serving by apache, my routes are not recognized, not even if I access by…
-
0
votes2
answers2561
viewsWhere is the Aliexpress API
Well, I can’t find where the Aliexpress API can be, to give me some features and leave some things I do manually, automatic. Not that I think it’s the company’s obligation to provide an API, but I…
-
0
votes1
answer1219
viewsFacebook API Python
Personal is it possible to list ALL groups of a friend on the face? Like show the groups he is in? I found this code but it’s not what I want, it just shows friends: import urllib2 import json url =…
-
0
votes0
answers47
viewsAndroid does not recognize parse.parse.initialize
I’m on my first project with Android consuming the parse API. I followed the tutorial to the letter and always get the same error: could not find method com.parse.Parse.initialize I use ADT with…
-
0
votes1
answer842
viewsIs there a graphical interface Apis for Graphs on android?
I searched a lot on the Internet but found nothing corresponding in Portuguese and in English I found some things but no resolution about it. Does anyone have any knowledge about the existence of a…
-
0
votes1
answer240
viewsHow to resolve the issue with the route in Node.js?
Using Node.js, this application should populate the terminal with tweets (the file name is tweet_counter.js): var ntwitter = require('ntwitter'), credentials = require('./credentials.json'),…
-
0
votes1
answer266
viewsHow to get issues through the Redmine REST API
Using the API of Redmine using the wrapper of Kevin Saliou, I’m trying to get the issues of a particular project but is not being returned correctly, both issues open as to the closed are incorrect.…
-
0
votes1
answer113
viewsStart a project on Symfony2 with Apirest
I am new to symfony2 and I have a whole web project already working that I developed to learn and have a differential when it comes to looking for an internship, but now I would like to start…
-
0
votes0
answers58
viewsAuthentication failure - Google Maps Api
Hello. Since last week I have been having a problem with my application that uses the Google Maps API V2. Simply, my key has stopped working. After that I have created new keys and it no longer…
-
0
votes0
answers94
viewsAndroid app can’t pull Wordpress data
I developed an application in Java for Android, together I installed in my server in Hostinger Wordpress with the REST API. However, after running the application on my mobile, it can not download…
-
0
votes2
answers1925
viewsWhat is Serialize and Deserialize for?
My question is what’s the point Serialize and Deserialize in C#. I have an API and am having some problems with this issue so I want to understand better.
-
0
votes1
answer43
viewsHandle one item at a time in the API
I have a API that makes the POST of Item in the database, but before doing the POST she makes a GET to obtain a code for the Item that will be saved. NOTE: this code cannot be repeated in the…
-
0
votes0
answers90
viewsHow does the Rest Api with updated Fifa ranking?
I’m developing a mobile app for sports results, but I’m running into a problem. I need an api that returns me the updated Fifa ranking. Thank you for your attention
-
0
votes0
answers3643
viewsHow do I share a direct URL or image on Instagram?
How it’s done on Facebook: http://www.facebook.com/sharer.php?u=<?php echo MINHA_URL;?> And on Twitter: https://twitter.com/intent/tweet?text=<?php echo TEXTO.' '.MINHA_URL?> I walked…
-
0
votes1
answer704
views -
0
votes2
answers869
viewsPassing a controller variable to a service
angular.module('myApp').controller('paginasCtrl', function($scope, CarregaItens) { function carregaPaginas () { CarregaItens.getPaginas() .success(function (data) { $scope.paginas = data; }) };…
-
0
votes1
answer596
viewsGoogle drive api integration doesn’t work. how do I fix it?
i want to integrate the google drive api into my app. it runs but does not connect, as if it did not receive the information that was sent. How do I fix this? The code is the google itself that…
-
0
votes1
answer851
views -
0
votes1
answer149
viewsRest API Django does not work
I have a problem in Python/Django. The tables school and school_application_info are related. However, there is no record of any school_id in school_application_info. So I added null=True,…
-
0
votes0
answers65
viewsAPI Rest returning 405 php
I am running the following code: <?php $data_string['MerchantOrderId'] = "2014111703"; $data_string['Customer']['Name'] = "Comprador Teste"; $data_string['Payment']['Type'] = "CreditCard";…
-
0
votes0
answers312
viewsEmpty PHP API request page
I’m trying to make a request for the url: http://api.olhovivo.sptrans.com.br/v0/Login/Autenticar?token=XXXX and the response if token valid should be true. I’ve tried several ways using Curl and…
-
0
votes1
answer419
viewsHow to know which network a video belongs to?
How to know which network a video belongs through the youtube api?
-
0
votes1
answer335
viewsNews API as a service
I would like to display random news from Brazil and the world in my app while the user is processing a request. Does anyone know any service/API that can provide me with a Json of I handle?
-
0
votes1
answer169
viewsHow do I use the Youtube API?
I have a page with a video that opens in a modal, I need it to be paused when the modal is hidden. I tried examples I found on other sites but it didn’t work. I need to add some extra file to use…
-
0
votes0
answers296
viewsWhat is the best way to hide API Keys?
When you’re sharing a repository and don’t want the person to have access to the key of some API, what’s the best way to hide?
-
0
votes0
answers151
viewsSearch API stopped returning XML
I’m trying to access the address http://sandbox.buscape.com.br/service/findProductList/554163674d2f57624d676f3d/BR/? categoryId=77&keyword=Samsung by the browser but stopped returning the XML.…