Used by services, systems , programs and etc to identify the user .Might or might not coincides with the user name.

learn more… | top users | synonyms

0
votes
0answers
28 views

How to get Google USER ID (not the device ID) for sure?

There are several methods to identify a device - IMEI/IMSI/ESN, GoogleID, your own encrypted GUID, saved in private store, etc. But as long as people switch their devices every 3-6 months it's ...
0
votes
1answer
27 views

A neat way to implement Linear Congruential Generator for ids in MySQL?

A bit of introduction: After pondering over what kind of unique ids which will be exposed in URLs and elsewhere to use I've chosen Linear Congruential Generators ...
0
votes
0answers
21 views

SSRS User!UserID get VPN user id instead of windows ID

I want to filter a report based on user ID but when accessing the report via VPN User!UserID gets the windows ID of whatever the user is logged onto their machine as instead of the VPN ID. Is there ...
1
vote
2answers
69 views

User id in perl cron job

I have a perl script which is running as cron job (every minute). Now, I do certain computation and execution in my file. Whenever the job is running, it does not get access to some folders in the ...
0
votes
1answer
23 views

Worklight: custom user ID for Push NOTIFICATION_USER table

I want to know, Is there a way to save a custom UserID in NOTIFICATION_USER in place of log-in user ID? for example, currently it is saving UserID as "aahad" in the NOTIFICATION_USER and i want it ...
0
votes
0answers
14 views

Need to get a Commenter's “category” from FQL result. Possible in Graph, but not in FQL?

I had written a function that used the Graph to analyze all the comments on a webpage and ignore ones where the [from] element had a category:. If the commenter has a category they are not a real ...
0
votes
0answers
16 views

Get QID & User ID from Active Directory Application Mode using Powershell

I have been recently asked to find out the QID & User ID from Active Directory Application Mode (ADAM). And I am guessing Powershell is the best way to perform this task, if so kindly can you ...
1
vote
2answers
108 views

Console Hang when Incorrect UserID Password Entered to Lotus Notes Client with Java

I am writing a standalone Java application which talks to a Lotus Notes client using notes.jar. The application doesn't have access to a Domino server which is why I'm using the Lotus Notes client. ...
0
votes
2answers
263 views

Facebook php-sdk not able to get user id (i get 0) no matter what

i really need some help over this one.. i m trying like over here Facebook PHP SDK $facebook->getSignedRequest() Get User ID and Name. (Page Tab) to create an app that is linked with a facebook ...
0
votes
2answers
74 views

django How do I get the user id in the data base with a foreign key

I'd like to get the user id in the db automatically when the user fill a form, but I don't know what I have to do. I'm working on that for all day long, I tried to do it by an hidden input but I'm not ...
0
votes
0answers
22 views

Can't contact users that logged in using Facebook Login

I have the problem that we cannot contact users that used Facebook Login. If we get their email adress USERID@facebook.com and try to contact them...all we get is a MAILER DAEMON answer... How can ...
1
vote
1answer
26 views

how can i get user id from status

We can usually mention our friend when we write our status message on our wall page. I want to get mentioned users' numeric id from status message. so I have had to try to find mentioned person's ...
1
vote
1answer
93 views

How to get userID from login on webbrowser c# for windows phone?

I am trying to retrieve the UserID that is returned once I have entered and submitted correct username and password. I have been struggling to: Close the Web-browser once it has successfully ...
-1
votes
2answers
73 views

Parse error: syntax error, unexpected T_VARIABLE on line 110 [closed]

I m trying to get username ID from users database the data that I have from session is username so I have code to select username id and store it into veriable the code I have is that it stores image ...
1
vote
1answer
77 views

MySQL users table and posts table - matching the ID

I'm quite new to databases so i apologise in advance if this sounds silly. Im creating a basic web application that simulates a micro blogging website. I have three tables authors, posts & ...
0
votes
0answers
33 views

Facebook, Twitter, Google+ and Youtube IDs

does anyone know how the IDs of facebook, twitter, google+, youtube and soundcloud are generated or what kind of charachters they have? I want people to store their IDs on my page, but I dont want ...
0
votes
0answers
63 views

Django phonegap app that returns only a subset of the web app content

I have a Django app that I wrote for displaying Movie related information. This app has data tagged by genre like Thriller, Comedy etc. What I would like to do is create a mobile app called ...
0
votes
3answers
113 views

Facebook sdk using php: how to get theuserid of the connected user

how can i get the current logged in userid ? im pretty sure my appId is correct $facebook = new Facebook(array( 'appId' => '...', 'secret' => '...', )); im using this method but i ...
0
votes
0answers
71 views

Basic api call for user's name and profile picture gets 'UNDEFINED'

I am a novice at web development, but I am trying to make a basic website that uses Facebook API. In order to get started and get my feet wet, I'm following the instructions of ...
0
votes
1answer
82 views

Populate Joomla userid Progammtically

Using Cometchat with cross domain settings on a Joomla 2.5 site. Cometchat bar shows correctly and is grabbing the correct session information but not populating the userid in the URL. So when a ...
0
votes
0answers
72 views

Searching the User in Database [closed]

I am developing a search function on my website and as of right now, each user has a user_id in my database. The search function does properly display the user results, however, I would like to figure ...
0
votes
1answer
331 views

Sharepoint 2013 app user Guid

i am having little problem in getting Sharepoint Userid (GUID) in SP App 2013. so far i am getting Sharepoint user's Email address and his Full name using userProfile class of Sharepoint ...
0
votes
1answer
55 views

Microsoft MQ MQRC NOT AUTHORIZED

So I've tried everything I can think of and this is my last resort. I am new to MS-MQ and I have written a small app to connect to a Remote Queue Manager. However it is not working. I receive an ...
0
votes
1answer
93 views

