Questions tagged [userid]

Used by services, systems , programs and etc to uniquely identify the user. The User ID might or might not coincide with the user name.

455 questions
4
votes
5 answers

How to get the username of the user accessing ASP.NET intranet page within local network?

We have an ASP.NET intranet site, available to users who are either physically at and logged into a local machine or else to users who connect remotely via VPN. Is there a way to automatically get the username of whoever is accessing the page based…
notnot
  • 4,472
  • 12
  • 46
  • 57
4
votes
2 answers

Get the customer user_id in Woocommerce email footer template

I am trying to get current_user_id in woocommerce custom email template but it returns 0. Does anyone know how to get user_id in email template in wordpress. I get the user id when I use this code in any php template. Below is my code:
John Bravo
  • 91
  • 1
  • 2
  • 10
4
votes
0 answers

Retrieve Facebook ID from authdata in Parse - Android

I made a mistake not saving the user FB id separately in Parse and now i am implementing a feature where i need the user Facebook ID. is it possible to access authData? My App is in production and have a large number of users. So not possible to…
4
votes
3 answers

ASP.NET MVC2 Membership: How to get userID and roleID of logged user?

How can I get userID and roleID of user that is logged to application? User.Identity doesn't contain these details? Thanks, Ile
ilija veselica
  • 9,414
  • 39
  • 93
  • 147
4
votes
1 answer

Instagram: How to get Username/ID from Access-token?

I got an access-token of an Instagram-Account on my MySQL-Database and I wanted to know if there is a way to get the Username or the UserID of the creator of this token (with PHP). Any ideas or is this impossible?
Dominik Seemayr
  • 830
  • 2
  • 12
  • 30
4
votes
1 answer

Android LVL and InAppBilling: how to select current user account for purchase?

I use Google LVL and Google Inapp Billing API ver 3 in my java application for Android. Of course I use (slightly modified) LVL library project from Google extras and IAP jar that Google suggests. LVL library LicenseValidator in verifyLicense…
Tertium
  • 6,049
  • 3
  • 30
  • 51
4
votes
2 answers

Couldn't find User with id=#

I am getting this error when I click on 'edit': Couldn't find User with id=# ActiveRecord::RecordNotFound in UsersController#edit Here is the UsersController: class UsersController <…
Jeet Kumar
  • 41
  • 4
4
votes
1 answer

Get UserID from ASP.Net Login control LoggedIn event

In ASP.Net, I am trying to get the UserId (i.e., the user GUID) of the user that just logged on, in the LoggedIn event of the Login control. That is, I want to grab the UserId before the user is moved to to the next page. This is the code I am…
Proposition Joe
  • 481
  • 4
  • 8
  • 22
4
votes
3 answers

Retrieve user id from Siteminder smsession

Our system is a gateway interacting with Siteminder for authentication and connecting to back end systems. Siteminder is returning SMSESSION and SMIDENTITY in the header. How to retrieve the userid from SMSESSION. The format is as…
user1860832
  • 63
  • 1
  • 1
  • 5
4
votes
4 answers

Is there any issues using the column id from database as users ID

I always include a column ID with an auto increment feature in my databases. Is there any reason why I wouldn't want to use that as the users ID for a social networking site. The ID would be known to public and used in URL's and what not. Figured…
kdjernigan
  • 309
  • 2
  • 5
  • 14
4
votes
2 answers

Unable to connect to queue manager in WebSphere MQ 7.1

I've installed WebSphere MQ 7.1 on Linux platform, after which I installed WebSphere Message Broker 8.0.0.1. Now when I try to create an execution group, I get an exception: Reason code 2035. This exception states that the user is unauthorised to…
Tanu
  • 369
  • 5
  • 7
  • 18
4
votes
2 answers

How can I count the amount of Facebook friends in iOS sdk?

I'm trying to figure out how to get a random userID from my friends. is there a way to do it with "friendPickerController" ? the only "count" method I've found is in the selection, which dosen't help.
Tomer Rubin
  • 173
  • 2
  • 17
3
votes
0 answers

How to Find or Message someone by their Telegram numerical user ID?

So here is my situation, I had about 8000 users in Telegram message my bot but Unfortunately I did not know I had to save their chat IDs, instead I saved their User IDs which is the numerical one like 123456789 Now what are the options that I have…
3
votes
1 answer

How to get user id from JWT token

I am trying to get the user id so I can connect models in mongoose and keep track of what each user has posted. But in order to do that I need to get the user id from jwt token and I have no idea how. This is a MERN application and I have tried to…
3
votes
2 answers

Param user_id is not a valid Instagram User ID for HTTP GET

I am using the Instagram API and I'm having some small roadblocks. I already got my Access Token working on the Graph API but the user_id I'm feeding it seems to not be working, I'm retrieving the ID from Otzberg using the app-linked Instagram…
Posho
  • 53
  • 1
  • 6
1 2
3
30 31