Posts

Showing posts from May, 2017

Facebook Apps

Image
Facebook Apps - OAuth 2.0 Now a Days Facebook Apps Have Became very Popular among all the society so I thought of writing a Blog post about How to Create Such App with requesting Facebook APIs and all those necessary information will be included this blog post  We all do click on various Facebook apps on daily basis, when we do they ask our permiiion by asking to log in to our account Basically they Use OAuth (2.9 these days) Protocal OAuth (Open Authorization) is an open standard for token-based authentication and authorization on the Internet. OAuth, which is pronounced "oh-auth", allows an end user's account information to be used by third-party services, such as Facebook, without exposingthe user's password. I'm Gonna Show you How to Build one   This is Whats Happening Behind the AOuth protocol What is this token Facebook provides? actually Facebook provides two types of tokens. Access token and refresh token. Access token can be use...