- (void)authorizeFromController:(UIViewController *)currentController;
It has a user dictionary that looks like this:
{
baseIcon = "user/no-user-image-square.jpg";
firstName = Randall;
gender = m;
icon = "http://rdio3img-a.akamaihd.net/user/no-user-image-square.jpg";
icon250 = "http://rdio3img-a.akamaihd.net/user/no-user-image-square.jpg";
icon500 = "http://rdio3img-a.akamaihd.net/user/no-user-image-square.jpg";
isProtected = "<null>";
key = s36442736;
lastName = Spence;
libraryVersion = 0;
productAccess = (
{
aether = (
{
limits = (
"limited_skips",
"no_strong_preset",
ads,
"no_superhigh_bitrate",
"no_seek",
"no_back_skips",
dmca
);
product = stations;
}
);
"ce_devices" = (
{
limits = (
"limited_skips",
"no_strong_preset",
ads,
"no_superhigh_bitrate",
"no_seek",
"no_back_skips",
dmca
);
product = stations;
}
);
"mobile_devices" = (
{
limits = (
"limited_skips",
"no_strong_preset",
ads,
"no_superhigh_bitrate",
"no_seek",
"no_back_skips",
dmca
);
product = stations;
}
);
name = free;
web = (
{
limits = (
ads,
"no_superhigh_bitrate"
);
product = "on_demand";
},
{
limits = (
ads,
"no_superhigh_bitrate"
);
product = stations;
}
);
}
);
type = s;
url = "/people/RandallSpence/";
}
however, the token is null. Anyone else running into this issue?