Questions tagged [mqlwrite]

8 questions
3
votes
1 answer

freebase search api

How can I only return results which have a notable type? IE when I have the default example: https://www.googleapis.com/freebase/v1/search?query=nirvana&indent=true It normally returns something like: { "mid": "/m/015k7", "name": "Gautama…
ere
  • 1,739
  • 3
  • 19
  • 41
2
votes
1 answer

freebase cURL and mqlwrite with PHP

Hi am doing some testing on the Freebase sandbox, but I can't get the following request to work. It hangs for ages then returns nothing. I have also outputted curl_getinfo() if it helps anyone work out where I am going wrong. echo $uri =…
Lizard
  • 43,732
  • 39
  • 106
  • 167
2
votes
1 answer

Login to Freebase for MQLWrite operation

I try to work with Freebase repository. It is possible to make MQLRead request but for this it not necessary to login into repository itself. MQLRead operation is well documented on Freebase wiki site, while no MQLWrite specifications present. Old…
lswa
  • 21
  • 1
1
vote
2 answers

cURL and Freebase's Api

I am having problems with the freebase MQL login service. I am making a post request then the freebase api should send back headers which I will then analyse and get information from. But the only header I am getting is HTTP/1.0 200 OK Code class…
Lizard
  • 43,732
  • 39
  • 106
  • 167
1
vote
1 answer

How to update subobject with mql

I'm working on a calorie counter and I can create new recipes, but I am having problems trying to update an ingredient. I can create an ingredient with the following mql: { id: recipeId, '/food/recipe/ingredients': { create:…
dysbulic
  • 3,005
  • 2
  • 28
  • 48
0
votes
2 answers

Can't make iteration with #property strict

I have this code working without error. Basically, this code is to show value of Moving Averages on five previous bars per 5 minutes. MA's current value is omitted. int TrendMinDurationBar = 5, SlowPeriod = 14, …
R. Silver
  • 1
  • 2
0
votes
1 answer

Google Freebase Login using Google Client lib

I am tring to write to Freebase using MQLWrite. I manage to write using the Freebase Query. I enter the url and get an error saying Login is Required I am using C#. another thing to mention is I do not need a user consent. I created a service…
0
votes
1 answer

How do I update a non-unique property in Freebase?

I've been working on a calorie counter and I'm slowly making progress on my MQL write. The issue that I'm having currently is updating the recipe itself which is in the /common/topic/description property. The query that I am using currently is: [{ …
dysbulic
  • 3,005
  • 2
  • 28
  • 48