google freebase api problem

Asked

Viewed 51 times

0

Does anyone know why this google php API doesn’t work? wanted to use this api to spoil data from a page for example:
Mark Zuckerberg
Programmer
Born: May 14, 1984 (31 years), White Plains, New York, USA
Spouse: Priscilla Chan (since 2012)
Net worth: 35.7 billion USD (2015)
Daughter: Maxima Zuckerberg
Sisters: Randi Zuckerberg, Arielle Zuckerberg, Donna Zuckerberg
Parentage: Karen Zuckerberg, Edward Zuckerberg

$freebase_api_key); $url = $service_url . $topic_id . '? ' . http_build_query($params); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $topic = json_decode(curl_exec($ch), true); curl_close($ch); echo $topic['Property']['/type/Object/name']['values'][0]['value']; ?>

I tried using javascript but nothing came up follows the link of the topic https://developers.google.com/freebase/v1/topic-overview#filter

  • "Warning: The Freebase API will be Retired on June 30, 2015."

  • more we are already in 2016 as it will be presented in June 2015?

  • "Retired" means "discontinued", "retired". This API was discontinued on such a date. Even above says "(Deprecated)". Via Google Translator you get: "Warning: The Freebase API will be retired on June 30, 2015." On March 31, 2015 it became Read-Only, then on June 30 it ceased to exist.

  • you got something to get me dirty?

  • https://developers.google.com/knowledge-graph/#knowledge_graph_entities

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.