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.
A set of characters used to identify the account of a person to a system.
-2
votes
0answers
24 views
get facebook friends' user name for iOS app [closed]
I want to retrieve my friends' username using facebook sdk for iOS app. I get friends' ID and name but I am not able to get usernames of my facebook friends. So is it possible to get username? Is yes, ...
1
vote
0answers
59 views
Facebook get username and write it to database
I'm creating flash game for Facebook. I need to get Facebook username and write It to mysql database, but here I have problem.
This is my code to show game and get username from Facebook. fb.php
...
-7
votes
0answers
36 views
I accidentally selected a wrong or misspelled username for my Facebook Page. Can I change it? [closed]
I have changed my FB business page friendly url. I dont have option to change it back..
anyone please help to get my old username back.
Thanks
-3
votes
0answers
28 views
Page delated - username is “not available” [closed]
My co-worker went berserk and delated our Facebook page... we had over 20 000 likes, now all gone...
Now i'm starting the page up all over again, but the username we used for the now delated page is ...
-1
votes
1answer
19 views
How can i find the old username [closed]
Last days Ichanged the username of my facebook page. Now it username is "CufarulPrafuit" (https://www.facebook.com/CufarulPrafuit).
Can you tell me the old version of it and how can i find it myself ...
1
vote
1answer
26 views
how do I get a profile's “link” from Facebook's graph in a bash script?
I'm trying to write a script that needs to extract a list of public facebook page URLs and stores them in a flat text file. I've already downloaded a few http://graph.facebook.com/$NUMBER files with ...
1
vote
0answers
43 views
Facebook username url
If a facebook's username url is changed, will the likes from the old username url be carried over to the new username url?
I can't find any articles about this, but I can find articles about fans ...
0
votes
0answers
25 views
display an icon next to a user name
would it be possible to display a custom icon next to a user name?
this icon should be displayed next to any user name in the
timeline
news list
user list in the chat sidebar (here maybe next to ...
-5
votes
1answer
198 views
Can't change my username [closed]
I have recently changed my username, but I've realized now that I don't like it(it was the first time ever that I've changed my username). Now when I tried to change it again, I couldn't do it. When I ...
1
vote
2answers
104 views
How can I know if a Facebook account is personal account or a Company Type account?
Is there a graph API call to know if a given account is Business accounts or personal account?
When I call the graph API like this,
http://graph.facebook.com/11234545656556 (the number is fake for ...
1
vote
2answers
151 views
Does every facebook user have a username?
I want to use fb login and the user's facebook username on my website. However, I need the username to be non-blank.
Is it safe to assume that every facebook user has a username (that I can get ...
0
votes
1answer
69 views
Getting Facebook Username Into Flash
I have made a Flash game that has a PHP login that's connecting with a MySQL database.
Anyway, I'm trying to make a simple app that you'll visit on Facebook and it'll automatically get your username ...
-2
votes
1answer
53 views
Facebook Username [closed]
I would like to be able to change my username but I can't because it says I have already changed it which I haven't but anyways my username was at a different part of my life and I would like to ...
2
votes
1answer
302 views
iOS6 Reading Facebook username ID from Addressbook
I can read Facebook friends first name, lastname, birthday ... but I am unable to read the Facebook username ID from my address book.
If the Facebook detail is on my phone's addressbook it is reading ...
0
votes
1answer
136 views
Facebook get user id
I am making a simple contest on Facebook wich is a formular to fill in.
I would like to add a mechanism with share options.
You will win another chance for each friend who will click on the backlink.
...
0
votes
1answer
407 views
How to make a unique username when using FB connect
Hi everyone I want make sure the username is unique!
First I get there username and check if existing already. If not add them to the database, but if the username is taken I will add number behind ...
-1
votes
1answer
18 views
How facebook provides page name to a user [closed]
When I go to a other's account in facebook then on url it looks like...
www.facebook.com/username
www.facebook.com/blaname
etc
What is concept behind "/username" and "/blaname"?
Is it a virtual ...
0
votes
0answers
53 views
Log In with Facebook
So I am trying to add an additional log-in button to my site that will allow users with Facebook to login. I have added all of the code found on:
http://developers.facebook.com/docs/guides/web/, but ...
-2
votes
1answer
108 views
Claiming a username [closed]
Yesterday I set up a page that's in need of username "username1". When I tried to change my username (after 25 likes), I was prompted that it was not available.
"username1" was already being used for ...
-1
votes
1answer
110 views
Facebook SDK , How To Put Name of user in wall post?
I got this code and working fine
$access_token = $facebook->getAccessToken();
$vars = array(
'caption' => 'Caption message',
'message' => ...
1
vote
1answer
92 views
How to obtain username/name for a company facebook account?
Right now I am using the graph API explorer and I have a company type Facebook account.
However, the following command do not return "username"/"name" field.
I did set a proper username in the Profile ...
0
votes
1answer
412 views
Is it possible to get Facebook user's Twitter username via Graph API? Needed for Klout score
In order to find out Facebook user's friends Klout score using their Facebook id (e-mail) & granted permissions their Twitter username is needed.
Facebook users are allowed to link their Twitter ...
0
votes
1answer
401 views
Facebook application username request fql or graph api
In one of my facebook applications i need to list the users that i have in my db (width their ids). I need their name, photo, and other details from facebook. Specifically i need to list the top 100 ...
0
votes
2answers
739 views
Facebook PHP-sdk username
Simple question:
I've used php-sdk to get a hold of a users picture when logging in. Like this:
$user = $facebook->getUser();
if ( $user )
{
try {
$user_profile = ...
-1
votes
1answer
816 views
How to set Facebook application Vanity URL [closed]
I've searched around a lot and haven't been able to find a way to set a Vanity url for my facebook application.
What I want is to have something like www.facebook.com/myappname to be poiting to my ...
0
votes
2answers
1k views
Javascript API Get Username
Is it possible to get an username of a specific user if this user has one. Do I need extended permissions from the user to do so?
The user accepted my app and I already get the name, first_name and ...
1
vote
2answers
108 views
Is it possible to move a username from a fan page to an app page under the same account? [closed]
We have a fan page set up for a game we're making - and a username tied to that page. Let's call the page "www.facebook.com/FoobarGame". We are about to launch the app, and would like to move the ...
2
votes
1answer
4k views
Retrieving username and gender from Facebook in android
This is how I retrieve the information stored in shared preference and later am comparing whether username and password exists. If user is logged in I am able to show another activity.
...
0
votes
1answer
94 views
Issue requesting a Facebook username for a page [closed]
I have a page for my band on Facebook with the requisite over 25 fans to request a username. I've checked the username by going to Facebook.com/username, and it's not being used, but when I request ...
-3
votes
1answer
140 views
preg_matching on facebook profile.php
how to grab facebook username? using preg_matching?
this is my sample code!
<?php
$page = file_get_contents("http://www.facebook.com/profile.php");
$username = preg_match('/<meta ...
-2
votes
1answer
68 views
Facebook - Allow User to specify username [closed]
I am creating a site that I want to use FB login soley for convenience. People coming to my site will want to be anonymous and not use their real names.
I used FB connect on a site in the last 6 ...
1
vote
2answers
625 views
Django registration, first and last names, no username
I am using the django-registration package. I do not want people to have a username but to enter instead their first and last names. Like on Facebook. How can I do that ?
0
votes
3answers
513 views
How to determine the username using Facebook connect?
I'm integrating facebook connect with my website.
I was wondering if it's possible to get the username of a particular facebook profile? Using php library I'm able to retrive full name, first_name, ...
0
votes
1answer
390 views
How retrieve the username to make a complete wall post using a Facebook dialog in an iphone app?
I'm using this code to pop up a Facebook dialog and to allow the user to make a wall post, but the user name doesn't appear. I'd like that the post seemed like "USERNAME is using..."
Facebook ...
2
votes
0answers
133 views
Google's username policies vs Facebook, Twitter and others [closed]
I have a question I've been trying to understand for awhile now. Google has terrible username policies for accounts and services. You are unable to change your username, recover a deleted account or ...
0
votes
2answers
165 views
retrieve users information from facebook
i'm a newbie at this and i'm aware of Facebook connect. but is there an API that allows me to accept a user's USERNAME and PASSWORD? I develop with ASP.NET/C#