开发者

Facebook tab application cannot access photos of Fan Page

开发者 https://www.devze.com 2023-01-24 14:22 出处:网络
I am开发者_StackOverflow社区 the admin of a Fan Page, where users will upload aphoto to Wall. I have installed a Facebook tab application on that page,which will get the Wall posts and extracts the p

I am开发者_StackOverflow社区 the admin of a Fan Page, where users will upload a photo to Wall. I have installed a Facebook tab application on that page,which will get the Wall posts and extracts the pictures.However, I am not able to render the photos in my tab.

It dies with 403 Forbidden Error. Anybody has faced such issue?

I have checked with 'user_likes' and 'manage_pages' but still no luck.


The 403 error is not a Facebook permission error. That error is saying that Facebook cannot access your server. There must be an issue with your server that is causing Facebook to not be able to connect to it.


I just had the same problem, resolved it using absolute paths to the images (with http://)

0

精彩评论

暂无评论...
验证码 换一张
取 消