rdioDidAuthorizeUser:withAccessToken: not returning an access token.

5 views
Skip to first unread message

Randall Spence

unread,
Aug 14, 2015, 4:28:36 PM8/14/15
to Rdio API
This method is being called after I log in with the viewController that is pushed from 

- (void)authorizeFromController:(UIViewController *)currentController;


It has a user dictionary that looks like this:


{

    baseIcon = "user/no-user-image-square.jpg";

    dynamicIcon = "http://rdiodynimages0-a.akamaihd.net/?l=_%3Acolorize%28rgb%280.05%2C0.42%2C0.59%29%29%3Btext%28%22R%22%2C%2050%25%20%22Whitney-Medium%22%2C%20rgb%281%2C1%2C1%29%29&f=png";

    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?

Reply all
Reply to author
Forward
0 new messages