Note that there are some explanatory texts on larger screens.

plurals
  1. POPost photo to someone else's wall or album from mobile device
    text
    copied!<p>Here's the functionality I want. I want users of my mobile apps (iOS, Android) to be able to post photos from their device to a facebook page of someone else. This facebook page is not owned by the user of my app, nor is the user a friend or fan. Also, the facebook page may be a standard page, or an event page or a fan page, depending on the client.</p> <p>Any solution will work. For example, it may be that I will have to make the app upload all photos to a server owned by me, then from that central server I could use the facebook api to post the photo to a client's facebook page. I could make a sort of go between facebook account and that account could be friends with the client's facebook or be a page admin, etc. Or maybe the client will provide me with their facebook credentials and I could post it as them.</p> <p>Ideally I want to do this all from the app and not have a go between, but whatever works.</p> <p>How can I make this happen?</p> <hr> <p>I'm just going to go ahead and say this is not possible. It would be very cool, but not possible. Here's the functionality I wanted. A user goes to a big music festival. The festival has its own app that I developed. Inside the festival's app the user can take a pic and press a button and the pic would be uploaded to the festival's facebook page, not the user's. So the festival's facebook page would get fan photos posted to it straight from the user. The only way I see this as working is by having the app upload all pics to a sort of go between server then have that server post the pic to the festival's facebook page by using the festival's login credentials. This would require the festival to give me, the developer, their login credentials, which they may be reluctant to do.</p> <p>If anyone knows how I can do this straight from the app please let me know.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload