| Steps to Reproduce: | Calling louisvuitton/albums?fields=type,name&limit=100 We have: { "type": "friends_walls", "name": "Wall Photos", "id": "10150412992770125", "created_time": "2011-02-16T18:39:20+0000" }, Notice how the type is "friends_walls" Then calling /10150412992770125 { "id": "10150412992770125", "from": { "name": "Louis Vuitton", "category": "Company", "id": "215138065124" }, "name": "Wall Photos", "link": "http://www.facebook.com/ "type": "album", "created_time": "2011-02-16T18:39:20+0000", "updated_time": "2011-02-16T18:39:20+0000", "can_upload": false } Following the link http://www.facebook.com/media/set/?set=a.10150412992770125.621462.215138065124 returns to an error page Steps to reproduce also available as a screencast: http://www.screenr.com/mv9s |
|---|---|
| Expected Behavior: | An album type should be within the list provided by the documentation |
| Actual Behavior: | A new type "friends_walls" is returned. |
| API/SDK: | Graph API |
| App IDs: |
|
| Attachments: | |