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 know how to GET/read bio as well as Work and Education fields but I'm also interested in how to POST/write to those fields using the Facebook Graph API.

I can POST messages and other things like that but updating/change the Bio and Work and Education fields seems impossible. Are those read-only fields for a Native Desktop app. It even seems to be impossible using facebook graph API exlorer on my own user account (yes I have the right permissions for it to do so).

Additionally it is not mentioned as one of the fields that you can use to publish/POST to according to Facebooks website:


We support writing the following types of objects:

/PROFILE_ID/feed
Publish a new post on the given profile's feed/wall message, picture, link, name, caption, description, source, place, tags
/OBJECT_ID/comments
Comment on the given object (if it has a /comments connection) message
/OBJECT_ID/likes

Like the given object (if it has a /likes connection) none
/PROFILE_ID/notes
Publish a note on the given profile message, subject
/PROFILE_ID/links
Publish a link on the given profile link, message, picture, name, caption, description
/PROFILE_ID/events
Create an event name, start_time, end_time
/EVENT_ID/attending
RSVP "attending" to the given event none
/EVENT_ID/maybe
RSVP "maybe" to the given event none
/EVENT_ID/declined
RSVP "declined" to the given event none
/PROFILE_ID/albums
Create an album name, message
/ALBUM_ID/photos
Upload a photo to an album message, source, place (multipart/form-data)
/PROFILE_ID/checkins
Create a checkin at a location represented by a Page coordinates, place, message, tags

Is this a correct understanding of this matter (that it is not possible to write to these fields)?

share|improve this question
Yes indeed, this is more or less the same question. Due to its amount of fields en blurried interface possibilities I did not came up using the keyword profile in this question. As I see it right now, my app can only post things and read many things. I'm now in doubt to continue the development of a native desktop app if it is restricted in this way while you can do almost anything via the webbrowser. To be honest: developing for Facebook sucks!! BUT....... the answer you gave is clear and the one I needed :-) – Rembrand Berkhuijsen Jul 27 '12 at 8:02

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.