에 메시지를 공유하고 할 때 오류를주는 : 입력 한 비밀번호 부정확하다. 다시 시도하십시오.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);