Graph API without HTTPS access

MaximBjjTwinsNew Memberregistered: 2011-08-14 Posts: 3

Hello. I have following question:
Can I have a Graph Api without using the standard HTTP protocol HTTPS, only?

Loss companyMemberregister: 2008-01-26 Posts: 58

Only if you are not migrating access_token.  So if you want to get basic information about a user, you can call:

Http://graph.facebook.com/%7BUSERID%7D/

But whenever you need to switch the access_token, then go over https, so no one else sniff the access_token