I've some problem when posting an activity to opengraph.. for example:
- user A login in my app and give a comment on article XX then the activity posted to their facebook profile
- then.. user A logout facebook, that will automatically expired their access_token
- user A still login in my app and give another comment and of course the activity will not posted to his facebook profile because he's logout from facebook
what I want to do is:
when user A logout facebook, then give a comment on article in my app.. then user A login facebook again the activity will posted to their facebook profile.. I'm sure this is posible. because http://www.foodspotting.com/ can do that.. but I can't figured out how to do?
Thanks