I went to this site - https://developers.facebook.com/tools/debug/accesstoken/ - to extend the expiry, but sadly now queries dont yield the same result anymore.
Earlier with the short term access token, I ran @likes = graph.get_object(company)["likes"] and it used to perfectly return the number of likes for any company page,
But after generating the extended access token it just does not work. It only returns the full company name and its id.
How to access all the other attributes? Is there any different calls?