How to extend expiry of a long-live token in facebook graph api -


i having issue here, have long-live access token, dont want token expire after 60 days, understand extend life time of long-live token need fire query below using shot-live token..

get /oauth/access_token?      grant_type=fb_exchange_token&               client_id={app-id}&    client_secret={app-secret}&    fb_exchange_token={short-lived-token}  

but short lived token expires in hours .. cant use same short-live token again request extending life span of long-live token . there way can programaticaly, dont want user come in picture time once has created short-lived token in beggining... appreciated..

regards sunil


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -