Questions tagged [factual]

Factual, launched in October 2009, is an open data platform developed to maximize data accuracy, transparency, and accessibility. It provides access through web service APIs and reusable, customisable web applications.

20 questions
3
votes
1 answer

Unable to access JSON response from AJAX API call

I am unable to access and append the response from a AJAX call to the factual API. I am receiving undefined errors however I try and structure the code accessing and iterating over the response. I have managed to successfully log the data to…
dendog
  • 2,034
  • 1
  • 16
  • 36
3
votes
0 answers

Factual crosswalk api, can I get a place's foursquare venue id with its corresponding facebook page id in 1 request?

I have a database full of places with the facebook page id's. I'd like to map them to the corresponding foursquare venue id with the factual api. The problem is when I try to issue a request and set the namespace id to the facebook id all I get back…
Brian
  • 4,030
  • 12
  • 53
  • 96
3
votes
3 answers

A PHP Error using Factual

I am using Codeigniter as my PHP framework. When I run the factual API I get results but there are PHP warnings. Severity: Warning Message: include(/home/bwilson/public_html/factual/CI_DB.php): failed to open stream: No such file or directory…
Brandon Wilson
  • 4,099
  • 7
  • 51
  • 82
2
votes
1 answer

Get Instagram profile page from an id

I have been using Factual Places & Crosswalk API to get Social Media links on some specific places on my iOS app. The API returns proper links for Facebook & Twitter. But for Instagram it just return an id, something like this 79471948. I was…
Mohanadevi
  • 257
  • 4
  • 19
2
votes
1 answer

Get places photos from Factual API

I am using Factual API to list places and restaurants from its restaurants-us schema. I can retrieve all the required fields of information except the images of the places. Is there any way to get the images from Factual API? Or any other way to…
TechyTee
  • 1,729
  • 2
  • 22
  • 44
1
vote
2 answers

PHP error when trying to access Factual API

I am using WAMP for my PHP framework. I am trying to test this code limit(3); $res=…
1
vote
1 answer

Factual API and coldfusion

I took the java implementation of the Factual API (reference http://developer.factual.com/) and made a JAR file for factual. I did this by opening a new project in eclipse with the factual java files and then exporting to a new jar file. I put…
1
vote
0 answers

In Factual how to get results with unique field values (similar to GROUP BY in SQL)?

I've just set out on the path to discovery of Factual API and I cannot see how to achieve a retrieval of a selection of entries each with a unique value in the specified field. For example, give me 10 results from various…
Johnny Baloney
  • 2,931
  • 1
  • 27
  • 34
1
vote
0 answers

ios 8.1 - UITableView Freezing from Asynchronous Reload

Bear with the noob... There are several similar questions on this issue, mainly dealing with pulling asynchronous data from a given source and populating a UITableView. In reviewing these and trying several listed solutions, I'm still showing the…
Michael James
  • 350
  • 4
  • 15
1
vote
1 answer

how to search an obj for a variable, given variable name as string

I have a large list of objects, the object contains things like string name, string address, string city. I want to create a findEqualsMatch method like this.. where it takes in a string called varName, and then searches the variable of the object…
mathERSI
  • 66
  • 3
1
vote
1 answer

How do i implement factual in Ruby?

I chose "factual-api" gem after looking at the factual website. May I know how do I set it up and use the function to get the locations of those areas? Can I write it in the controller/model? After trying to install the gem, I get this when I look…
Edwin
  • 55
  • 1
  • 7
0
votes
3 answers

Factual API vs Google Places API in terms of Distance Matrix (distance and time)

I need enough accuracy in my app but Google Places seems to be poorly accurate filtering by category. So I'm considering migrating to Factual API. Do you guys have used it? What do you think about its accuracy? In the other hand, I NEED to know the…
Samui
  • 1,344
  • 3
  • 14
  • 27
0
votes
2 answers

Combining Google and Factual APIs?

I am using the Factual API along with the Google Maps API to get data for Restaurants in a certain city. As the name suggests, Factual deals with Factual data and does not include Restaurant images as apart of their API. Does anybody know if it is…
Trenton Tyler
  • 524
  • 1
  • 7
  • 20
0
votes
1 answer

Factual API restaurant images

Is it possible to get pictures of the restaurant from the Factual API? I have not been able to find anything about it in the documentation.
0
votes
0 answers

Verify error my android app using factual

Hello i am develop one app in android studio using factual api to find restaurants. The code of the Main Activity is this(i have the keys, i just replace now with xxx) public class MainActivity extends Activity { protected Factual factual = new…
1
2