2017-02-01 12 views
0

에 메시지를 공유하고 할 때 오류를주는 : 입력 한 비밀번호 부정확하다. 다시 시도하십시오.Unificationengine 나는이 내 암호가 UEUser.php 라인 (74)의 정확한</p> <p>예외입니다 error.But 그때는 무엇입니까 unificationegine하여 메시지를 게시 보내고 언제 intagram

나는이 형식

인스 타 그램 사용자 이름과 암호 (사용자 이름 = LOGIN_USER_NAME과 암호 = LOGIN_USER_PASSWORD) SDK (https://github.com/unifiedinbox/ue-php-sdk을)의 업데이트 된 버전으로

$con = $access_token ."@instagram.com/?username=rajneesh8368&password='testing1'"; 

     $connection = $user->add_connection("instagramBoard", "instagram", $con); 
     $options = array(
      "receivers" => array(
       array(
        "name"=> "Me" 
       ) 
      ), 
      "message"=>array(
       "subject"=>"Transparentcom testing fine", 
       "body"=> "Testing", 
       "image"=> 'http://politibits.blogs.tuscaloosanews.com/files/2010/07/sanford_big_dummy_navy_shirt.jpg', 
       "link"=>array(
        "uri"=> '', 
        "description"=> "", 
        "title"=>"Click here for view" 
       ) 
      ) 
     ); 
     //Send the message and get their uris 
     $uris = $connection->send_message($options); 

답변

0

, 우리가에 의해 전체 API를 사용하고 인스 타 그램에 게시 할 수 있습니다.

이제 연결을 추가하는 동안 선택적 매개 변수를 지정할 수 있음을 알 수 있습니다.

각 연결에 대한 선택적 매개 변수는 '연결 추가'섹션의 설명서에 지정되어 있습니다. https://developer.unificationengine.com/ 인트라 그램의 경우 선택적 매개 변수는 "사용자 이름"및 "암호"입니다.