im trying to make a small bot with my facebook app.
i've an Facebook app, people registered to my app through facebook.
i want my bot to check every day checkins of my users (launch with scheduler like cron)
since the bot is not accessed by a user, is there any way to retrieve access token for a user to get checkins information? via graph api?
i read that access_token expires, event offline_token can not be used forever.
i have tryed to store fb_uid and user code generated when registering, but that is not working...
thanks.
best regards.