I’m trying to write a client-side JS function to send a post to a Facebook Fanpage at a specific time using FB.ui. It used to be possible with the old JS SDK. Was that changed?
Would appreciate any help.
I’m trying to write a client-side JS function to send a post to a
Share
posts require access_token and access tokens have about 2 hour expire time.
refer to: https://developers.facebook.com/docs/reference/api/post/
refer to: https://developers.facebook.com/docs/authentication/
refer to: https://developers.facebook.com/docs/authentication/access-token-expiration/