I am building a small app that authenticates a user with Facebook. After the user is authenticated he can upload an image. Once this image is uploaded it has to be approved by our staff. The image might be approved days later. My concern is in regards to the access token. Once the image is approved I want to be able post to that users wall even if it’s days later. What kind of issues should I consider?
Share
the current expiration period for FB access token is 60 days if the image is being approved after 60 days and the use haven’t authorized during that period, you have no option to post.