Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Friends and Followers IDs (social graph calls) #55

Open
sweetie85 opened this issue Oct 8, 2010 · 2 comments
Open

Get Friends and Followers IDs (social graph calls) #55

sweetie85 opened this issue Oct 8, 2010 · 2 comments

Comments

@sweetie85
Copy link

Hi ,
I am using MGTwitterengine to access twitter data. When I am using MGTwittersocialgraphparser and method getfriendsids I am getting the ids of friends in this format:
(
643443,
111984637,
16992986,
8129762,
19307967,
129786468
)

I am having problem in accessing friends and followers ids.

Can anyone guide me how to access the friends and followers ids

Thanks,
Swetha.

@tarasis
Copy link
Collaborator

tarasis commented Oct 8, 2010

The results for that request is simply an array of, I think, NSNumber objects. Just enumerate over the array and do with them what you want.

@sweetie85
Copy link
Author

Hi , I could grab the ids, but how can I get the userinfo for all these 2000 ids.
When I call getuserinfo method for 2000 times its not working. Is there any way to get user information.

Thanks,
Swetha.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants