I am trying to create an application where I allow a registered user to be able to register in places on Facebook. However, for some reason I cannot do this work. I suggested that this is possible with Api, since the recording functionality has been added to it, but I could not find a clear explanation on the Internet. this is what I have, after I asked the user to allow the publication of checks for user_checkins as well.
<?php require("src/facebook.php"); $facebook = new Facebook(array( 'appId' => 'xxxxxxxxx', 'secret' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx', 'cookie' => true ));
The code works when I change its 'checkins' to 'feed'. Something is wrong with my code, or I'm trying to do something that is impossible (or do it wrong).
Any help would be greatly appreciated, since I had already spent a lot of time trying to fix it, but I just can't get it to work.
Yours faithfully,
Marcus Joe
php facebook facebook-graph-api
Marc hoogvliet
source share