Updates the "Interests" section in the current user's profile.

Omitting a parameter means that that property remains unchanged. To clear a property, pass an empty string.

This method requires the following permissions: account.

Parameters

activities
string

User's activities.

interests
string

User's interests.

music
string

User's favorite music.

movies
string

User's favorite movies.

tv
string

User's favorite TV shows.

books
string

User's favorite books.

games
string

User's favorite games.

quotes
string

User's favorite quotes.

about
string

User's about field as HTML.

Result

Returns true on success.

Errors

Global errors may occur when calling this method.