12

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

BЈовић
  • 62,405
  • 41
  • 173
  • 273

1 Answers1

4

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

Reza M.
  • 1,205
  • 14
  • 33