Facebook API
Now I should do some work in investgate Facebook API. The Facebook API can be called as the following format( I use php as an example):
1 | <?php |
The structure of the above codes is:
- set api_key and secret_key by your own
- send facebook_config to Facebook class and create an object of Facebook.
- call some method of this object and get some data of facebook which you want
- using those data to create an application
The flow diagram of calling facebook api is:
Chinese version is here: