PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Saturday, January 15, 2022

[FIXED] Facebook Page Tab not posting signed_request

 January 15, 2022     facebook, facebook-canvas, facebook-page, facebook-php-sdk, php     No comments   

Issue

I'm in the process of creating a Facebook app that uses a Page Tab. However, when I access a page where the app is installed a signed_request parameter is not sent to my script. Neither $_POST nor $_REQUEST are being sent any data (and using the Facebook PHP SDK $facebook->getSignedRequest() also does not work)


Solution

It turned out to be a stupid oversight on my end, I had typed http://example.com which redirected to http://www.example.com the redirected page didn't have data posted to it.



Answered By - Nick Q.
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing