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.
The information tag has no wiki summary.
-1
votes
0answers
17 views
merge pages loses information [closed]
I have just managed to merge my Facebook page (3700+ likes) with the facebook 'Place' 0 likes 14 checkins (by me & a few random people).
according to facebook info - Merging Pages combines all ...
-2
votes
1answer
51 views
Getting information from another website account [closed]
I was wondering is there anyway I can get information from a website and put it on my page , for example can I get information from a site like facebook from a certain account which will be logined ...
1
vote
1answer
185 views
How to store information from Facebook SDK login
I have attempted to implement the Facebook Javascript SDK login into my website but need to store information about the user so that when the user logs back in using Facebook I have information stored ...
4
votes
4answers
16k views
Facebook Create New App Error - “should not contain protocol information.”
I am trying to update/create my app's "app domain" but it keeps throwing this error:
"Error
App Domains: http://www.mywebsite.com should not contain protocol information."
whereas I am 100% sure ...
1
vote
1answer
1k views
How to get facebook user id without calling FB.getLoginStatus and promting user to grand access for public information
I am developing asp.net web site to be facebook application.
I am trying to make "Facebook Like Gate" to promt user Like my page before he can see the application. For example ...
0
votes
1answer
263 views
Unable to get complete user information from Facebook
I have the following lines of code for enabling the extended permissions from user side on Facebook.
$loginUrl = ...
0
votes
2answers
114 views
“Like” button on my website brings up go-daddy info instead of mine
I bought the domain name "www.terry4butte.com" from go-daddy. I then bought webhosting through ipages so I could make my own page. When I copied the code for the like and send button from the ...
0
votes
1answer
240 views
facebook graph api for public information
I am able access the wall (public) contents of an unknown person through graph API, but not his info.
graph.facebook.com/xyz.abc/feed&access_token=yadayadayada
why do I need the user's ...
0
votes
1answer
521 views
Facebook doesn't get the information from my site
Hello I set all the tags that facebook ask for, but still where I go to my account in facebook and I type the URL of this website brings just the text but not the logo, the actual tag of the text are ...
0
votes
1answer
736 views
how to access facebook event info in xcode
I am trying to access the facebook event info of the user. I am currently trying to do something like:
[[delegate facebook] requestWithGraphPath:@"me/event/name" andDelegate:self];
But that gives ...
2
votes
0answers
1k views
Can't edit my app information
I'm not able to change information about my application. I'm opening application page (http://www.facebook.com/apps/application.php?id=appid) click Edit info, then Edit App Information. But I get to ...
0
votes
1answer
160 views
How to get information about user before he made allow to the application?
I ran into this page and I didnt understand how I saw Welcome and when you click on the name, it goes to your profile page.. meaning the page has your ID and your name before you made an allow for ...
0
votes
1answer
111 views
posting page title on the facebook when user clicks on like button in asp.net
I have a like button on my website, whenever I click on the like button, the information is posted on my facebook wall with proper url, but the issue is there is no proper page title, and image on the ...
0
votes
1answer
118 views
Integrating Facebook, but where's the best place to store variables like login status?
I have integrated Facebook into my site, but where is the best place to store things like current login status? For example,
window.fbAsyncInit = function() {
DS.fb.sdk.init();
...
0
votes
1answer
855 views
Facebook Connect How to get userId after sign in from face book connect
i am using facebook connect it is working fine but what i want now is i want to get the information of the currently logged in user. like name, email etc. I am working in asp.net 2.0
Regards
0
votes
3answers
2k views
Getting information about a Facebook Page via API but without a session_key
I'm going to create a Facebook application which get informations (name and *page_url*) about Facebook page from his *page_id*.
So i went to the Facebook Wiki and i found this API method which sounds ...