FullContact is an online address book service with APIs for Java, iOS, PHP, jQuery and more.
Questions tagged [fullcontact]
21 questions
0
votes
2 answers
Handling third party API 400/500 responses in my RAILS controllers
I'm learning how to implement third party APIs into my rails app but struggling handling error responses.
More specifically, I'm trying to implement Full Contact API with the gem fullcontact-api-ruby. I've sorted out the authentication with my API…

alopez02
- 1,524
- 2
- 17
- 36
0
votes
1 answer
dealing with 'undefined' properties in Meteor.method
I've created a function in my Meteor application, which is set to 'enrich' the data contained within a meteor collection. The function is meant to iterate over a collection, utilize the fullcontact API to pull additional data on all the client…

Philipp
- 21
- 5
0
votes
1 answer
Caused by: java.lang.NoSuchMethodError: com.squareup.okhttp.internal.Internal.getHttpUrlChecked
I am getting this error while trying to hit FullContact API server. I am using okhttp 2.7.5 and okhttp-urlconnection 2.7.5 and retrofit 1.9.0.
Caused by: java.lang.NoSuchMethodError:…

Ajit Kumar
- 41
- 1
- 7
0
votes
1 answer
User Profile: Birthday VS Anniversary
I am creating a contact list and as usual I like to see how others do it. I went to see full-contact and they have 2 fields on the users profile, one for birthday and another for anniversary.
I thought that they where the same, but apparently they…

Ignacio Correia
- 3,611
- 8
- 39
- 68
0
votes
3 answers
How to use POST request in PHP with FullContactAPI for Batch Requests?
I am not able to request for data in batch from fullcontact API. The response received is "invalid query object" using the following code:
$urltopost = "https://api.fullcontact.com/v2/batch.json?apiKey=xxxxxxxxxx";
$datatopost = array (
…
user2483119
-1
votes
1 answer
How to GET json data from API with a header
I'm trying to get JSON data from an API using NodeJS and Express, but it requires a header I'm not sure how to input the header into the get request.
The documentation says:
curl -H"X-FullContact-APIKey:$your_key"…

James Matziak
- 3
- 2