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 hash function is any well-defined procedure or mathematical function that converts a large amount of data into a small datum, usually a single integer.
2
votes
1answer
185 views
Getting invalid android_key parameter error, after first time login in Facebook Android SDK
I have got the hash key from my debug store using
keytool -exportcert -alias androiddebugkey -keystore C:\Users\user.android\debug.keystore | openssl sha1 -binary | openssl enc -a -e
and pasted the ...
1
vote
0answers
55 views
Facebook oauth redirection is not working properly
Today my application started to fail on Facebook oauth when my redirect URI has a hash string. Until yesterday it worked. Here the scenario:
On redirect to Facebook the url:
...
1
vote
1answer
64 views
Different facebook apps are using the same key hash
The Android developer documentation contains the following advise on Signing an application:
"In general, the recommended strategy for all developers is to sign all of your applications with the same ...
1
vote
1answer
46 views
How to return Hash FQL Query from Ruby
I am new here and really new to Ruby so I will do my best to ask a good question. Basically I am trying to write an app that returns Facebook events a user has been invited to. Pretty simple. The ...
1
vote
1answer
105 views
LoginWithFacebook from android app
I'm an Android developer. I developed my first helloWorld app, but I have some problems with creating a facebook session.
I followed many tutorials... For example: ...
1
vote
1answer
139 views
Facebook Android - Key Hashes validation
I have created key hashes as described here (in the end of step 4):-
They tell password is android
It is correct for debug.keystore but I have distr.keystore with different password
Both passwords ...
0
votes
0answers
44 views
Is it possible to get different key hashes executing the same keytool command?
I'm integrating an Android app with Facebook. I got it working last week, two days ago it decided it was enough, and since then I cannot get it working. I have googled it, but I only find tutorials ...
0
votes
0answers
15 views
how to recognize key hashes for native android app in facebook? [duplicate]
I Am developing android native app for Facebook but i don't know how to get or from where to get key hashes that is required field while registering application.
0
votes
1answer
159 views
Android Facebook application crashes when using a hash key other than the debug hash key
I developed an app which perfectly runs with the debug hash key. But when I use the apk generated with "Android Tools / Export Signed Application Package ..." under Eclipse it crashes.
As lined out ...
0
votes
1answer
177 views
Android/Facebook: Obtaining hash key [duplicate]
Possible Duplicate:
Facebook Android Generate Key Hash
I'm trying to obtain a hash key for using facebook with my android application. I downloaded openssl and put it in java\jre7\bin
Here ...
1
vote
0answers
167 views
Should i hash a users facebook / twitter / other id?
If im running a website that uses social logins, is it neccessary or good in any way, to hash facebook / twitter / google / linkedin user ids when storing in my database?
EDIT: Yes it is true that i ...
1
vote
0answers
52 views
Limit on the number of Android Hash keys per app?
Is there a limit on the number of Hash keys that can be entered in the App settings page? Currently I am able to add 9 keys. Saving changes on the 10th key results in the 'changes saved' message but ...
0
votes
1answer
694 views
Hash Key Facebook API. Android for release mode not debug. MAC OS
Well.. first of all, sorry for my english..
The api facebook works perfectly in the emulator but when i put it on a mobile it doesnt work.. just open and close the window.. so..
I found this 2 ...
3
votes
1answer
274 views
MVC Password Format : Hash , Validate the user without keying Username/Password
I'm developing an MVC C# module which has User Creation password format set to Hash. Now, I also have a Facebook login module besides the normal login . This Facebook login will merge with the normal ...
0
votes
0answers
173 views
Bizarre Issue with Hash object returned from Koala
I am receiving Hash object of facebook feed using Koala gem, but I am encountering an issue.
The Hash object that is returned is as follows:
{"post_id"=>"19292868552_356643851019175", ...
0
votes
1answer
2k views
Android Facebook SSO does not work when fb is already installed on device
I want to implement Single Sign On with Facebook in an android application. I have the following problem:
I can receive access token and all the data I need when the facebook app is not installed on ...
0
votes
2answers
1k views
How to use Koala Facebook Graph API?
I am a Rails newbie. I want to use Koala's Graph API.
In my controller
@graph = Koala::Facebook::API.new('myFacebookAccessToken')
@hello = @graph.get_object("my.Name")
When I do this, I get ...
0
votes
1answer
428 views
Dynamic url (with hash tags) for facebook like - FBML
<script>
var fb_ps_page = window.location.href;
document.write('<fb:like href=" '+ fb_ps_page +'" send="false" layout="button_count" width="450" show_faces="false"></fb:like>');
...
1
vote
2answers
609 views
How do I get the URL fragment (hash) from a Facebook app URL passed to the app's canvas?
I'm coding a "one page" app inside facebook (using the canvas app approach). While the user moves inside the app I'm changing the location like: apps.facebook.com/my-app#current_location and loading ...
0
votes
1answer
132 views
How to get the hash of the avatar via XMPP for offline buddies?
We need to get the hash of the avatar of a buddy who doesn't appear in online status when we are logged in but I don't get any presence message with the hash of the buddy's avatar who doesn't appear ...
0
votes
1answer
272 views
Android facebook post works on emulator but not on device - How do I get the right key Hash?
I am working on an android app that among other things also posts a string message in user's wall. The app works fine on the emulator posting the message on my on wall every time. But whenever I try ...
0
votes
1answer
260 views
JavaScript editing the URL like facebooks rewriting without hash #
You have to use a hash to edit the url in anyway, but how can facebook not use the hash and still change the url?
So i am in the process of writing a new photo gallery. I need to be able to perm link ...
1
vote
0answers
271 views
strange behaviour with facebook page tab
i noticed a strange behaviour of facebook page tab applications, using internet explorer (i tested this only on ie8... with other browser this problem is not present).
If i put javascript code, or ...
6
votes
1answer
2k views
Does Facebook support Hash Bang #! Ajax Crawlable Urls?
Does Facebook support Google's ajax crawling specification and, if so, what do you need to do to implement it?
I am trying to get the Facebook "Like" button to work with AJAX crawlable urls as ...
0
votes
1answer
206 views
Page Login access tokens
I have been using the api and in the past the call to get a list of pages would return a page access_token string with pipes (|). Just like this image:
...
6
votes
1answer
353 views
Hash (character) in Shared Urls for affiliate purposes is removed in Wall
Here is the situation, am developing an ASP.Net app where the user on one of the pages has an an option to share the link on facebook. The link(s) that is formed is something like:
...
0
votes
1answer
38 views
A hash being passed in to applications
Does Facebook pass in some kind of a hash calculated out of user ID, application ID and application secret (but not limited to that) to applications?
1
vote
2answers
650 views
How Facebook theater mode works and changes address too without hash #?
In earlier versions of Facebook, they were using hash (#) in their URL for AJAX calls to keep address bookmarkable which I can understand how to make it work since you can't change address part before ...
-1
votes
3answers
112 views
What kind of encrypted data is this?
A friend of me ask this, and i was thinking of asking this here too..
"What kind of data are this, how are they encrypted, or decrypted?"
My friend told me he got this from facebook.
...
1
vote
2answers
99 views
I don't want to make 2 API calls for this
The following code does two things:
Checks to see if the item has the key "checkins"
Gets the checkins value if it has the key
I really don't like making two API calls for this. Its really slowed ...
1
vote
1answer
386 views
Hash key for Facebook SDK if not using Single Signon?
I really see no reason to use the single signon feature because the Facebook app is just so fragile on Android anyway that it doesn't work a lot of times.
With the above said, do I need to generate ...
1
vote
1answer
1k views
Facebook like button with hashtag url
I know there are a few disussions about this but no one is really getting to the point from what i know.
Is there any possible way to pass a hashtag url with facebook like. I have ben trying in ...
0
votes
1answer
2k views
problem with multiple xfbml facebook like buttons for urls with hash tag
I am very confused about the way the xfbml like button actually works with urls.
I had multiple xfbml facebook like buttons working perfectly fine for a couple of month on a ajax site with url with ...
9
votes
4answers
3k views
Change url via JavaScript (no hash-tag)
I'm wondering how does facebook change the url when I switch between pictures in a album? There is no hash-tag, just a real url.
Example:
The current url: facebook.com/photo.php?fbid=XXXXXX1 and if I ...
0
votes
1answer
796 views
Define URL to jump to a specific page element, height or anchor after ajax call
I have a website running on wordpress and ajax.
All the content ist loaded via ajax with deeplinking and hashHistory.
URLs look like this:
http://www.website.com/#/lang/page/
On one of the ...
13
votes
2answers
6k views
How can I get the same HMAC256-results in C# like in the PHP unit tests?
I thought I would try and get the new Signed Request logic added to my facebook canvas application, to make this "easy" on myself I went to the facebook PHP sdk over at GitHub and took a look at the ...
0
votes
1answer
1k views
Email Hashes on Facebook
I have a question about email hash on facebook if the email address has been changed by the facebook user.
My site stored the email hash to match with the facebook email hash to identify the user on ...
0
votes
2answers
1k views
Facebook Connect Email hash function for vb.net
Does anyone have a working class or function to create the hashed email that is sent to facebook to register email addresses with connect.registerUsers?

