how can i invoke facebook http rest api whitout facebook api lib's (java or C++)
- by user63898
Hi
i like to preform simple facebook api call via http rest
but whiteout using facebook java/c++ pre made lib
plain http call
i already done the authorization part and i have the session id and all that .
i just like to see what i need to preform api call over http
thanks