Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Most complete c++ facebook library

Tags:

c++

facebook

I am looking for a c++ (or C) library to access facebook. I found some libraries doing some things, but they do not seams to be complete.

So, what is the most complete c++ library to access facebook?

EDIT

Found so far : 1) C++ Facebook REST Client 2) facebook-cpp-graph-api

like image 763
BЈовић Avatar asked Mar 13 '11 15:03

BЈовић


1 Answers

From my perspective there is no true complete library as of late for Facebook in c++ best to find the ones you need as you go.

Though I recommend this Facebook api: facebook graph api by meir yanovich

like image 72
Reza M. Avatar answered Nov 12 '22 03:11

Reza M.