Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Used by services, systems , programs and etc to identify the user .Might or might not coincides with the user name.
0
votes
0answers
13 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
2answers
247 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
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 ...
0
votes
0answers
31 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
3answers
112 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
2answers
308 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
141 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
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 ...
-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 ...
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
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 ...
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 ...
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
157 views
Facebook response.post_id Composition
I would like to be sure if the first part of the
response.post_id
that Facebook sends back after a share action ex : 500716428_211026529025294
is always,always the facebook userid (500716428)
...
0
votes
1answer
49 views
trying to get both the userID and the ID of the profile where the clicked on the app
I am designing an app that lets one facebook user commission another user. I'm new to the facebook API, but I'm doing my best - hopefully someone can point me in the right direction.
The app does the ...
0
votes
0answers
102 views
Open Graph Object Numeric IDs reserved for users / non-user objects
Does anyone know or have documentation on what numeric ID blocks Facebook uses or has reserved for the different objects they have in the open graph.
For example, Facebook reserves blocks from ...
0
votes
1answer
482 views
Getting friend user id, and their photos
I am doing some research into the capacity of Facebook Connect. I have some questions on how a couple of bits of functionality.
Is it possible to fetch a list of all friends of a user?
The idea of ...
0
votes
1answer
480 views
facebook tab userid is 0 after page like
I'm trying to get a the facebook userid in a facebook tab, but somehow this always returns 0.
This is the code I use:
$config = array();
$config["appId"] = "427761887242287";
$config["secret"] = ...
1
vote
2answers
160 views
How to prompt user for access to user id in a simple iframe tab?
I know there are many Q&A on here about this but I can't seem to make sense of them because they don't show full code examples or are for doing something different than what I'm trying to do.
I ...
0
votes
2answers
254 views
I am having problems running Facebook FQL queries that include long user ids
I am having problems running queries with FQL that include a supplied "Large"(beginning with 10000..) User ID
here is an example of one that is not working:
fql?q=SELECT uid, ...
0
votes
2answers
501 views
Not getting Facebook User ID
I'm trying to get the Facebook ID of the current user logged in and using my app so that it can be written to a database along with some other information.
I've tested it countless times for myself ...
0
votes
1answer
268 views
App works in canvas page but not in page tab
So im working on an app which will where you will be able to send in a love poem and then get it back to your facebook wall translated.
So it should be a pretty simple task. I ask for the ...
0
votes
0answers
193 views
$facebook->getUser() gives the same userid even when i am logged in as a diff FB user?
I am developing a little app and it looks like the loggin process doesn't work. If i logged out and login as a diff. FB user i still get the userid of the first loggedin user. I don't use sessions.
2
votes
3answers
5k views
Convert Facebook names to id numbers
I've noticed some difference in Facebook profiles :
Some of them have the following string format at browser nav bar :
http://facebook.com/john.smith
and the others look like this :
...
0
votes
3answers
2k views
Get current user id without access_token for poll app?
Can I get the user_id without him acepting my app?
I need to build a poll app that should not require auth do vote. If I can store the user_id I can make sure all votes are unique...
Thanks
0
votes
2answers
316 views
need retrieving userid from facebook c# sdk without making a request to facebook for it
I need to get an easy facebook userid without having to do a request to facebook.
I am at a loss. I have been using the 'FBConnectAuth.dll' se easily for all my facebooking in my web application but ...
0
votes
1answer
626 views
Get userID with the new JS SDK
how would you do something like:
strUserID = FB.getSession().uid;
with the new JS SDK?
simple call to get the users id after logged in?
0
votes
1answer
140 views
Loading profile pictures with Graph API not working for large user IDs
I'm trying to load in the profile pictures of a large array of users, but I was finding that a few weren't loading in. When I tracked these down, it seems that they have much higher user IDs than the ...
2
votes
2answers
819 views
$facebook->getUser(); STILL returning 0
I see this has been asked a lot here but I still have yet to come up with a solution. I need to get the user's ID to determine if they have already filled out a form in my app. Here is my code..
...
-1
votes
1answer
124 views
i want to get facebook userid which i can pass on to my website to keep track of user
i want to get facebook userid which i can pass on to my website to keep track of user when i click a link on my app. The purpose is to provide 10% discount to all new user who go from facebook to our ...
0
votes
1answer
729 views
Get User-ID not working sometimes?
i am having some issue with an app i made recently.
Its a voting app that is supposed to allow voting once per day for every user.
So i am taking the user id and placing every user-id in a database, ...
0
votes
1answer
323 views
Name/UID on page tab without authentication?
I had previously thought there was no way to get a user's information, specifically their userid, without first getting them to authenticate your app. I see that this page, however, does that on a ...
0
votes
1answer
1k views
Facebook App FBML, fb:friend-selector get friend userid
i am trying to get the current logged in user's friends, they should select one friend using the form below and then submit it to the same page.
The script is suppose to get the friend's userid (only ...
