Questions tagged [checkin]
401 questions
0
votes
1 answer
How to publish checkins for a Facebook user
I am building an iOS app using Appcelerator and the build in Facebook API module. I need to find a way to publish checkin on the behalf of the user. The user must be able to checkin at at location and / or a specific FB page. Is this possible? I can…

Jonathan Clark
- 19,726
- 29
- 111
- 175
0
votes
2 answers
Foursquare API Getting friends checkin History
So I've created an app on foursquare and used this tutorial to get the user to accept my application for their FourSquare account.
Now I was under the impression after I did this I would be able to access their checkin history. I've tried pulling…

Anks
- 485
- 9
- 27
0
votes
1 answer
Tracking Checkin Deals
We are considering running a contest/drawing for users who check-in to our client's business. The Checkin Deals (PDF) feature looks really cool but it doesn't seem like you can programmatically access data on users who have checked in for a…

Kevin C.
- 2,499
- 1
- 27
- 41
0
votes
1 answer
How do I check in to a place with Facebook Graph API
I'm looking to use the Facebook PHP SDK to be able to "check in" to places on Facebook from a widget on my site.
I'm having some trouble figuring this out. Do I need to go and create a Facebook Graph object of the place I want to check in to. By…

jim
- 8,670
- 15
- 78
- 149
0
votes
1 answer
Anyway for admin to get ALL checkin info?
looks like every checkin call on the api only relates to a user's checkins or their friends. Is there no way for a page administrator to see all of their checkins with times and names? I know you can see the total, but we are needing to look for a…

Ivan Mayes
- 125
- 1
- 8
0
votes
1 answer
How to allow users to checkin in my app without posting to the user's wall?
Hi I am currently building a facebook app that allows users to checkin for themselves and others and post annonymously on our app main page. I checked the API for developers and only found something like checkin and post on user's wall. Can anyone…

Nancy Qiannan Zhang
- 25
- 4
0
votes
1 answer
Querying FQL without user
I'm trying to get the number of recent checkins for multiple facebook places. I'd like to setup a CRON script that queries for recent checkins using something like:
SELECT tagged_uids FROM checkin WHERE timestamp > 1318514998 AND page_id IN…

Charlie Rosenbury
- 21
- 2
0
votes
0 answers
How to Check In Check Out and Upload File on Sharepoint using cURL and OAUTH token
I want to share below solution for CheckOut , Upload File and CheckIn on Sharepoint using cURL
#Excel CheckOut
curl -k --data '' --request POST -H "oauth2TokenHeader"…

Farhan Ashraf
- 1
- 1
0
votes
1 answer
Booked nights, per month in Excel
I have the data set (below a sample). Trying to get the number of nights, in each month

abdul
- 1
0
votes
1 answer
Can a Facebook checkin deal be accessed outside of the mobile FB site or official application?
If you create a checkin deal, are users still able to get benefits if they checkin via an app built on the graph API that has access to the user's checkin permission?
If so, how would the deal be displayed? Let's assume that the app is something…

Simpleton
- 6,285
- 11
- 53
- 87
0
votes
1 answer
How can I use cocoafish/cocoafish-ios-sdk/samples/DemoApp on github.com, facebook check-in sample?
Nowadays, I develop facebook checkin of iPhone app.
So, I searched sample on github.com and found cocoafish/cocoafish-ios-sdk/samples/DemoApp.
I built this and executed this app and I clicked "Login with Facebook" on user tab.
After typing email and…

DianWei
- 1
0
votes
2 answers
I have to create a query that check before inserting if the booking dates don't overlap
I have a Booking table composed by these attributes:
Booking(ID, checkIn, checkOut)
ID bigint NOT NULL,
checkIn timestamp(0) NOT NULL,
checkOut timestamp(0) NOT NULL,
primary key(ID)
timestamp(0) datatype is something like this: '2022-12-31…

Mohammed Kumar
- 3
- 2
0
votes
1 answer
Can I search Facebook checkin deals?
Is there a way that allows searching the deals available in the checkin deals?
I have found APIs that allow adding deals programatically, but not searching deals.

david
- 11
0
votes
1 answer
Foursquare Java API v2 - Checkin Example
I'm trying to create a Foursquare application using its Java API v2 but I couldn't find any sample source code for the checkin process. I don't need to full source code (authentication, venue search, etc), I just need to checkin part.
Can somebody…

vegidio
- 822
- 2
- 11
- 32
0
votes
1 answer
How to bulk check in all checked out documents in SharePoint 2010
I have SharePoint 2010 environment. Many documents are checked out by other users.
I need to bulk check-in those documents. Can anyone suggest to me a reliable way for the same?
Thanks

thedeepponkiya
- 97
- 1
- 11