-1
大約3個小時,我正在尋找,但沒有找到解決方案!如何通過Graph API從Facebook獲取相冊列表?
當我的應用程序啓動時,我要求用戶接受我需要的一些權限,如user_photos and friends_photos。
我想顯示用戶的相冊,在應用程序的某個地方。我使用以下URL以加載列表:
https://graph.facebook.com/FACEBOOK_ID/albums&access_token=TOKEN
我不知道爲什麼響應(被Facebook)是:
{"error":{"message":"Unknown path components: \/albums&access_token=CAAERueNZBUuoBABxodZCJsriyKui9ji4ZCz4JCfICF8Le91reds2aA09KAB7EFGjoM2ypeObJfQYgUbkwNVFW55irH1ITX68vMTO833pSIv2M3dCJZCZB1eHoaz1ZCjs9lIZB0KDZCR0e0NTVlZA7WZBt8fWTmIAZC0hTAy6BZC8FMbUKvdDCJ5Rg4KqS2m0Tp5p9E38IwnRt7Sv6ySLT74GimYsIP4mmCTcIEspNCJPtoIZAHQZDRT","type":"OAuthException","code":2500}}
似乎有些人在做同樣的方式,但他們都沒有像here這樣的問題。 任何建議,將不勝感激。
========
UPDATE
我只是測試以下網址https://graph.facebook.com/me/albums&access_token=TOKEN
,結果是
{"error":{"message":"An active access token must be used to query information about the current user.","type":"OAuthException","code":2500}}