php - Facebook graph command creating duplicate album -



php - Facebook graph command creating duplicate album -

i've been using facebook php sdk interact facebook quite successfully. when tried create photo album code created duplicate. @ first thought php sdk (using 3.x). tried switching perl lwp::useragent , lwp::simple::post utilize http url graph. nil working. every way seek double albums when phone call code. i've ensured code beingness called 1 time (mainly because i've created super little test script , have made outputs ensure on command line it's calling once.

here's url i'm using:

https://graph.facebook.com/me/albums?access_token=<access_token>&name=test+album+2&message=test+description

i've taken off privacy setting url , hasn't changed behavior. if run straight in graph explorer, creates 1 album. other method (yes, using post , not , yes i've tried pass params post info individually rather via querystring, either way results in duplicate albums) causes duplicate albums.

has experienced this? how prepare it??? i'm @ wits end trying figure out.

i've tried on multiple servers in thoughts perhaps 1 of them using proxy causing duplicate call, whether run on hosting service or on localhost, still duplicates.

no matter i've tried, if creating album via code in php or perl double albums created. help!

my first reply deleted reason i'm not sure @ point. question can't answered because:

the issue not sdk facebook itself. had created bug study after doing more tests. facebook confirmed , fixed bug. basically, had inappropriate permissions handling.

https://developers.facebook.com/bugs/1435856773345641/

there bug in facebook's handling in instance. i'm hoping reply doesn't deleted because else may experience , want know bug in facebook code, not in php sdk or in user code.

not sure why andrew barber delete answer.

unless has improve reply facebook gave me via bug study follow-up.

php facebook perl facebook-graph-api

Comments

Popular posts from this blog

model view controller - MVC Rails Planning -

ruby on rails - Devise Logout Error in RoR -

html - Submenu setup with jquery and effect 'fold' -