i’m modifing a old aplication that uses the (@Deprecated) FBML api, and we want to refresh all the images like http://developers.facebook.com/docs/reference/rest/fbml.refreshImgSrc/
is there any tips that you can tell me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, the solution that i made was add some random parameter to the end of the url, so that way fb refresh the image:
http://miserver/img/img01.jpg?fbrefresh=random_parameter_123456
random_parameter_123456 = can be any random parameter like text (sdkhfsdhk) or numeric (23145434), the important is that never be 2 equals parameters… (timestamp its a good random parameter)
Regards,