Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm developing a facebook app and wanted to ask if it's possible and does not violate facebook regulations if i ask the user if he agrees to change his profile pic to a pic i show him and i change if he approves.

thanks in advance.

Nadav

share|improve this question
What command are you using to change the profile pic? Are you sure it doesn't violate Facebook's policy to change the user's profile pic (maybe you should have your attorney look into that one). – DMCS Apr 9 '12 at 22:25
I was talking about this code: 4rapiddev.com/facebook-graph-api/… i was trying it on the application that they've put on their facebook and it changed my pic automatically after i've agreed to change – Nadav Apr 10 '12 at 20:54

1 Answer

up vote 1 down vote accepted

I guess this answers your question... Facebook API/PHP - Is it possible to change a user's profile image via FB Graph API? Check out the accepted answer on this question which says that you cannot change a profile pic using the API.

share|improve this answer
I've seen this already, thanks, but this is was not what i meant. i meant if the user agrees, can i change the pic after approved. i found a code on this page 4rapiddev.com/facebook-graph-api/… and there is a sample on facebook of how it works, but i was wondering if its legal to do if i notify the user before changing, thanks – Nadav Apr 10 '12 at 20:58
1  
We're not attorney's here, so any advice you get is worth the price paid. You really should consult with your corporate attorney before proceeding. – DMCS Apr 10 '12 at 22:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.