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 have seen this topic: [Platform Updates: New User Object fields, Edge.remove Event and More][1].

It will get the user address and user phone number. I have tested it, but I got an error:

Error.

An error occurred with Shopping. Please try again later.

API Error Code: 100
API Error Description: Invalid parameter
Error Message: Invalid permission: user_mobile_phone

My URL is:

http://www.facebook.com/dialog/oauth?scope=email,user_birthday,user_mobile_phone&client_id=216841335057887&redirect_uri=http://localhost:63462/SocialMediaData/FaceBook/CallBack.aspx&response_type=token

How do I fix this problem?

share|improve this question

1 Answer

Check out the next blog post, - the feature was removed shortly afterwards.

And currently facebook does not in any other way give away the telephone number via the api.

share|improve this answer
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 26 '12 at 14:45

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.