Related to the use of the Giphy API. Consider also the tag [giphy] if your question isn't about the API.
Questions tagged [giphy-api]
75 questions
1
vote
0 answers
GIPHY API key not being set
I'm trying to incorporate the GIPHY API into my project.
In my AppDelegate, I set the API Key to the public beta key (just to test it out):
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions:…

pozzy
- 217
- 1
- 2
- 10
1
vote
0 answers
uploading a giff to giphy api in react
I'm trying to upload a giff to the giphy api and I was wondering if anyone had any experince with this and could provide an example. I saw it wanted a parameter file as a string in binary so I'm using 'react-file-base64'.
my function in my react…

seattleguy
- 327
- 1
- 4
- 11
1
vote
1 answer
Failed to resolve Android Giphy SDK dependency
I am trying to add Giphy Android SDK in my Android Project. On Giphy SDK's documentation, it is mentioned that in your Project gradle.build file, add:
repositories {
maven {
url "https://giphy.bintray.com/giphy-sdk"
}
}
and in your…

Usama Aftab
- 47
- 1
- 9
1
vote
0 answers
How to toggle between a still image and a gif from giphy api on click
I am trying to load a still image into the variable topicImage and then switch to the animated GIF when clicked. My code causes the image to disappear when clicked instead of switching to the animated GIF. Any input would be greatly appreciated.
…

Seytorin
- 11
- 1
1
vote
1 answer
Trying to switch image states - from still to animate - using giphy API
So I'm in a bootcamp, bout to begin the 7th week. We have an API assignment, and I chose to use the Giphy API. Okay, I've made the ajax call, have the json object, am displaying gifs with a button click. Once the gifs load, you should be able to…

Robert Zobrist
- 59
- 11
1
vote
1 answer
How do I render specific results using Giphy API?
So, Ii'm using React right now to build out a simple app per an assignment. Now, I know you can render a bunch of gifs based on a search result from user input, but how do I only render specific results I choose?
For example, if I just wanted to…

rxistheone
- 11
- 2
1
vote
1 answer
Display API results with JavaScript and HTML
First off, I'm very new to working with APIs at all. And English is not my first language. I've searched the web but came up short in finding exactly what I'm looking for, or at least I have not understood enough of what I read to understand how to…

Zarkaylia
- 61
- 4
- 13
1
vote
1 answer
How can I get Giphy's gifs with using Swift Giphy Client?
I found some framework which namely Giphy Client, to use the Giphy's gifs easily. But there is no tutorial on how to use it. Sorry for this rookie question. Can someone explain me to how can I search the gifs and get them with using this…

jorjj
- 85
- 2
- 12
1
vote
1 answer
Rails get random yoda giphy API image to show on 'welcome/yoda'
I got the translate yoda API to work from mashape. https://github.com/sfinley89/BEWD_midcourse
Now Im trying to get random yoda giphy images to show up on the 'welcome/yoda' page when their text is translated into yoda speak.
Here is what im getting…

sfinley
- 41
- 5
0
votes
0 answers
Handshake Exception saying 'TLSV1_ALERT_NO_APPLICATION_PROTOCOL(tls_record.cc:594))' in flutter app integrating giphy rest api
I am integrating giphy api in one of my flutter project but it is resulting with exception 'TLSV1_ALERT_NO_APPLICATION_PROTOCOL(tls_record.cc:594))'.
I created another flutter project with almost same flutter sdk and http client version. But here is…

sannyrai
- 1
0
votes
0 answers
Giphy get gifs from user api in htmlcode?
I am a Giphy Creator and i want to use the Giphy API in an embed HTML code ..
I was only successful getting a random GIF from Search
here is the code .. if any one could help it would be amazing :)
Random…

alhut
- 1
0
votes
1 answer
DiscordJS Giphy API "Bot not Responding error" but sends gif afterwards
My Discord Bot throws an error when you execute the slash command that the bot is not responding but it still sends the gif afterwards. How could i avoid that problem?
Screenshot
Code:
module.exports = {
data: new SlashCommandBuilder()
…

upNorthDev
- 3
- 1
0
votes
0 answers
Giphy-API not giving any results for normal users?
I'm trying to get the latest 100 posts from my giphy user.
It works for accounts like "giphy" and "spongebob"
But not for "jack0_o"
import requests
def get_user_gifs(username):
api_key = "API_KEY"
limit = 25 # The number of GIFs to…

matissismu
- 1
- 1
0
votes
0 answers
How can use infinite-scroll with GIPHY?
I'm working on a project like Giphy.com, I'm getting an error while creating load more gif while scrolling.
I have provided the code and image below hereeeeeeeeeeeeeee
Please help me !!! :(
I look forward to everyone's help and can learn a…

Yun
- 7
- 4
0
votes
1 answer
Giphy React Grid component is not working
I am trying to replicate the search and masonry grid from the official documentation using their Codesandbox example.
However, when I am trying to use it, the code is not returning any gifs back.
I have verified that the JS fetch is indeed returning…

Rimil Dey
- 827
- 2
- 13
- 33