How to retrieve public email address of Facebook Business Page using Graph API?
Currently I'm using Facebook's Graph API and the PHP SDK to 开发者_运维知识库retrieve information and recent wall posts from a Business Page.
Included in this data is public information such as name, address and phone number. Whilst public email address can be seen on the page when you visit it on Facebook, it does not appear on the public Graph API (with or without an access token).
Is there a way to retrieve the public email address that I have missed out on?
I suppose I'm aware that technically it's possible to scrape the page, but that's not an elegant or reliable solution.
Link to example Facebook Page
It seems that at this time there is no way to retrieve the publicly available email address using the Graph API without ugly screen scraping.
From looking at the graph-api documentation it doesn't look like email is available.
Here's Wir Machen Cupcakes information from the graph-api.
精彩评论