Get all followers of user on twitter - php

I am using twitter application in mywebsite.
I am using followers api of twitter.
I want to see all followers of particular user.
but it shows only 100 followers.I want to see all followers.
Please help me how can fetch all followers of user

might find answer here: Twitter API: Get Followers +99

There are several useful videos you can watch. Check out this one for example:
https://www.youtube.com/watch?v=g0a6EXGLxVY
or search for "twitter harvesting or scraping".
There are also several services and tools. However I would not buy a tool. Its not worth it if you dont harvest regularly But maybe give those a shot, they seem fairly reasonable with their price:
http://myhelpster.com/scrape-twitter-followers-any-account/

Related

How can I get favorites_count according to my searched words using by Twitter Api?

I want to calculate favorite_count when I searched a word in twitter. I am using Twitter api in PHP and now, I can search words successfully. Also, I can calculate retweet count.
But I could't find ant way to get favorites_count. Here is a link for help: https://dev.twitter.com/docs/api/1/get/favorites
have a look in the twitter faq
How do I count favorites?
The number of times a tweet was favorited is now available as part of tweet objects in the REST, Streaming, and Search APIs -- you'll find it presented in the "favorite_count" field.
Additionally, User streams and Site streams both stream events when an authenticated user favorites tweets or has their tweets favorited. Using these authenticated streaming APIs, you can count favorites in real-time as they happen.

facebook open graph check-in

I have Open Graph feature in my app. I have to maintain the total check-ins in my Facebook account. And have to show the all checked-in places in one map. Foursquare app used this in their app. But i don't know, how to implement like that.
They have used two ways of showing in aggregation, First one is, Image1 And the second one is, Image2
So, I have to do the both like Foursquare app. Please help me in this.

Is there any good totuiral to facebook API and is it possible to get the friends list of the user in my site?

I want to build a website that you can login with your facebook account.
what tutorial or any good beginner's book is there on this issue.
Is there any good sample of source code for this use
can I get the friends lists of my users and split it to males and females?
what is the difference between GRAPH and Facebook API?
Facebook have a few methods for integrating facebook in websites, check out the Facebook for Websites tutorial.
You have a few ways to implement this using the tools facebook provides you with, for example you can use the Registration Plugin (you can find code & examples in this tutorial).
If you have a facebook application and a user authorizes your app, then you can get the list of his friends. Without asking for specific permissions though all you will get is the their names/facebook ids. If you need more than that check out the Permissions documentation (2nd column refers to the friends).
Both things are the same, you just gave them different names.. It's called the Graph Api, there's no other "facebook api". This graph api also supports FQL in case the api alone is not enough for what it is you need.

are there APIs to get some statistics from twitter

I have a task to create a dynamic page (PHP or Javascript) that shows:
Number of tweets with specific hash tag
Number of tweets that came from specific country!!
most popular hash-tags for specific country
does anybody have any idea of how to get such stats or part of them??
Thanks a lot for your help
Yes, but you should really search more because there's a lot of information out there on this - start at the Twitter API Docs.
You use it as a search term
Try https://dev.twitter.com/docs/places/finding-tweets-about-places
Combine 1. & 2.
No. Twitter releases its statistics after a certain period of time. There's no definitive/official API for that. But there are a lot of third-party applications that offer that.
InsideTwitter
Twitter by Country
Twitter Counter

Combining multiple Twitter user timelines into one request

I am relatively new to the twitter API so the question might seem foolish but please help me out.
I am trying to get tweets from user's timeline using their API, which I know is possible.
Now the issue is I have to get tweets from multiple users (combining upto 30-40 users) timelines into one API request. How can I do this?
Would the streaming API help? I couldn't make heads or tail of it.
You can add those users to a list and pull the timeline for the list.

Categories