I have a Facebook app and am trying to display a user submitted picture when they click Share. I have done this before but right now the app is under a SSL and .htaccess rerouting.
Now, everything works but the picture doesn't show up (although it does in the app but not in the share window), and when I run it through the debugger I get a 206 code.
This is the debugger link for the picture: https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fproxy.com.do%2Fapps%2Foccidental%2Fuploads%2Fminified_5073423a563ab.jpg
This is the app page where the share button is located: https://apps.facebook.com/sharethejoy_ovc/picture/5
What can I do to make the picture display on the share dialog?
Thanks in advanced.