Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
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.

I got this error while adding the hash key to the facebook application, for SSO in my android application

error:

You have enabled a Mobile Web integration for your app, but have not specified Mobile Web URL.

what does this mean ? i never used android-facebook sdk before

while going through link: https://developers.facebook.com/docs/mobile/android/build/#register i saw a box names Mobile Web Url:[?], what is this and what should be in there???

share|improve this question
you want to generate key hash or you got error on facebook page? – Munish Kapoor Jun 7 '12 at 5:06
i generated the key hash....now i want to add it to my facebook web application, during which i faced this error – Unknown Jun 7 '12 at 5:06
You want to integrate Facebook in Android or Web? – Venky Jun 7 '12 at 5:07
are you developing facbook mobile app or web app? – Munish Kapoor Jun 7 '12 at 5:08
i didnt develop mobile or web app for facebook. but there is a web app available on facebook created by someone else, which i want to use – Unknown Jun 7 '12 at 5:11
show 1 more comment

2 Answers

up vote 1 down vote accepted

Check below image , your Application Settings should be like this :

enter image description here

Don't check anything other than this.

After doing this , generate Hash Key and put in respective field.

share|improve this answer
and are you sure this will work is i am using a facebook web application id as my AppID in my android application?? – Unknown Jun 7 '12 at 5:21
i mean is the web app can be used for integration of android with facebook??...or should i create a facebook mobile app? – Unknown Jun 7 '12 at 5:22
I think application Id is common for all, it should work – Venky Jun 7 '12 at 5:23
and 1 more doubt...now that i am using this hashkey on the facebook web app....how does it know that it is going to be integrated with my android application???....is it the AppID of facebook web app which i used in my android application links them?? – Unknown Jun 7 '12 at 5:25
You will have only one App ID , use it for both Web and Mobile.. Also there is some ways to generate Hash Key for Mobile Device. Follow that. – Venky Jun 7 '12 at 5:27
show 10 more comments

By mistakely you have checked website with facebook login checkbox.

uncheck it and it will work.

enter image description here

share|improve this answer
i will try that, but can you please explain me what Mobile Web Url is??....where is it useful and what must be in there?? – Unknown Jun 7 '12 at 5:09

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.