环境通告

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了环境通告相关的知识,希望对你有一定的参考价值。

La función del SDKphp de facebook 'notifications' envia una notificación por parte de la aplicación al usuario que quieras (que haya aceptado tu aplicación).
  1. include('inc/facebook.php');
  2.  
  3. $facebook = new Facebook(array(
  4. 'appId' => '149443111891577',
  5. 'secret' => 'fa2dbe4a1b73ead4a03d817fe17ab3bf',
  6. 'grant_type' => 'client_credentials'
  7. ));
  8.  
  9. $enviar = 1; //Solo para que no envie siempre
  10.  
  11. if($enviar == 0){
  12. $post = $facebook->api('/user_id/notifications/', 'post', array(
  13. 'access_token' => 'app_key|secret_key',
  14. 'href' => '', //this does link to the app's root, don't think this actually works, seems to link to the app's canvas page
  15. 'template' => 'El Gurú ha respondido tu pregunta',
  16. 'ref' => 'user_id' //Parametros por ejemplo
  17. ));
  18.  
  19. }
  20.  
  21.  
  22. if( isset($_REQUEST['fb_ref'])) {
  23.  
  24. $ids = explode("&",$_REQUEST['fb_ref']);
  25. $user_id = $ids[0];
  26. $id_preg = $ids[1];
  27.  
  28. }else{
  29. $user_id = "";
  30. $id_preg = "";
  31. }

以上是关于环境通告的主要内容,如果未能解决你的问题,请参考以下文章

安全风险通告WebSphere远程代码执行漏洞安全风险通告

安全通告Linux Polkit 权限提升漏洞风险通告(CVE-2021-4034),云鼎实验室已成功验证复现

威胁通告Redis主从同步代码执行漏洞预警通告

漏洞通告Struts2远程代码执行漏洞通告(S2-057)

通告更新Apache Solr模板注入远程代码执行漏洞安全风险通告

安全风险通告Microsoft SMBv3远程代码执行漏洞安全风险通告第三次更新