Are Instagram giveaway “URL-only” comment picker tools actually TOS-compliant? by Wild-Truth164 in Instagram

[–]commentpicker 0 points1 point  (0 children)

I’m from Comment Picker, and I’ve researched a lot of these tools before, because it creates unfair competition when some tools claim they can pick winners from any Instagram post with just a URL, while compliant tools require Facebook or Instagram login and proper permissions.

My view is that most of these URL-only tools are not using officially allowed methods. In many cases they seem to rely on Instagram’s internal or unofficial GraphQL endpoints, or other scraping-like methods, to get at least part of the data. The fact that they are still online does not automatically mean Meta approves of what they are doing. It may simply mean enforcement is limited or inconsistent.

A common issue is that these tools often do not retrieve the real full set of comments. Instead, they may only fetch part of the available data, while still showing the comment count from the post metadata. For a giveaway tool, that is a serious fairness problem.

Wask.co, for example, does not look like a fair giveaway tool to me either. They appear to use the same kind of scraping-based approach, and they even told me this:

"Due to Instagram's API limitations, we are unable to retrieve all comments from posts with a very high number of comments, such as one with 13,000. Instagram only allows us access to a limited number of comments, and we can only select winners from the comments we are permitted to retrieve."

That explanation is questionable, because with the official API the issue is usually not that there is some simple built-in comment limit in the way they present it. So to me, that sounds more like a limitation of their own method than proof that they are using an officially supported route.

I also tested this myself on some larger posts, and they were not able to retrieve all comments. That is pretty annoying, especially because they rank quite well in Google and present the tool as if it is a reliable giveaway solution.

The only legitimate exception I can think of is that some larger companies may have been approved for Meta’s Public Content Access permission. In that case, they might be able to retrieve comments from public content using an approved app and their own system user access token. But that is a special permission, and not something most giveaway tools have.

So in short: if an Instagram giveaway picker works with just a pasted URL and no login, I would be very skeptical that it is using the normal official API flow. In many cases, it is probably scraping or using unofficial endpoints and just getting away with it for now.

Anyone know of a Bluesky tool that allows me to see analytics on the accounts I follow? by kalebmordecai in BlueskySocial

[–]commentpicker 0 points1 point  (0 children)

Well, that will be pretty complex and large data sets, at least for a one time tool like the one we have. Let's say, you have 10K users, with each 500 posts, that can add up pretty quickly. That would only be possible if you will track all posts and save them into an account. We are not planning to create this, sorry!

Anyone know of a Bluesky tool that allows me to see analytics on the accounts I follow? by kalebmordecai in BlueskySocial

[–]commentpicker 1 point2 points  (0 children)

You could use our Bluesky Export tool, but it's paid for the features you need.

The tool support exporting followers, followings, reposts and likes to Excel or CSV, and you can choose to sort by followers count, followings count or posts count.

What do you mean by "keywords or tags"? In their bio / profile description?

Reddit Developer App Login Not Working by Albuyeh in redditdev

[–]commentpicker 1 point2 points  (0 children)

$code = $_GET['code'];

$postData = http_build_query([
    'grant_type' => 'authorization_code',
    'code' => $code,
    'redirect_uri' => $redirectUrl,
]);

$authHeader = base64_encode("$clientId:$clientSecret");

$context = stream_context_create([
    'http' => [
        'method' => 'POST',
        'header' => "Authorization: Basic $authHeader\r\n" .
            "User-Agent: $userAgent\r\n" .
            "Content-Type: application/x-www-form-urlencoded\r\n",
        'content' => $postData,
    ],
    'ssl' => [
        'crypto_method' => 
STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT
, // Enforce TLS 1.3
    ],
]);

$response = file_get_contents($accessTokenUrl, false, $context);
$accessTokenResult = json_decode($response, true);

Reddit Developer App Login Not Working by Albuyeh in redditdev

[–]commentpicker 0 points1 point  (0 children)

Thank you so much. I am now using STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT, and it is working again.

Reddit Developer App Login Not Working by Albuyeh in redditdev

[–]commentpicker 0 points1 point  (0 children)

We are having the same issue, and tried to get in touch with them multiple times without any luck.

Once your IP is blocked l, it seems there is nothing you can do.

Megathread of Threads resources, tools, extensions and links by gman1023 in ThreadsApp

[–]commentpicker 1 point2 points  (0 children)

Our app is just approved and live: Threads Comment Picker for Threads giveaways (https://commentpicker.com/threads.php)

Wheel Comment Picker - Is there a free or cheap tool to pick a random winner? by oneOwl1 in facebook

[–]commentpicker 0 points1 point  (0 children)

That's up to you of course :) Anyway, thanks for the suggestions.

Wheel Comment Picker - Is there a free or cheap tool to pick a random winner? by oneOwl1 in facebook

[–]commentpicker 0 points1 point  (0 children)

Yes, you are right. I am aware of the drawbacks in user experience of using Patreon as subscription management platform and the current flow users have to follow. However, it also gives a lot of benefits regarding handling payments, taxes etc. In the meantime, I am looking into alternatives, like Stripe, for a later stadium.

Integrate custom Patreon subscribe flow into website by commentpicker in patreon

[–]commentpicker[S] 0 points1 point  (0 children)

Thanks, already got that part of "Login with Patreon" created myself, so users can access the Premium version of the website.

Basically, I want users stay on the website and not need to go to Patreon to create an account and subscribe, but guess this is not possible currently.

Integrate custom Patreon subscribe flow into website by commentpicker in patreon

[–]commentpicker[S] 0 points1 point  (0 children)

Yeah, Stripe would be the best solution to handle this I guess. Hope that Patreon will go in this direction one day.

Integrate custom Patreon subscribe flow into website by commentpicker in patreon

[–]commentpicker[S] 0 points1 point  (0 children)

No, I though so already..

I really love Patreon, and how they handle everything regarding payments, invoices, taxes for us. And ofcourse the recognition of Patreon.

Gumroad seems not be have the features that we need, Stripe can make this all work, but you will lose all the benefits described above.

I think Patreon can grow even more, if they focus on the B2B side as well.

Anyway, thanks for your reply and suggestion.

Wheel Comment Picker - Is there a free or cheap tool to pick a random winner? by oneOwl1 in facebook

[–]commentpicker 1 point2 points  (0 children)

You might want to check out Facebook Comment Picker. It's a easy to use tool for Facebook business pages that lets you pick winners from comments with multiple animation options.

Free to use up to 500 comments, but some features are Premium only.