Questions tagged [checkin]

401 questions
0
votes
0 answers

login twitter account in android app with twitter kit

I'm making an android app using Java as a language. The idea of ​​this app is to be able to log me in with my twitter account and be able to get the name, email and image of the account which should be shown in a kind of user profile in the app In…
Mauricio
  • 1
  • 4
0
votes
1 answer

trying to calculate dates with price using React

I'm trying to calculate a total price, by getting the selected dates from the check in and check out values and adding the price per day. I can't find a solution on how I can get the value from the dates, as a numeric value. Here's what I have tried…
Sara
  • 1
  • 2
0
votes
1 answer

How to "Check In" uploaded document on SharePoint?

I have VBA code that uploads a new document on SharePoint. It uploads new row on SharePoint, but it doesn't start a workflow for new item, because it needs to be "Checked In". When I do it manually, I click Upload, choose a file, fill required…
Yanger
  • 3
  • 1
  • 2
0
votes
0 answers

Content Type in SharePoint Via VB scripting

Whilst I'm trying to checkin the file into SharePoint using VB scripting, I'm being asked to manually select the Content Type (either document or Link to document). Can you please help how can I automate if using any command?? After setting Set wb =…
0
votes
2 answers

Graph API Check IN

Hi I am developing an application that will communicate with Facebook Graph API to check in user at a particular location (only one). 1) I let the user sign in, and ask for authorization to publish/sign into locations 2) I get the token from…
Nik
  • 1
  • 1
  • 1
0
votes
1 answer

How to remove a file including its history (removing history is important) from master branch where I don't have force push permission?

Tried below but didn't work. Created my local branch from master. Ran this command in my local branch and pushed it to remote. I was able to remove file (including its history) from my branch. $ git filter-branch --index-filter 'git rm --cached…
0
votes
2 answers

Facebook Open Graph - See if User checked into a particular place some time

is there a way to check if a user checked into a particular place at any time in the past? with php sdk, i can get a place info like: $place = $facebook->api('/placeIDhere'); var_dump($place['checkins']) this gives me the checkin count. to get the…
choise
  • 24,636
  • 19
  • 75
  • 131
0
votes
1 answer

Facebook Check-in with camera picture bytearray

Is it possible to checkin with a picture on the device? I tried using "picture" bundle, but it only works if I point to a URL, not working if I use a byte array. The picture is just not shown on the wall if I use byte array.…
0
votes
1 answer

TFS API Pending Items, Exclude list, Include List

Background, I am making a TFS merge tool to service out development and Branch requirements. Withing this tool I have a business object layer that uses the Microsoft.Teamfoundation.ExtendedClient Package. What I have I currently have a function that…
0
votes
0 answers

BeforeClose CheckIn auto save without prompting

I'm running the following simple code: Private Sub Workbook_BeforeClose(Cancel As Boolean) If Workbooks(ThisWorkbook.Name).CanCheckIn = True Then Workbooks(ThisWorkbook.Name).CheckIn (SaveChanges = False) End Sub However, even I use the…
Pete
  • 1
0
votes
1 answer

CakePHP and Facebook Plugin: read user checkins

I am using CakePHP and Nick Baker's Facebook Plugin, and I am trying to retrieve a certain user's checkins. The problem is that I have quite no idea on how to do this. There is nothing related to checkins in the plugin's documentation. All I have is…
linkyndy
  • 17,038
  • 20
  • 114
  • 194
0
votes
1 answer

Remote check-in to GitLab from Jenkins

Requirement: I've an Java Project which reads excel and updates the same excel after validation. On the build run, it all happens. Now, I've to use the GitLab and Jenkins for it. My code is on GitLab on which I've configured the webhook to run the…
Tarun
  • 65
  • 4
0
votes
1 answer

About facebook checkin in facebook graph api in iphone

Does anyone know about Facebook checkins with the Facebook iOS SDK? I have made an application using Facebook Graph API and now I want to add the capability to checkin to it. How would I do this? I have tried the following code but it returns…
Jean-Luc Godard
  • 1,873
  • 3
  • 28
  • 53
0
votes
0 answers

is there a code that can fix my current code?

I've created a check-in / check-out system. my code works perfectly fine when applied to only one sheet. but when I try to apply this code to multiple sheets, I get error, I've tried three codes and still cant get excel to apply the code to each…
0
votes
1 answer

Laravel - php Identifying multiple check in / check out in attendance

We are developing a simple attendance system based on Laravel Framework. We are new to Laravel framework. We use the basic auth system of Laravel. The user can check in / check out using the system. While doing,the user is supposed to take a photo…
Guest
  • 3
  • 4