Questions tagged [hootsuite]

A social Media Management tool to manage your social networks, schedule & collaborate content posting, track brand mentions and analyze social media traffic. Hootsuite allows developers to extend its functionality by building apps on top of its platform and integrated to its dashboard.

A social Media Management tool to manage your social networks, schedule & collaborate content posting, track brand mentions and analyze social media traffic.

Hootsuite allows developers to extend its functionality by building apps on top of its platform and integrated to its dashboard.

13 questions
2
votes
0 answers

?platform=hootsuite after my url and link also got indexed by Google

I'm using Hootsuite to publish social media messages for my site. I was just checking Google links and I saw Google was indexing a link of mine twice. Like this: www.website.com/page/page-2/ and www.website.com/page/page-2/?platform=hootsuite Same…
user2812779
  • 193
  • 3
  • 19
2
votes
0 answers

Can I use HootSuite API for my ASP.NET web application for creating dashboard?

I want to create my ASP.NET dashboard, and want to display charts from Google Analytics account by using hootsuite API. I have created an account on hootsuite.com, fetched my necessary data from my GA account, and created sample charts in hootsuite…
1
vote
1 answer

Inconsistent line breaks when posting to instagram

We are posting to Instagram; line breaks work one way (js), but don't work when processed server-side (php): why is this? We have created a server side app that creates and schedules posts with Hootsuite, and we post with Twitter, Instagram and…
1
vote
1 answer

"The provided app ID does not look like a valid app ID" on Facebook

I am not a coder. I work with Hootsuite and I'm trying to add a new client FB & Instagram. Normally this is very easy. Once I approved Hootsuite access I received this message "The provided app ID does not look like a valid app ID". I followed a few…
CMaino
  • 11
  • 2
1
vote
0 answers

Youtube API commentThreads.update return 400 error when replying to topLevelComment

Reporting a possible bug on Youtube Api commentThreads.update Name of API affected: CommentThreads: update Issue summary: CommentThreads: update When calling this api to update the topLevelComment returned by CommentThreads.list, I got a 400 error.…
Alex Benfica
  • 408
  • 5
  • 17
1
vote
1 answer

Some websites (hootsuite, facebook) see our old website instead of the new one

In January of this year, a new website of one of our clients went live. They had an different website before that. So I will refer to the old one, as the previous website, and the new one as the one that went live in January. The problem now is that…
ZoFem
  • 309
  • 4
  • 20
1
vote
0 answers

Upload image to Facebook Page using HootSuite API

From what I read in the HootSuite messages API documented here, the message field seems to allow only text data. How do I then post an image to a Facebook Page using HootSuite API? I want to schedule posting several images to a Facebook Page's…
bhootjb
  • 1,501
  • 1
  • 21
  • 33
0
votes
2 answers

What is the equivalent Python code for the Curl URL. Is there any tutorial that shows how to convert curl to python?

curl -X PUT -H 'Content-Type: video/mp4' \ -H "Content-Length: 8036821" \ -T "/Users/kenh/Downloads/amazing_race.mp4" \ "https://hootsuite-video.s3.amazonaws.com/production/3563111_6923ef29-d2bd-…
Naqi
  • 135
  • 12
0
votes
2 answers

How to refresh Hootsuite access_token API server-to-server call using PHP curl

I'm using Postman to obtain the access token as per the documentation provided by Hootsuite. The process involves requesting to authorize endpoint with the required parameters (client_id, response_type=code, redirect_uri and scope). Once the…
Mostafa
  • 111
  • 2
  • 12
0
votes
1 answer

Issue with RSS and WordPress

I get the following issue using my WordPress RSS in Hootsuite.
tonymx227
  • 5,293
  • 16
  • 48
  • 91
0
votes
1 answer

HootSuite Channel doesn't appear in my list in IFTTT account

My company where I work , has already a profile in Facebook that it's to share post , photos, events, news and so on. Now they want to sync Facebook post to Google+. The sync must be done from Facebook to Google+( because the person that manages the…
Xhulio
  • 581
  • 7
  • 26
0
votes
1 answer

Is there anything for the hootsuite extension not read the xml from my web?

I would like to know if: Is there anything for the hootsuite extension not read the xml from my web? such as html class: class = "nothootsuite" This is because I have a link xml, rss is not, and when I click it opens my window extension…
jcarlosweb
  • 846
  • 1
  • 14
  • 30
-1
votes
1 answer

How to duplicate a cURL command with file as body

is there anyone can help me to converting this cURL command to Go? curl -X PUT -H 'Content-Type: image/jpg' \ -H "Content-Length: 132093" \ -T "/Users/ikmal/Downloads/catcute.jpg" \ …
Backbone93
  • 11
  • 2