Hi I have social website and people can share posts. When people share post they have the option to copy the link. Now I have a situation in which I paste the link in the Linkedin desktop website to share it it works fine, it works properly and when I click the link it opens and redirects me to the page.
Now the issue is when I perform the same step to paste the link in mobile linkedin app the link gets pasted and shared but when I click on the link their are no request parameters. It comes out an empty request object.
The link urls-: http://ift.tt/2qoMOLb
The method -: ```
public function editPost(Request $request, $postId){
$data = $request->all();
echo "<pre>";
print_r($data);
die;
}
```
The request I should get -: [SHARE] => SHARE-OUID=83-COLID=164-UID=821024609-CID=pGgdW1-Pa1JSTXI2iyj-b2zcS-stamp=05282017090758
If you try to share this url in website and try open it, it works fine I get the request object. But if you try to paste the same link in linkedin mobile app then I get an empty request object.
Please assist why this is happening. Thank you.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire