Questions tagged [userinfo]
151 questions
0
votes
1 answer
Facebook SDK: retrieve User information in my Android application
I am new in Android Development and I know there are many examples about what I am asking but I can't really understand them and the one in facebook doc https://developers.facebook.com/docs/android/graph/ is very complicated
I integrated Facebook…

مروان على فهمى
- 1
- 1
0
votes
1 answer
Fetching Facebook User Info and creating a Profile from it for Android SDK
I would like my facebook login button to automatically grab the user's facebook information and create a profile from it.
I have looked at the example provided by facebook, but I don't want to create separate fragments in a LinearLayout. I would…

AndyRoid
- 5,062
- 8
- 38
- 73
0
votes
1 answer
userinfo in HTML href
I have noticed that when I use the userinfo part (user:password) in an HTML attribute such as href or src, the Chrome dev tools seem to go crazy.
For example, if I navigate to http://localhost:8080 and the displayed document's HTML contains this:

mingos
- 23,778
- 12
- 70
- 107
0
votes
1 answer
ios app saving data with nsuserdefaults persistent?
I'm writing my first iOS app. I need to take the user's ship to/delivery addresses and phone number.
Is it safe to use NSUserDefaults?
I'm trying to keep this simple as I only need to save very basic data like name, delivery address, phone…

user3282227
- 131
- 2
- 10
0
votes
4 answers
How to get full name of the owner of mail file in Lotus Notes
Provided that I have the mail file name and the server, how do I retrieve the fully qualified name of the user it corresponds to in the form "CN=xxx/O=yyy" using LotusScript?
To start with, I have the user's username - the part before @ in the…

Sunny Milenov
- 21,990
- 6
- 80
- 106
0
votes
1 answer
how to connect Google openid claimed_id with oauth2 user id
Google openid returns a claimed_id, such as https://www.google.com/accounts/o8/id?id=Apt0atlGwaRLf6bidtlCtqFNpp1Rvdg0Ka8aqrs
And Google oauth2 userinfo returns a number is, 100168242610783512505.
Given one, how to get the other one? I want to…

user2102627
- 63
- 1
- 8
0
votes
1 answer
Getting the gender,birthday,photo from google UserInfo
I am trying to get the birthday,gender and photo information.
I added two url into scope "userinfo.email" and "userinfo.profile" into scope.
when my program redirects to below…

RBP
- 481
- 1
- 9
- 29
0
votes
1 answer
Getting birthday,gender and photo from google UserInfo
I got this code on below link.
How to get userinfo with google-api after succesfully been authenticated?
GoogleCredential credential2 = new GoogleCredential.Builder()
.setTransport(TRANSPORT).setJsonFactory(JSON_FACTORY)
…

RBP
- 481
- 1
- 9
- 29
0
votes
1 answer
Wordpress $user->ID instead of $current_user->ID
So I've tried numerous times to do this myself but nothing is working, so now I"m turning to you find folks at StackOverflow.
I have a serialized array of posts viewed by user called "flaged". Now in the front-end this works fine and when a user…

Justin Hubbard
- 45
- 1
- 8
0
votes
1 answer
How to get userinfo with google-api after succesfully been authenticated?
I try to get the userinfo after successfully authenticate with a gmail account (tok is a valid token):
GoogleCredential credential2 = new GoogleCredential.Builder()
.setTransport(TRANSPORT).setJsonFactory(JSON_FACTORY)
…

kij
- 1,421
- 1
- 16
- 40
0
votes
0 answers
Facebook get user about page information using graph api
Is there any way to get information in user About page using graph API?
For instance, we can get the user Work and education by going here
http://www.facebook.com/van.trankhanh.1/about
But there is no information about Work and education if we…

An Phung
- 409
- 7
- 23
0
votes
2 answers
Passing String with Notification and then pass to class
I have a question I work for an ipad application, in this app on main view I have an instance of a custom uitableviewcontroller, on row click I post a notification that pass an object and run a method
- (void) drawWebView:(id) sender {
…

francesco.venica
- 1,703
- 2
- 19
- 54
0
votes
1 answer
Google Api - Get users details
I am using the Google Api PHP Client.
I want to get the details of the user who has logged in.
I am setting the following Scopes
$client->setScopes('https://www.googleapis.com/auth/userinfo.profile');
$request = new…

Harsha M V
- 54,075
- 125
- 354
- 529
-1
votes
1 answer
Scraping Facebook always gives me Login info data Android
Ok i know Facebook does not let us retrieve information like emails and phone numbers of our friends, but I am trying to get it through scrapping. Only problem is that I always end up getting html data for the login page and not the user info page…

SoH
- 2,180
- 2
- 24
- 53
-1
votes
1 answer
Local Notification userinfo not getting in launch options
I'm sending LocalNotification from my iOS app. All notifications are arriving successfully. I'm handling those notifications using notification userInfo which is receiving from didReceive response function and facing no issues when app is in either…

Harsha
- 760
- 1
- 7
- 21