I have setup a userstream monitorning my account which is listening on user_update event. The event is only firing when I change text fields (name, bio, location, website). The event does not fire on a profile photo change or a header photo change.
I was wondering the status of user_event being fired on image changes?
The data below was received when I updated my name. The interesting part is that I had a profile photo set and saved before the update below, and the update is showing null values on my profile_image_url
{ event: 'user_update',
source:
{ id: 3000155967,
id_str: '3000155967',
name: '91',
screen_name: 'dmicanzerofox',
location: 'hello this is a test 1424711225.84',
profile_location: null,
url: 'http://t.co/cHZdP4MpC4',
description: 'aga',
protected: false,
followers_count: -1,
friends_count: -1,
listed_count: null,
created_at: 'Mon Jan 26 19:17:02 +0000 2015',
favourites_count: -1,
utc_offset: null,
time_zone: null,
geo_enabled: false,
verified: false,
statuses_count: -1,
lang: 'en',
contributors_enabled: false,
is_translator: false,
is_translation_enabled: false,
profile_background_color: '000000',
profile_background_image_url: null,
profile_background_image_url_https: null,
profile_background_tile: false,
profile_image_url: null,
profile_image_url_https: null,
profile_link_color: '94D487',
profile_sidebar_border_color: '000000',
profile_sidebar_fill_color: '000000',
profile_text_color: '000000',
profile_use_background_image: false,
default_profile: false,
default_profile_image: true,
following: null,
follow_request_sent: null,
notifications: null },
target:
{ id: 3000155967,
id_str: '3000155967',
name: '91',
screen_name: 'dmicanzerofox',
location: 'hello this is a test 1424711225.84',
profile_location: null,
url: 'http://t.co/cHZdP4MpC4',
description: 'aga',
protected: false,
followers_count: -1,
friends_count: -1,
listed_count: null,
created_at: 'Mon Jan 26 19:17:02 +0000 2015',
favourites_count: -1,
utc_offset: null,
time_zone: null,
geo_enabled: false,
verified: false,
statuses_count: -1,
lang: 'en',
contributors_enabled: false,
is_translator: false,
is_translation_enabled: false,
profile_background_color: '000000',
profile_background_image_url: null,
profile_background_image_url_https: null,
profile_background_tile: false,
profile_image_url: null,
profile_image_url_https: null,
profile_link_color: '94D487',
profile_sidebar_border_color: '000000',
profile_sidebar_fill_color: '000000',
profile_text_color: '000000',
profile_use_background_image: false,
default_profile: false,
default_profile_image: true,
following: null,
follow_request_sent: null,
notifications: null },
created_at: 'Tue Mar 03 14:46:56 +0000 2015' }