Questions tagged as 'api'

1
answer

Integration (angularJS) with random phrases API

I'm trying to use angularJS to pull data from the following API that generates random phrases: link Here is a snippet of the code I am using: $http({ method: 'GET', url: ' http://api.forismatic.com/api/1.0/?method=getQuote&ke...
asked by 28.08.2016 / 00:33
1
answer

Facebook API - Get photo (with defined size) with other information (name, email, id)?

I need to get the id, name, email and photo of the person upon clicking. I'm doing it this way so far but it's in trouble: <script type="text/javascript"> function statusChangeCallback(response) { if (response.status === 'connec...
asked by 23.05.2016 / 21:17
1
answer

How to create signature in asp.net with pagseguro

Hello, I've researched all over the place and I have not found how to integrate a signature into my system in ASP.NET MVC with the pagseguro. I used this code and my feedback is not working when I add this preapproval! //*********************...
asked by 08.07.2016 / 19:04
1
answer

Filtering json data with schema attribute

I have JSON in this format: { "1": { "cidade":"cidade1", "name":"nome1" }, "2": { "cidade":"cidade2", "name":"nome2" } } I need to filter the data from this json. For this I made a model.js var mongoose = req...
asked by 25.05.2016 / 22:25
2
answers

API facial recognition [closed]

Personal I'm looking to work on a system for my face recognition CBT. Is there any API that does this for me? It can be any language. Thank you.     
asked by 24.02.2016 / 01:38
1
answer

Facebook API with Javascript SDK is returning only name and id

Hello, I'm trying to use facebook's api to login on a certain page, it worked fine, but the data return only takes an object with name and id, I read some articles and I saw that the object usually returns: {name: ,id: , email: , comments: ,...
asked by 13.03.2016 / 16:33
2
answers

Because param ["value"] is returning nothing

I am creating a project in Ruby on Rails, where I create a cry with the following route in postman: POST:http://localhost:3000/api/yells { "user_id":"1", "title":"caneca", "desciption":"beber", "yell_type":"oferta", "price"...
asked by 26.01.2016 / 18:39
1
answer

Synchronize Cordova-generated files in IOS app with cloud servers

As per , I'm developing an application and part of it's functionality is to run a sort of CRUD on directories and files through an IOS application, which based on the answer of the previous question will be done through the CORD using request...
asked by 17.04.2016 / 06:59
1
answer

PHP Crawlers for external sites API PHPcrawl

Good evening person I am new to the subject, I am trying to build a search engine for external sites (indexer) with PHP, I found an API, which makes a Crawler available, but it seems to only search for things inside only a specific site, the API...
asked by 09.12.2015 / 15:14
1
answer

Ruby doubt apis

I was reading in the ruby documentation on the link about the default ruby classes, but I saw that it has more classes than documentation shows how yaml, where can i find these apis? I want to know which apis exist in ruby.     
asked by 18.09.2015 / 15:24