Array
(
    [errors] => Array
        (
            [0] => Array
                (
                    [code] => 17
                    [message] => No user matches for specified terms
                )

        )

)

On Aug 4, 9:43 am, Abraham Williams <4bra...@gmail.com> wrote:
> What is the response you are getting from Twitter?
>
> Abraham
> -------------
> Abraham Williams | InboxQ <http://inboxq.com/> | abrah.am |
> abraham<https://plus.google.com/114233674199568482864>
> +
> @abraham <https://twitter.com/intent/follow?screen_name=abraham> |
> github.com/abraham | blog.abrah.am
> This email is: [ ] shareable [x] ask first [ ] private.
>
>
>
>
>
>
>
> On Thu, Aug 4, 2011 at 08:58, EastSideDev <eastside...@gmail.com> wrote:
> > I am using Abraham Williams' oAuth library. It's been working fine,
> > but I seem to have hit a snag on getting users profiles using
> >http://api.twitter.com/1/users/lookup.format.
>
> > Typically, I would do:
>
> > $oAuthConnection = new TwitterOAuth($keys['key'], $keys['secret'],
> > $keys['token'], $keys['TokenSecret']);
>
> > and then (for example), if I want to get my rate limit, I would do:
>
> > $content = $oAuthConnection->get('account/rate_limit_status');
>
> > or any number of other operations, but if I try to do:
>
> > $content = $oAuthConnection->get('users/lookup', array('user_id ' =>
> > $users_ids, 'include_entities' => 1));
>
> > Where $users_ids is a comma separated list (no more than 100), I am
> > getting nothing. Any ideas?
>
> > --
> > Have you visited the Developer Discussions feature on
> >https://dev.twitter.com/discussionsyet?
>
> > Twitter developer links:
> > Documentation and resources:https://dev.twitter.com/docs
> > API updates via Twitter:https://twitter.com/twitterapi
>
> > Unsubscribe or change your group membership settings:
> >http://groups.google.com/group/twitter-development-talk/subscribe

-- 
Have you visited the Developer Discussions feature on 
https://dev.twitter.com/discussions yet?

Twitter developer links:
Documentation and resources: https://dev.twitter.com/docs
API updates via Twitter: https://twitter.com/twitterapi

Unsubscribe or change your group membership settings: 
http://groups.google.com/group/twitter-development-talk/subscribe

Reply via email to