What's an alternative to using ObjectId as a unique identifier for a user in mongo?

My site layout is like so: blah.com/user/<username> User1 { _id: "ObjectID(asdfa)", name: "john smith", email: "blah@test.com, friends: [ "ObjectID(asdfa2)", ...
0
votes
2answers
309 views

Facebook SDK 3.0 Android get AccessToken for saved user with id and password?

Is it possible to get a AccessToken for android Facebook API call with saved User id and password? Or maybe get AccessToken for android from Facebook Websites or some other ways... I do have User Id ...
1
vote
0answers
142 views

How to get user id who shared my post (in page)

With fql, i'd like to get user id who shared my post. Which table can i retrieve that info. i checked out comment, like, and link table but could'nt find any word regarding 'share'
0
votes
2answers
111 views

android need google user id as part of method to unlock feature

My app is free and, using in-app purchases, I'd like to enable additional functionality. To do so, I am envisioning generating an unlock code that is dependent on the current user and the current app ...
3
votes
1answer
72 views

PHP: Storing the logged in user

When having user login to the site I need to somehow store the logged in user id so that my site can generate different content for different users. Is it secure to save a user's id in a $_SESSION[] ...
0
votes
1answer
67 views

how to get the uid of person who is in relationship or commited or married to user with php sdk

how to get uid of person with whom the user is in relation or married with fql if the required permisson is granted ? I need to get user id of user with whom the person is in relation to .. i am ...
1
vote
1answer
387 views

In App Purchase iOS access AppleId

Is there a way to access apple id that is enter by user in authentication dialog while doing in-app purchase (email or their internal id) after purchase is done?
2
votes
1answer
139 views

How to check authorization when HTML5 file called in JSF project

I define a PhaseListener for to check authorization in JSF project. But it doesn't work for HTML5. Even if I add to url=*.html for servlet mapping in web.exml, it doesn't work for HTML5. Because JSF2 ...
1
vote
1answer
76 views

Getting and inserting into other table UserId

How can I get with C# logged in UserID to insert it into other database table? Columns in second table has the same datatype (uniqueidentifier) as column UserId in aspnet_Membership table. It ...
0
votes
1answer
51 views

Wordpress User ID is Different on Different Pages

I'm working on a Buddypress / Wordpress site, and using get_queried_object()->ID; to grab the user's ID, but I get different results on different pages. I've gotten 47, 59, and 2. It should be ...
0
votes
2answers
354 views

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 ...
4
votes
4answers
48 views

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 ...
1
vote
1answer
91 views

MySQL replace ids with names from other table

I'm using SELECT m.id, r.username AS `from`, s.username AS `to`, m.message FROM msgs m INNER JOIN usrs r ON r.user_id = m.from INNER JOIN usrs s ON s.user_id = m.to; to replace user ids with user ...
1
vote
1answer
104 views

Change user id of an app on Android

I have root. So how can I change the user id of an android app? The background is, I have to start an activity of an app not owned by me in my app. But this will only work if the apps have the same ...
-2
votes
1answer
137 views

Get list of usernames based on userID

I want to make a batch query similar to this: SELECT name FROM user WHERE uid IN (userID1, userID2, userID3 ...) and name LIKE '%searchParameter%' Is this even possible? And how can I achieve ...
2
votes
2answers
2k views

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 ...
0
votes
1answer
141 views

Authenticate user from mobile app

I have mobile online game and my server need user_id for the player. But facebook only gives me access_token to request data from user account and doesn't provide signed user_id. It's important to ...
0
votes
0answers
24 views

trying find an unused user ID in column in a table

I am some what of a novice to SQL, but I am looking for the next available user_id in a column, so i need to build a user_id 'CPC', I need to show all available variations of CPC not already used. ...
0
votes
1answer
206 views

UserID and Data Driven Subscriptions

I am trying to create a data driven subscription for a report that uses @UserID to filter the results (for security purposes). The solution I've seen referenced as the answer to several similar ...
0
votes
2answers
111 views

How to get the userID of a logged in user?

I'm trying to get the userid of the currently logged in user. Here is my code: public int GetUserID(string _UserName) { using (var context = new TourBlogEntities1()) { ...
0
votes
0answers
56 views

Facebook User ID In Flex Application

This is the scenario. We have a video player written in Flex. The video player will play videos inline facebook as youtube plays its videos. This all is doable. But is it possible to get the current ...
0
votes
2answers
376 views

How do I get current logged in user's UserID when using ASP.NET Forms Authentication?

I am currently having trouble in ASP.NET (with Silverlight 4). I need to get the UserID of the currently logged in user, (I am using Forms Authentication). How can I get this value?
0
votes
1answer
298 views

joomla 2.5 echo username based on userid from an external table

I've dug about a bit looking for an answer to this. My lack of skill in php and sql are killing me. I have a table that utilizes the userid of any given user that creates an entry in this table and I ...
1
vote
0answers
99 views

Addthis facebook getUserID

I would like to know if its possible to get the facebook userid in the event callback when you click a button using the addthis share buttons. i'm using the facebook like button in the xbfml fashion ...
2
votes
0answers
149 views

Application with sharedUserId kills other apps with the same uid when installed

I have two applications, let's call them APP-A and APP-B, they share the userid "com.example.app.USER", if APP-A is running and I install APP-B, APP-A closes. Does anyone know if this behavior is ...
1
vote
1answer
59 views

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 ...
0
votes
1answer
62 views

Building a SQL query - Return some rows once, some not

I need to build a SQL query which is beyond my programming abilities. Okay, here is my request: Let's say I have a table, with: id, user_id, email and amount columns. This query, should SELECT ...

1 2 3