ianlee-dev / facebook-java-api

Automatically exported from code.google.com/p/facebook-java-api
0 stars 0 forks source link

NPE in FacebookSignatureUtil.autoVerifySignature(requestParams, secret) if missing fb_sig #132

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If there is no fb_sig in the requestParams, then we should return false.

Otherwise: requestParams.get( "fb_sig" )[0] throws a NullPointerException.

Original issue reported on code.google.com by jasper.r...@gmail.com on 4 Nov 2008 at 1:04

GoogleCodeExporter commented 8 years ago

Original comment by jasper.r...@gmail.com on 4 Nov 2008 at 1:24