Obtaining an old REST Session key -
because facebook hasn't migrated functions on graph yet, still need create calls via rest. unfortunately, there doesn't seem way obtain rest session key users take application today.
is there way request rest session key facebook? create of calls via graph, until finish migrating features i'm stuck without one....
thanks in advance!
dw
all rest api methods required session key should fine access token.
i tested links.preview method mentioned before:
https://api.facebook.com/method/links.preview?url=http://www.google.com&format=json&access_token=<removed>
response was:
{ "href":"http:\/\/www.google.com\/", "name":"google", "caption":"www.google.com", "description":"search world's information, including webpages, images, videos , more. google has many special features help find you're looking for.", "media":[ { "type":"image", "src":"http:\/\/www.google.com\/intl\/en_all\/images\/srpr\/logo1w.png" }, { "type":"image", "src":"http:\/\/www.google.com\/images\/google_favicon_128.png" } ] }
session facebook-rest-api
No comments:
Post a Comment