There are thousands 4sq checkin tweets posted on Twitter. These tweets all contain a link to foursquare.com.
The link, for example, https://foursquare.com/donnyndra/checkin/4f60500ae4b02a8707007b93?s=ogf_jvcuoha1T0QUfIRVWGupvuc&ref=tw, has a checkin id and a signature.
I read API doc in 4sq.com, and found that an acting user is needed if I want to make Check-in Details request.
Does this means that I have to let the user who made the checkin auth my app for access? But I collected thousands checkin tweets just for research and can not let 4sq.com users auth.
Are there any solution to solve this problem? What I only have:
- checkin id and signature
- client_id and client_secret
Since I have links of checkins, should I parse the page behind the link to get what I want? Any better way to do it? Java language is used in my research project.
I really really need your kind help! Thanks in advance !