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)?