Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

mahsanr44's avatar

Facebook API

is there any plateform or way to get free or paid facebook api? to view FB Posts! Actually I want to search posts by giving any specific username. is there any way?

0 likes
4 replies
mahsanr44's avatar

@wulfheart I want to get the timeline of people I search but they only provide for a single account with access token.

wulfheart's avatar

@mahsanr44 Then it is most likely not possible. You can authenticate using Socialite (OAuth2) and then get it for every user.

martinbean's avatar

I want to get the timeline of people I search but they only provide for a single account with access token.

@mahsanr44 Yes, because Facebook isn’t just going to let you scrape the data of their users.

Please or to participate in this conversation.