I have Facebook application ready and token, app id, secret. Now I have searched a lot and it seems that I am unable to upload image to App wall or create album for the app.
What do I have: Facebook app with canvas where user can enter data and upload an image(to my PHP script on a server)
What do I want to do: To save the image on my app somewhere from PHP using PHP SDK.
What's the closest approach I have done:
- Googled A LOT
- I have added login/logout for user so I could upload the image to user wall or album but I want to photo to be on the app itself so to bypass the user authentification and I need to store the image on my app somewhere.
Is this possible?