nsanta / fbgraph

Facebook Open Graph API in Ruby
MIT License
324 stars 40 forks source link

how to get the token life time #68

Closed shiva404 closed 11 years ago

shiva404 commented 11 years ago

How can I get how long will be access token will be valid. Because I need to renew the token when it nears to the expiry date.

shiva404 commented 11 years ago

I got the solution.

@client.auth.expires_in

thanks, Shiv