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.

Is there any option to make a custom login page to facebook from my app? i know that i cant customize the default login page on the facebook SDK.

my proggramer sais that we can use it by php.. do apple will agree my app if it will have such connect like that? My iPhone Proggramer said to me that it is possible to set up login window that send the username and password by "get" method and then connect to facebook by php facebook sdk, is it correct? thanks alot, Ive been looking long time for an answer.

share|improve this question

closed as not a real question by casperOne Dec 30 '11 at 17:57

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

2 Answers

No, there's no way to log in to Facebook using a username and password from a third party app, Facebook's Authentication code will prompt the user to log in if they haven't already

share|improve this answer
thats mean i have to use the FB SDK to connect users to my app by facebook? – Yogev Ben David Dec 29 '11 at 13:02
Yes, that's correct. – Igy Dec 29 '11 at 15:34
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:52

This is not very good idea to do that. Check my earlier answer:

Can I prevent Facebook iPhone app from opening when using facebook SDK from my app?

share|improve this answer
Also this question - stackoverflow.com/questions/2654482/… – lxt Dec 29 '11 at 12:54

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