I'm developing a server side application with ASP.NET and C# with Facebook C# SDK (http://csharpsdk.org/).
This application gets the user permission publish_stream the first time the user login then the application works on background, without user interaction.
The application will upload a custom image on user photos periodically, and posts them on user wall. I need to know if it's possible, I mean if it's possible to build an application that upload photos while he is not authenticated for the application.
In my tests, I noticed that it is possible for status with app access token, but with photos I had issues: I receive the following message:
A user access token is required to request this resource.
Thanks a lot!