Questions tagged as 'api'

1
answer

Facebook Messenger API does not respond to new users [closed]

I have an APP on Facebook Developers, a BOT for Messenger. It responds to testers and admins. But for new users do not. My application is already public, has passed the approval. I have seen many with this doubt but no answer about the problem....
asked by 29.06.2017 / 21:32
1
answer

Google Maps API

I have the following situation: The geographic location of my Country is: longitude de 73°59’32 (A OESTE) longitude 34°47’30 (A Leste) latitude 5°16’20 (Ao Norte) latitude 33°45’03 (Ao sul) I'm using the example provided by Google called...
asked by 20.05.2017 / 03:46
1
answer

Python API to get real-time commodity values

I need an API that can provide real-time commodity prices (more specifically, Arabica coffee prices) I know almost nothing about the stock market, but I did a little research and found that the "symbols" used for Arabica Coffee are something...
asked by 04.06.2017 / 02:44
1
answer

HOW TO MAKE A GetAsync in an ASP.NET API passing an object as a parameter?

I would like to know how to send an object as a parameter to an API made in ASP.NET and return data by it? I understand that the simple method of a Get is: HttpClient cliente = new HttpClient(); string url = "http://localhost:50501/api/val...
asked by 03.06.2017 / 01:17
1
answer

Login Authentication / JsonObject

   I have a get code that gets the email and password from the database. But in getString it only compares to a term, how do I use equals with all users of the database and do not filter by ID. . That's my code: private class UserLoginTask e...
asked by 15.05.2017 / 21:34
1
answer

How to display HTML elements in an Android TextView?

I'm developing an Api that returns some texts, but these texts have tag HTML, be bold <b> or line <P> would like to know how best to print this in TextView , or if I have to sort the text before sending it to th...
asked by 22.03.2017 / 12:29
1
answer

How do I get the list of shares from a Facebook post?

I'm trying to get the list of shares from a publication but it looks like something is wrong; When I use 1365084196885691/sharedposts in the Facebook API I get the following JSON : { "data": [ { "story": "Leo Letto...
asked by 23.03.2017 / 13:29
1
answer

How to return request status code Java RestEasy

It is very intuitive to do a return of the API with an object or something, but would like to return an object along with the status code of the request. @Override @GET @Path("/{num}/{cod}") public Foo getFoo(@PathParam("num") long numFoo, @Pa...
asked by 21.02.2017 / 13:47
2
answers

load div with ajax without error in replies

I have a problem with my ajax script, its function is to get the zipped key and bring its values via the API, but it is presenting an error that I can not solve, typing the full zip it shows exactly the information but they disappear next! then...
asked by 12.01.2017 / 23:18
1
answer

GoogleApiClient inside the recycleViewAdapter?

The app has a fragment with recyclerview and FAB . Clicking FAB opens a dialog where the user enters addresses, among other information. The address input fields are of type AutoCompleteTextView and receive address...
asked by 03.02.2017 / 01:12