I am getting users access token while users login into facebook through our site and using that access token for posting or publishing feeds to users wall.
So I generated a long lived access token using facebook api's with the help of short lived access token which is generated while facebook login in our site. But the life span of long lived access tokens of facebook is only 60 days. So can anyone suggest how to revoke or refresh or renew this long lived access token after 60 days using facebook api not by using facebook sdk?