-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
album delete request fails #20
Comments
Please check our developer website for how to formulate the the parameter. Especially http://developers.facebook.com/docs/api You can also check our developer Forum on how the Graph Api work Thanks! |
I'm familiar with the forum and I even contribute. I'm also aware of the first document you cited. Isn't my parameter setting consistent with that document. BTW, I also tried quotes around the AID because of the underscore. It gave a different error message but still unhelpful. Thinking that you may be suggesting use of the DELETE method, I've tried the latter form of ... and I get this logged ... 2010-08-28 08:55:57.244 ShareOrStare[20185:207] aid: 100000364547939_20156 Could you perhaps indicate where I'm wrong? Thanks. |
Unfortunately, We do not support album delete right now. We are working on making our api more complete, but that will take some time. Please check back with us.Thanks |
I wish to delete an album, so I use this code ..
Here's the request/response flow ...
2010-08-27 22:17:02.575 ShareOrStare[19975:207] request: <NSMutableURLRequest https://graph.facebook.com/100000364547939_20156?method=delete&sdk=ios&access_token=1xxx&format=json>
2010-08-27 22:17:03.552 ShareOrStare[19975:207] response: {"error":{"type":"Exception","message":"(#100) Invalid parameter"}}
The album exists and the ID is correct. What is the issue here?
The text was updated successfully, but these errors were encountered: