Is possible to create a singleton c++ to authenticate and post in the wall using HTTP request to Facebook API? -


i'm working on linux.

i have been looking method post on facebook c++ app (that runs in android , iphone using cocos2d-x). have found code in c++ post on facebook , twitter, not compile on linux. this or this.

in theory, think, using http request, easy do, i'm not sure.

the same question on cocosd2-x forum.

some idea theory?

is possible, better use oficial libraries, added in this wiki

this possible using curl. here link1 compile on cocos2d-x library, , example2 using cocos2d-x.

link1: http://www.cocos2d-x.org/projects/cocos2d-x/wiki/how_to_compile_libcurl

example2: http://www.jesusbosch.com/2012/08/internet-communications-with-cocos2d-x.html


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -