cost 220 ms
jQuery 代碼不適用於類似 Instagram 克隆的課程項目

[英]jQuery code not working for Instagram-clone-like course project

對於課程作業,我的任務是“修復”無法正常工作的類似 Instagram 的頁面。 我需要通過創建“a”標簽和“li”標簽來呈現標簽列表中的主題標簽。 例如。 '#beachday (4)'這是我目前的(不成功的)代碼: 我假設標簽應該與頁面上呈現的照片一起顯示。 function renderT ...

“您分享的應用目前不支持分享到快拍。” 作為第三方應用程序分享到 Instagram 故事時出錯

[英]“The app you shared from doesn't currently support sharing to Stories.” error when sharing to instagram stories as a third-party app

我的移動應用程序之前在 iOS 和 Android 上集成了 Instagram 分享到故事。最近,一些用戶開始看到“您分享的應用目前不支持分享到故事。” 在他們點擊分享按鈕並登陸 Instagram 后,UI 出現錯誤,如下所示。 在另一個實例中,用戶會看到錯誤消息“您分享的應用目前不支持分享到 ...

Instagram 圖表 API,“媒體”端點和錯誤:“發生未知錯誤”

[英]Instagram Graph API, "media" endpoint and error: "An unknown error has occurred"

我正在使用 Instagram Graph API 和“媒體”端點來創建一個容器,以從這個公共 URL 上傳一張圖片。 根據參考,我調用了媒體端點: 但我總是得到回應: 我的令牌有效,並且是長期存在的令牌。 我還遵循了所有圖像規范。 我也嘗試過使用“API Graph探索工具”,但我總是得到同樣 ...

無法向 Instagram 評論用戶發送消息

[英]Cannot send message to Instagram review user

賞金將在 9 小時后到期。 此問題的答案有資格獲得+500聲望賞金。 Daniel Hepper想讓更多人關注這個問題: 尋找一個讓我們進入 position 的答案,再次提交審查是有意義的。 我正在開發一個統一的收件箱應用程序,該應用程序允許用戶管理他們的 Instagram 消息,我目前正在 ...

Instagram Graph API 獲取公開個人資料電話號碼

[英]Instagram Graph API get public profile phone number

祝大家編碼愉快。 我需要使用 Instagram Graph API 從朋友 instagram 公共資料獲取 email 和電話。我使用的是長期訪問令牌,只讓我檢索幾個基本信息字段,但我堅持查詢另一個 insta 公共資料並獲取用戶信息。 我看到很少有軟件可以讓你獲得一堆 instagram 電話 ...

如何使用 API 從 Instagram 撤銷應用程序訪問權限?

[英]How to revoke the app access from Instagram using API?

我們可以從這里刪除 Instagram 的應用程序訪問權限 Instagram 中的https://www.instagram.com/accounts/manage_access/ 。 我們如何才能刪除 API 的訪問權限? 當我點擊刪除訪問按鈕時檢查調用時,我發現 Instagram 應用程序 ...

Facebook 通過 Email 提及、評論和消息

[英]Facebook Mentions, Comments and Messages via Email

我想知道是否有可能在某人收到來自 Facebook 的電子郵件時: 提到我的 FB 頁面對我的一個 FB 頁面帖子的評論消息到我的 FB 頁面與 Instagram 相同 - 連接到 Meta Business - 可以為 Instagram 完成嗎? 所以當有人: 通過 Instagram 給我發 ...

使用 Google Apps 腳本在 Instagram 上發布時創建可點擊的鏈接/URL

[英]Creating clickable link/url when posting on instagram using Google Apps Script

我有一個腳本,它使用 Google Apps 腳本以編程方式在 Instagram 上發布帶有字幕的圖像。 在標題中,當我添加鏈接時,它只是將其作為簡單文本發布,而不是可點擊的 URL。代碼如下: 當我運行這個腳本時,它會創建一個像這樣的圖像帖子: 在上面的屏幕截圖中,您可以看到標題只是普通文本 ...

如何在 Flutter 實現音樂分享到 Instagram 快拍?

[英]How can I implement music sharing to Instagram story in Flutter?

我正在 Flutter 中構建一個類似 Spotify 的音樂流媒體移動應用程序。我想要實現的功能之一是讓用戶可以將音樂視頻分享到 Instagram 故事。 我的問題是你如何 go 關於這個/這可能在 Flutter 中實現。我已經粘貼了一張 Spotify 如何實現這個的照片以供參考。 任何幫 ...

Instagram Api 通過標記獲取用戶名時出現令牌錯誤

[英]Instagram Api Token Error While Getting Username With Tagging

我正在嘗試獲取我被標記的圖片所有者的用戶名。但是,當我嘗試 go 到我的請求 url 時,出現以下錯誤。 研究了這種情況,但找不到有關這種情況的有用信息。 { “錯誤”:{ “消息”:“無效的 OAuth 訪問令牌 - 無法解析訪問令牌”,“類型”:“OAuthException”,“代碼”:19 ...

instagram 圖 api 發布輪播錯誤

[英]instagram graph api posting carousel error

嘗試將輪播帖子上傳到 Instagram。 使用這個官方指南。 它由 3 個步驟組成,但我似乎無法通過第二步。 這是我使用的代碼。 錯誤指出我的附件太少或太多,即使我發送了 2 個項目容器,這對於一個旋轉木馬容器來說應該足夠了。 ...

Instagram OAuth 授權端點重定向到 instagram 的主頁

[英]Instagram OAuth authorize endpoint redirects to instagram's homepage

我正在編寫非常簡單的應用程序,它使用 Instagram 基本顯示來顯示上傳到 IG 的用戶圖片。 但是,在 OAuth 授權期間的第一步,在成功登錄/授權后將用戶帶到https://www.instagram.com/而不是請求的 GET 參數中指定的 redirect_uri。 我多次關注文檔, ...

如何獲取 Instagram API 的 OpenAPI 規范?

[英]How to obtain OpenAPI spec for Instagram APIs?

我正在嘗試創建一個需要使用 Instagram API 從平台獲取數據點的服務。 如果我有適用於 Instagram API 的 OpenAPI 或 Swagger 規范,那將有很大幫助。 請建議我應該在哪里尋找它? 此外,如果您使用過 Instagram API,您是如何生成規范的,或者如果沒有 ...

Instagram 基本 API 和業務驗證

[英]Instagram Basic API and Business Verification

我已經在 Instagram 和我的應用程序 ( https://phojo.app ) 之間進行了幾年的工作集成。 它使用 Instagram Basic Display API,我已經通過了 App Review 和 Individual Verification。 8 月 31 日,我從 F ...

SPA:直接在應用程序中訪問 Instagram 驗證碼

[英]SPA: Access Instagram authentication code directly in app

我通過本地測試應用程序中的基本 api從 instagram 加載用戶配置文件信息。 所以這實際上就像文檔中寫的那樣工作。 我使用 Postman 來處理身份驗證和令牌內容。 訪問圖 api 以查詢媒體字段的順序如下: 獲取訪問碼(來自認證 window 重定向 url) 獲取訪問令牌(來自 acc ...


 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM