Questions tagged [checkin]
401 questions
1
vote
0 answers
how can i get all checked-in users for a particular place?
I need to implement logic for all checked-in facebook users details for a particular place(owned by me) inside my application(Not a facebook app).
Is facebook provide any facility to hit my app's url if any user checked-in my place?
or
is there any…

Saurabh Mishra
- 11
- 2
1
vote
1 answer
Foursquare API - checkin.createdAt
I am developing app for 4sq which monitors users' checkins and builds flight statistics (JetLovers.com). Sometimes I see quite weird data in checkin's createdAt, for instance:
2012-05-03 04:22:37 38.769611 -9.131699 Aeroporto de Lisboa…

Sergey
- 36
- 4
1
vote
2 answers
How can I get realtime updates from facebook graph api for friend checkins?
Is it possible to get real-time updates from Facebook's graph API for a user's friend's check-ins?
I know you can get friend check-ins on demand and can get user check-ins real-time, how about friend check-ins real-time?
Thanks.

user896993
- 1,341
- 13
- 15
1
vote
1 answer
Foursquare checkins api - trying to get checkins between dates
I'm using the api @ api.foursquare.com/v2/users/USER_ID/checkins referenced here developer.foursquare.com/docs/users/checkins
I am creating the request using vb.net but that's probably irrelevant. The issue I am having is that the response I receive…

Alistair
- 13
- 3
0
votes
1 answer
TFS - check in to two different TFS servers
We have a local TFS server and our client has their own TFS server. We need to check in code to both servers. Is there a simple way to switch between TFS instances without having to unbdind and delete all vss* related files and then rebind to the…
0
votes
1 answer
Clear Source Control not checked-in items list
I'd like to clear my (as I call it) not checked-in items history of source control in visual studio.
These items are there because in a project I did include the project via adding the actual windows folder to the team foundation server; and there…

Beytan Kurt
- 2,203
- 4
- 34
- 57
0
votes
5 answers
How do you check in code with different comments on different classes?
What do you think is the best practice for checking in code from multiple files that implement multiple changes, but are ready to go in at one time?
Do you check them all in at once, keeping the checking reasonably atomic, and put the changes in one…

Yishai
- 90,445
- 31
- 189
- 263
0
votes
1 answer
how to get lat and lon of a checkin in Foursquare?
There are many 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…

Tranq
- 17
- 3
0
votes
1 answer
Foursquare Checkin at a venue in iphone showing error 401,unauthorized. Why?
I am trying foursquare integration in iphone. I am using the foursquare that is recommended and available in github.
I obtained my client_id and client_secret from fourquare site and replaced the value in constants.h file. (I also edited the…

wolverine
- 189
- 5
- 20
0
votes
1 answer
Can I search for how many checkins in a place with Facebook graph API?
I have read through graph API document, and tried the following queries:
curl https://graph.facebook.com/search\?type\=checkin\&place.name\=Dante+Coffee\&access_token\=...
The access_token is valid. But it shows nothing like this:
{"data":[]}
I…

syshen
- 397
- 3
- 13
0
votes
1 answer
The way the scores appear in Foursquare checkin notifications inconsistent?
I'm trying to display the points a user gets for a Foursquare checkin using the Foursquare API v2 (/checkins/add) but the JSON responses from the API seem to be inconsistent. The scores are shown in two different places in the "notification" section…

golddave
- 23
- 1
- 3
0
votes
1 answer
Simple way of fetching the number of check ins and display them on website
Dear fellow coffee junks,
I am new to the Graph and have been profiting from this forum a lot, also contributed at least a little. I dug myself into the documentation these days to find an easy way to fetch the number of my groups check ins to…

Michael Schwark
- 392
- 1
- 3
- 16
0
votes
1 answer
Location (or Checkin) data from non-mobile status update
When a user posts a status update on a non-mobile device they have the option to enter a location.
However, I do not see this location information returned in the statuses API or the checkins API. The statuses API has the update info, but not the…

StCleezy
- 125
- 3
- 8
0
votes
2 answers
How to programmatically create check-in place on Facebook?
How do you programmatically create a check-in place on Facebook? The graph API allows you to check-in on existing place (which is represented by a page. You pass coordinates and server returns an array with places with given accuracy and then you…

Stas
- 9,925
- 9
- 42
- 77
0
votes
1 answer
Can I create a checkin with a type of checkin from a webpage with Foursquare API
I have a .NET web application and I want to check users into FourSquare when they log into my website. Using the 4Square API I can authorize without problem but depending on the params I pass to in the check in call it returns with a checkin type of…

Neal
- 1