[Facebook API] graph api - search 簡單筆記

最近因專案需求需要某些資料
但那些資料如果都讓人為來做實在是太可憐了

所以才稍微看看search相關的API
https://developers.facebook.com/docs/graph-api/using-graph-api/v2.5
找Searching

GET graph.facebook.com
  /search?
    q={your-query}&
    [type={object-type}](#searchtypes)
q : 要搜尋的字串
type : 要搜尋物件的型態,有 : user,page,event,group,place...

所以如果是要找粉絲頁名稱有ABC的就是
https://graph.facebook.com/v2.5/search?q=ABC&type=page&access_token=....














留言

這個網誌中的熱門文章

[翻譯] 介紹現代網路負載平衡與代理伺服器

Grafana K6

Linux 事件驅動筆記