Skip to content
Advertisement

FB messenger Bot not getting postback payloads

I am developing a facebook chatbot. I am facing a issue which I cannot solve. I am developing this in laravel. Here I cannot get the postback payload. here is my code public function index(…

curl returning 301 error after migrating to https

We recently migrated to SSL, and the site works great with the exception of one function. The function uses curl in the code below to execute an api located on the same server. The url variable for this function is: news.hubsdev.com/administrator/index.php?option=com_api&task=acymailing.listcreate The $ch variable is – resource id=’384′ type=’curl’ The response is We are using PHP version 5.6 hosted on

Python PHP equivalent

I have been using PHP for a while now with my Apache2 web server on my raspberry pi. It works great, but I get tired of always having to think “how do I X in PHP” or “what was the function name for this in PHP”. I am under the strong impression that there should be something equivalent in which

Error in linkedin media upload api

I am trying to upload an image using linkedin api. I already uploaded image in my server and now I want to upload the upoaded image url to linkedin. But I got the error { “serviceErrorCode”:0,”message”:”The request is not a multipart request”,”status”:400 } This is the request. Please anyone tell me What is the exact issue and how to sort

Advertisement