summaryrefslogtreecommitdiff
path: root/gfbgraph
diff options
context:
space:
mode:
authorÁlvaro Peña <alvaropg@gmail.com>2015-07-14 20:19:42 +0200
committerÁlvaro Peña <alvaropg@gmail.com>2015-07-14 20:23:53 +0200
commitf6b8d4fe16b695e75b58c836dd309904ca3880a2 (patch)
tree11b9a92a7f22bc356349199a5c71ab60ac9c9c21 /gfbgraph
parentb6a67cc54cf886b26d79207ed2cb61e339dcfe8b (diff)
downloadlibgfbgraph-f6b8d4fe16b695e75b58c836dd309904ca3880a2.tar.gz
Graph: Updated to Graph API v.2.3
Just updated the endpoint and some tests https://bugzilla.gnome.org/show_bug.cgi?id=752380
Diffstat (limited to 'gfbgraph')
-rw-r--r--gfbgraph/gfbgraph-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfbgraph/gfbgraph-common.c b/gfbgraph/gfbgraph-common.c
index 0cafd70..2da1ec4 100644
--- a/gfbgraph/gfbgraph-common.c
+++ b/gfbgraph/gfbgraph-common.c
@@ -1,7 +1,7 @@
/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 8; tab-width: 8 -*- */
/*
* libgfbgraph - GObject library for Facebook Graph API
- * Copyright (C) 2013 Álvaro Peña <alvaropg@gmail.com>
+ * Copyright (C) 2013-2015 Álvaro Peña <alvaropg@gmail.com>
*
* GFBGraph is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -21,7 +21,7 @@
#include <rest/rest-proxy.h>
-#define FACEBOOK_ENDPOINT "https://graph.facebook.com"
+#define FACEBOOK_ENDPOINT "https://graph.facebook.com/v2.3"
/**
* gfbgraph_new_rest_call: