bunu denermisin sarı sayfalar ve twitter için.
aldığım hata bu twittera yada sarı sayfalara bir şey göncerince bu hata çıkıyor twitter_accounts tablosuna manuel olarak kendime hesap ekleyince twitter ve sarı sayfalar çalışıyor nasıl fixleyebilirim
twitter.lua:8 : MySQL.Async.fetchAll("INSERT INTO twitter_tweets (`authorId`, `message`, `image`, `realUser`) VALUES(@authorId, @message, @image, @realUser);", {["@authorId"] = f.id, ["@message"] = a, ["@image"] = b, ["@realUser"] = d}, function()
yellowpages.lua:11 : MySQL.Async.fetchAll("SELECT phone_number FROM users WHERE users.identifier = @realUser", {["@realUser"] = d}, function(g)MySQL.Async.insert("INSERT INTO yellowpages_posts (`authorId`, `message`, `image`, `realUser`, `phone`) VALUES(@authorId, @message, @image, @realUser, @phone);", {["@authorId"] = f.id, ["@message"] = a, ["@image"] = b, ["@realUser"] = d, ["@phone"] = g[1].phone_number}, function(h)