Questions tagged [checkin]

401 questions
1
vote
2 answers

Wrong number of Facebook checkins via Facebook Graph API

I have a Facebook page integrated with spot and it has checkin counter(ex: 90 were here) in the left of the page. Now I can access the page using facebook Graph API Exploler like follows. https://graph.facebook.com/page_id In the result of JSON…
MaryJJ
  • 25
  • 1
  • 7
1
vote
2 answers

Populating businesses geolocation

i I am creating an application where you can locate businesses similar to google places, facebook places, foursquare, yellow pages or yelp. My initial problem is that of populating the data. I currently have zero businesses. Facebook has a places…
Andrew
  • 1,696
  • 2
  • 16
  • 20
1
vote
1 answer

TFS 2010 gated check-in using TortoiseSvn over SvnBridge

I have the configuration in the above title. I am using the TFS gated check-in feature which works fine if i use the TFS tools to check in my changes. A review of my understanding of the way it works: my changes are intercepted by the gated check…
re-pieper
  • 21
  • 4
1
vote
0 answers

checkin and delivery from local file system to rtc through Jenkins

I need to deliver a folder from my file system to a component in a stream on RTC I am trying to do this from a jenkins pipeline, using a SCM command sequence but I have not been able to commit the files. The easiest alternative is to use the RTC…
1
vote
0 answers

Trying to checkin on Facebook through ShareLinkContent using FBSDKSharekit pod version 14.1.0 but no luck

I'm trying to add checkin functionality on my app. I got the place Id from admin panel and If user wants to checkin their they can do that through my app using the code below, but for some reason this code is not working only posting the link…
1
vote
1 answer

Check In on facebook wall using facebook-ios-sdk for predefined list of address

I am working on an iPhone app, in which I have to enlist all nearby places and post its check in update on users facebook wall if he/she does so. As of now I made set up for Facebook SSO and I have my current latitude and longitude. I have address…
slonkar
  • 4,055
  • 8
  • 39
  • 63
1
vote
1 answer

Clear case check in method c#

Within my program I have a method that checks out a file but I need to be able to check it back in again, ClearCase.ClearTool CCTool = new ClearCase.ClearTool(); ClearCase.Application m_CC = new ClearCase.Application(); …
Berbies
  • 303
  • 1
  • 5
  • 17
1
vote
2 answers

How to retrieve checkout comments for an element on a branch?

After entering detailed checkout comments before checking out my files on a development branch, I inadvertently overlooked the fact that while checking in the files, . would preserve the checkout comments as my checkin comments, and entered some…
Vinod
  • 925
  • 8
  • 9
1
vote
1 answer

Facebook: FQL get all checkins me() is tagged in

I want to get all the checkins a user is tagged in (note: I am not interested in his own checkins). I tried the following, which is a little illogical and of course does not work, but you'll get what I am trying to do: SELECT message FROM checkin…
Nicolai Dahl
  • 259
  • 3
  • 9
1
vote
1 answer

Implementing Location Checkin Rails

I am trying to implement location "checkins" in my Rails 3 application. For example: User searches for a place and we can find the latitude and longitude of the that place and allow the user to "check in" there. Is there a gem that can help to…
1
vote
1 answer

Visual Studio Check In Policy in combination with .NET analyzers

We worked before with FxCop Code Analyzers and TFS check in policies. I can find articles to migrate the code analysis to .Net Analyzer. I changed a project and the code analysis seems to be working after removing the deprecated FxCop. But I cannot…
1
vote
1 answer

Facebook: ckeckin photos?

I'm doing: $checkins = $facebook->api('/me/checkins', 'get'); for( $i = 0; $i < count ($checkins['data']); $i ++) { //printing the info here } And I'm obtaining an array with the checkin id, my id, my name, the id, name…
user638009
  • 223
  • 1
  • 9
  • 25
1
vote
0 answers

How to prevent sharepoint file checkin from triggering workbook before close?

My sub Workbook_BeforeClose runs twice, because in my Sub CloseWBFromSharePointFolder, I either check in my file, discard it or cancel and do nothing (see code below). Both the check in and the discarding of the file trigger Workbook_BeforeClose to…
Thundereagle
  • 143
  • 1
  • 1
  • 10
1
vote
1 answer

List Eventhandlers versioning/approval/check-in/check-out

The issue we see is that if you cancel a document check-out and you had changed a department (which has different security) the document permissions are not updated/changed back to the previous published version permissions. What is happening is…
Paul
  • 11
  • 1
1
vote
2 answers

Bump a file's version number

I have a build script that I use to produce my install files. To keep the internal version subversion numbers in sync, I append a blank line to the end of the script files, then do another check-in to bump the version number in all the files to the…
dan_linder
  • 881
  • 1
  • 9
  • 30