Base64url and Base64 facebook
- by Shekhar_Pro
I have actually 2 questions:
1)What is the difference between base64url encoding and base64 encoding and
2)How base64url encode is different from Facebooks base64url encode because facebook mentions that it sends url in a form of base64url but with no padding and two different characters. http://developers.facebook.com/docs/authentication/canvas (under Why Sign calls)
Can anyone plese provide a pseudocode with explaination for converting to and from each other.