문제

I have a tricky question: How would it be possible to retrieve tweets and facebook posts information with specific hashtag for example with only client-side code (html or javascript)?

Thanks in advance!

도움이 되었습니까?

해결책

You could use the public post search of Facebook to do this as descried here: Need help on employing Graph Search parameters for hashtag query on facebook

You can use the JavaScript SDK to do this on the client side. There was a similar question like yours today as well: Need help on employing Graph Search parameters for hashtag query on facebook

For Twitter, you could use the

GET search/tweets

endpoint as descibed here: https://dev.twitter.com/docs/api/1.1/get/search/tweets or use a Search Widget:

https://twitter.com/settings/widgets/new/search

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top