Questions tagged [checkin]

401 questions
2
votes
1 answer

Update Document meta data in SharePoint library using Event Receiver

I have an Event Receiver that is supposed to add meta data to documents in a SharePoint library. The Event Receiver fires on ItemUpdated and is supposed to add a URL to a field. The following code works perfect except for one little problem, when…
carruw
  • 361
  • 5
  • 10
  • 21
2
votes
1 answer

Check in selected files in TFS programmatically

I want to check in files to TFS, but not all in my pending changes. PendingChange[] changes = workspace.GetPendingChanges(); workspace.CheckIn(changes, ""); In this way i check in all my files. But i only want to check in selected files with a…
proud
  • 53
  • 2
  • 8
2
votes
2 answers

Custom Code Analysis TFS Check-In Policy

Is there any way to create a custom TFS check-in policy that can jump through each node within the code being checked in for code standards we have defined?
BennyT
  • 83
  • 1
  • 9
2
votes
2 answers

how to find friend's past checkins near a location?

In my app, a user is at a location and is looking for her friends who have been anywhere withing 10 miles of where she is. How do I find this with either FQL or graph? The only way that I can see is by running a search like so:…
doles
  • 558
  • 6
  • 20
1
vote
0 answers

Android Facebook CheckIn getting null

i m getting null jsonarray , using official android Facebook api example code Hackbook for user Check in and nearest places list. public class Places extends Activity implements OnItemClickListener { private Handler mHandler; private JSONObject…
Nilesh Verma
  • 914
  • 1
  • 11
  • 26
1
vote
1 answer

Foursquare API Checkin

My question seems pretty complicated to me (maybe not to you guys) so I will try to explain as best as I can. I am building an "app" (not a native app, an HTML based app) to run on iPad kiosks at various venues to allow people to check in on…
Kane Ford
  • 426
  • 6
  • 12
1
vote
1 answer

Checkin API broken?

I'm getting checkins from the facebook API in a iOS-app. This worked perfectly earlier, but now I always get this response with an empty array. Has the API changed or something? reponse: { "data": [ ] }
einarnot
  • 486
  • 6
  • 19
1
vote
1 answer

Getting the share link for checkins from Foursquare API

Currently I'm grabbing a user's latest checkin and displaying it on a page. This is done using an access token, e.g. var url = "https://api.foursquare.com/v2/users/self/checkins?oauth_token=" + access_token + "&v=20120214"; What I'm trying to do…
1
vote
2 answers

How to disable article checkout in Joomla 1.7?

How do you disable the checkout functionality. It's pretty useless in my case and the only way to check in is from backend. OpenGlobal didn't work.
user663381
1
vote
1 answer

Embedding a foursquare map into web site + feature with check-ins

My friends and I start a web/app studio, so we created our own web site. We have an idea to embed a foursquare map into web site, but it isn't all. A special feature: a map should display our last check-in(my friends and mine) for each user of site.…
Ilya Blokh
  • 11,923
  • 11
  • 52
  • 84
1
vote
1 answer

Gated Checkin build ignores [SuppressMessage] in source

We want to refuse checkins which break our custom defined static code rules. Therefore we have defined a Gated Checkin build, with "Perform Code Analysis" set to 'AsConfigured'. When I build the solution locally, using the same configuration and…
GarethOwen
  • 6,075
  • 5
  • 39
  • 56
1
vote
1 answer

Where do I see my google places checkins?

I am developing a mobile-web app and I am trying to checkin to a google place. So I followed the instructions from the [Google Places Api][1]. I got an access token, made a place search request and now I am trying to checkin to a google place.…
johnecon
  • 333
  • 2
  • 9
1
vote
1 answer

How can I retrieve the check-in object from foursquare by querying with a checkin id?

I have obtained the 4sq checkin id from twitter streaming api and I want to get the details of the checkin such as userid, time, venueid etc. However, when I check the 4sq api, I find that the related endpoint requires an acting user. So can…
Yiliang
  • 463
  • 2
  • 6
  • 16
1
vote
1 answer

Document is not updated after check in from Word

one of our customers has great problems checking in documents to a SharePoint library form Word 2007. Whenever she check's in a document to the library the meta data as version number and checkin comment are updated but not the document itself. The…
Flo
  • 27,355
  • 15
  • 87
  • 125
1
vote
1 answer

Facebook checkins - How to do that with phonegap-facebook plugin?

I want to set "checkin" action in facebook. I work with facebook sdk in js. As I understood, I tried this…