Currently I’m able to post mesages and pictures to my wall using my app, by looking for the album “Wall Photos” it works fine so far, i let a friend of mine to test my app on his phone to see if it works fine with any user, when he tried to upload a picture it didn’t work, now i think it might be have something to do with the fact that his profile is in spanish, so looking for the album “Wall photos” could not be possible, i took a look at his photo albums and for my surprise he didn’t have any “Wall photos” album equivalent in his language,
So.. long story short:
a) How can i look for the “Wall Photos” album if the user’s profile is in a different language?
b) How can i create a “Wall Photos” album in case that it doesn’t exists?
Any help is appreciated, thanks.
Post your code how you are uploading image to facebook. And this is one sample code which is working fine for me just have a look might be helpful to you. And in my code am not creating any album Wall Photos. My picture gets uploaded in wall itself. Just have a look …
// bmscreen is my bitmap of image ;
Hope might be helpful to you.