Using facebook graph API I can get the fb access token. And to do so I have to visit the facebook.com to allow the application to access my data.
Is there any way to get the facebook access token, by using account id and password, from API, without visiting facebook.com or without any application
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.
|
|
|||
|
|
|
User access token: If you want to get user access token then the answer is NO. You cannot access user access token without making the user visit facebook. Do some reading on OAuth and understand what is its concept App access token: If you mean application access token then you can make a curl call to facebook. See here for details |
|||||||
|
|
No, this breaks the convention on OAuth. The idea is that the user gives you access to their Facebook page without releasing their username and password to you. Facebook still controls all the usernames and passwords and the user knows they are only logging into Facebook and you are not siphoning off their username and password for your own means |
|||
|
|