Questions tagged as 'api'

1
answer

Obligate to allow email in facebook api

Hello. I've been using facebook's api (http) for some time, but I detected a problem a few days ago ... There are people removing the email permission which later causes inconsistencies in the system. Is there a way to force you to see th...
asked by 12.10.2015 / 17:36
1
answer

Insert product in the Free Market with PHP

I'm taking a look at the Free Market API, and I can not find anything about entering products. Some platforms are already giving this possibility, but I can not find anything about it. Has anyone done it yet? or have you seen any documenta...
asked by 14.09.2015 / 22:27
1
answer

Communication with the Google Calendar API using REST

I'm using Scribe to authenticate with API of Google Calendar . Authentication with Google is done successfully returning accessToken with no problems. When I try to add a CalendarList , through the following code...
asked by 05.12.2014 / 23:46
2
answers

Handling different returns from JSON

I'm working on an API integration with JSON. I have not implemented anything yet in my C # code, I am currently studying the API but I have already had a question. I have a login method that if successful returns me a type of response, and if...
asked by 18.06.2015 / 16:42
1
answer

How to get the list of site users through the Stack Overflow API?

I need to loop through the Stack Overflow API to generate data for all forum users, but I do not know how users' ids are generated at the time of registration. Does anyone know how user IDs are generated? They are not growing, I think.     
asked by 23.07.2014 / 03:40
1
answer

Use the data of a request in a global variable

I have a difficulty that I'm sure is simple for you! var request = require('request') var a var b request('https://exrates.me/openapi/v1/public/ticker?currency_pair=eth_usd', function (error, response, body) { a = JSON.parse(body) b...
asked by 30.09.2018 / 16:17
1
answer

Bing API Consumption

I need to get the address of a Bing API image:    link This API returns me a JSON that contains this information I want, but I can not access it: { "images": [ { "startdate": "20181023", "fullstartdate": "20181023070...
asked by 23.10.2018 / 17:25
2
answers

API in PHP to use in Xamarin

I am creating an API to create the connection to MySQL. Can I use PHP to create this API? Can I use this API on iOS? I've seen in many places ( example ) I can use this API for Android, but I did not see anyone using it for iOS.     
asked by 25.09.2018 / 04:52
1
answer

DDD + Entityframework + Migrations + SQL Server

Hello, I have a Solution that I am implementing the DDD architecture with Entityframework, migrations and SQL Server! However, I am not able to connect to my local database when performing the migrations command: 'Updata-database'! I believe tha...
asked by 09.05.2018 / 23:51
1
answer

How do I get the given 'distance' in JSON in this example?

How do I get the given 'distance' in JSON in this example? $url = "https://maps.googleapis.com/maps/api/distancematrix/json?units=imperial&origins=86015-810&destinations=86830-000&key=AIzaSyDL6_dJ-Mbi_03_g6lHhWibxY22Z2UeYZQ"; $jso...
asked by 13.04.2018 / 20:27