Is there any way I can search for all public chechkins in facebook using graph api , or maybe checkins are not a part of the accessible public data category ?
Thanks
|
Is there any way I can search for all public chechkins in facebook using graph api , or maybe checkins are not a part of the accessible public data category ? Thanks |
|||
|
|
|
Yes, you can read all information about a checkin from his CHECKIN_ID. You can“t get all checkins available via graph api, you need each CHECKIN_ID in order to get information of each one. Read more here Also take into account, that Checkin objects are deprecated by facebook, instead use Post Objects with a location attached |
|||||||||
|