Facebookグループのアルバムの写真やタイトルを削ることはできますか?これを実行するためのアイデアや良いチュートリアルを知っていますか?
1025 次
1 に答える
0
It does not look like this is possible using the API.
You should be able to make a call to /GROUP_ID/albums
to get the album_id in the Graph API explorer then make a call to /ALBUM_ID
to get the photos.
Both of these calls to groups I admin result in OAuth Errors: "(#3) App must be on whitelist"
Whitelisting apps appears to only be possible by a Facebook employee.
You could try manually scraping the album URL as though you were a browser, but this is not supported and could get you and your group banned.
于 2012-10-11T15:30:24.503 に答える