Facebook Graph API - get ID for a URL?

后端 未结 6 907
小鲜肉
小鲜肉 2020-12-05 10:37

This seems like a pretty obvious, basic thing to expect from the Graph API, but I\'m having serious difficulty with it. All I want to do is get the ID for any particular URL

6条回答
  •  忘掉有多难
    2020-12-05 11:14

    If I use the facebook object debugger page I can scrape every url, for example:

    https://developers.facebook.com/tools/debug/og/object?q=ddnl.de

    The page give me back an url with ID and so I can get every needed parameters.

    In this case https://graph.facebook.com/10150164108649475

    But I don't get this ID or url with FQL or otherwise?

提交回复
热议问题