にメッセージを共有していたときにエラーを与える:あなたが入力したパスワード間違っています。もう一度お試しください。Unificationengine私はこれが私のパスワードはUEUser.phpライン74で正しい</p> <p>例外ですerror.But、私は取得していますunificationegineでメッセージを投稿送信していたとき、私はintagram
私はこのフォーマット
Instagramのユーザー名とパスワード(ユーザ名= 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);