微信朋友圈api使用

2021-06-27 22:09:37 字數 1489 閱讀 1955

3、匯入相關的庫檔案(官方文件有詳細資訊)編譯出錯的話檢查匯入libc++.dylib這個庫沒有

if (success) else

return yes;

} return [wxapi handleopenurl:url delegate:self];

} return [wxapi handleopenurl:url delegate:self];

}- (void)onreq:(basereq *)req

- (void)onresp:(baseresp *)resp

uialertview *alert = [[uialertview alloc]initwithtitle:@"提示" message:message delegate:self cancelbuttontitle:@"cancel" otherbuttontitles:@"ok", nil];

[alert show];

}}6、在需要實現分享的地方建立

- (ibaction)goshare:(id)sender

_scene = wxscenetimeline;

[alert show];

return;

[alert show];

return;

}//分享的話用這個

wxmediamessage *message = [wxmediamessage message];

//生成縮圖(縮圖的要求小於32k)

uiimage *changeimage = [self scaleimage:originalimage toscale:0.1];

[message setthumbimage:changeimage];

nsdata *imagedata = uiimagejpegrepresentation(originalimage, 1);

wximageobject *ext = [wximageobject object];

ext.imagedata = imagedata;

message.mediaobject = ext;

message.messageext = @"這是第三方帶的測試字段";

message.messageaction = @"dotalist";

sendmessagetowxreq* req = [[sendmessagetowxreq alloc] init];

req.btext = no;

req.text = @"這個相機怎麼樣";

req.message = message;

req.scene = _scene;

[wxapi sendreq:req];

}

//生成縮圖方法

- (uiimage *)scaleimage:(uiimage *)image toscale:(float)scalesize

微信朋友圈運營規則

一 哪種行為或內容不應在朋友圈出現?1 誘導分享行為 符合以下任意一條即算違規 b 利誘使用者分享 分享後對使用者有獎勵。包括但不限於 邀請好友拆禮盒,集讚,分享可增加一次 機會 c 脅迫 煽動使用者分享 用誇張言語來脅迫 引誘使用者分享。包括但不限於 不轉不是中國人 請好心人 一下 後一生平安 轉...

android 微信朋友圈微博分享

新增 和資源引用,我們提供了新增資源檔案和jar檔案的兩種方式,可以根據需求選擇 解壓sdk壓縮包,將資料夾中的 main libs 和 main res 資料夾複製到你的專案工程根目錄下 如使用 adt 17 以下使用者需要手動新增 libs 下的jar檔案到工程path中 解壓sdk壓縮包,將資...

微信js分享朋友圈(一)

1.繫結網域名稱 備註 登入後可在 開發者中心 檢視對應的介面許可權。2.引入js檔案 wx.config 4.通過ready介面處理成功驗證 config資訊驗證後會執行ready方法,所有介面呼叫都必須在config介面獲得結果之後,config是乙個客戶端的非同步操作,所以如果需要在頁面載入時...