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 want to create a dialog that you can type your username and password on the top and follow by a box where you can write things.And on the bottom is the publish button.that means you login and publish at the same time when you click the publish button.

I find many possible solutions but none is the answer I want.Is it possible to do?

share|improve this question
Now I know I can't add username and password parameter to authorization page .(I already check developers.facebook.com/docs/reference/dialogs/feed) If I don't use authorization page directly to post on wall, Is there any way, like create my own dialog or page, to combine login and publish to wall so I can do these two thing in one click ? – YHR Dec 2 '11 at 7:28

1 Answer

up vote 0 down vote accepted

Are you trying to push username and password parameter to facebook authorization page? If yes,facebook doesn't allow you to push username and password to the facebook authorization page...Correct me if i'm misunderstanding your situation.....

share|improve this answer
Now I know I can't add username and password parameter to authorization page .(I already check developers.facebook.com/docs/reference/dialogs/feed) If I don't use authorization page directly to post on wall, Is there any way, like create my own dialog or page, to combine login and publish to wall so I can do these two thing in one click ? – YHR Dec 2 '11 at 7:19
Actually,you can bypass the authorization page by get long-live access token from the user...If you want doing this,you still need only one authorization from the user...After that,you not need authorization from the user because you can publish to wall by using the access token...So, my suggestion is first time user need to authorize,then save the access token in database.... – Ijat Melora Dec 2 '11 at 8:26
thanks. I'll discuss it with my team. thank you again. – YHR Dec 2 '11 at 15:23

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.