How to delete the saved facebook application from codeigniter?
Can any body help me how to delete the facebook saved app using php codeigniter.
Here is my code first i load the fb library then how to delete the the specific app using this library?
$this->load->library('facebook');
$user = $this->facebook->user();
//here how to send a request to the facebook to delete an requested application
Thanks in advance
Total Views: 2 Today Views: 0
















