1
我正在使用pushpad Express爲webapp創建自定義通知中心,Subscribe與Uids正常工作,但我無法使用標籤過濾工作。我檢查了文檔,但找不到正確的參數名稱。 我試過「tags [] = demo」,tags = [「demo」],tags = demo,很多東西,但它不起作用。使用pushPad Express訂閱用戶到自定義標籤
MyApp.pathFor = function (uid) {
return encodeURI(this.path() + '?ui=false&suggest_tags=demo2&uid=' + uid + '&uid_signature=' + this.GenerateUserAuthKey(uid));
};