I'd like to bypass the login and run a hashtag search on public posts to return a value of the posts and if possible, the number of total likes.
Is this possible?
I have setup the javascript SDK, but haven't seen any documentation referring to my issue.
Thanks!
Searches for public Posts require an User Access Token, see docs here: https://developers.facebook.com/docs/reference/api/search/#access_tokens
So, you'll have to do soemthing like this: