Can you "POST" changes to a user's Facebook profile via the Graph API?
-
For example; is it possible to edit the user's "bio" or "about me" section of their profile via the graph API?
-
Answer:
My understanding is that the graph API is entirely read-only - at this point. I wonder what plans Facebook has in this direction ?
Roger Menday at Quora Visit the source
Other answers
http://developers.facebook.com/docs/reference/api/photo/ you have to do something like this: $result = $facebook->api( '/me/feed/', 'post', array( 'access_token' => $facebook->access_token, 'message' => 'Playing around with FB Graph API' ) );
Marco Pugliese
Related Q & A:
- How do I see a person's Yahoo profile?Best solution by Yahoo! Answers
- Is there a web site you can post comments about a business that sells products via the web. Like the BBB?Best solution by Yahoo! Answers
- How to change privacy settings for photos posted on Facebook via graph API?Best solution by Stack Overflow
- How do I find a person's yahoo profile on yahoo?Best solution by Yahoo! Answers
- How can someone tell if I have viewed their facebook profile?Best solution by ChaCha
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.