For our app I need to include Foursquare API. In order to get the API key I registered a new user and tried to register a new app. But whenever I hit the save button I get the dialog "The app is being saved" and nothing happens. Its just stuck there. Any ideas?
Thanks.
Related
I have embedded an iframe in the source code of each person added to my People plugin
I am looking for a way to conditionally render a button based on who the logged-in user is. If the email of the logged-in user matches the email in the iframe's param then the button ('Click here to update Profile') should appear. Otherwise, it is not on the page when the logged-in user views other people.
Buildfire People Plugin
I looked through the public api docs and tried using the /auth/verify_credentials but this is for logging in, this will not return the email of the logged-in user.
I know buildfire SDK has a buildfire.auth.getCurrentUser(callback) function that can be used. I need the callback to send that info to another application.
The app that I created is deployed on netlify and the backend is deployed on heroku.
I am trying to use Instagram Basic Display API (V2) to get username and user profile picture of user who logs into application.
I have given necessary permissions to the application for eg. instagram_user_profile & instagram_user_media, I am successfully getting username of the user but i am not getting any API end point which will return me user's profile picture.
following is the link I am referring to for Instagram Basic Display API
https://developers.facebook.com/docs/instagram-basic-display-api
I have tried to query the media node using following GET api listed in the documentation https://graph.instagram.com/{userid}/media?access_token=IGQV....
But in response i am able to get only data of Instagram POST of logged in user.
I'm having the same issue. Instagram Basic Display doesn't provide basic info like user display name and profile picture.
Even the known workarounds, like https://www.instagram.com/USERNAME/?__a=1, are not fully working anymore (think they added some IP filtering, because it works from my machine but if I deploy to an AWS Lambda it doesn't).
The only official way to get the user info that I know is the Instagram Graph API, but it's only for Instagram Business :(
Is it possible to change the name of the bot during runtime. Current the name which i have added in portal is getting displayed under bot message. Is it possible to update it in run time using node.js rather than displaying the name configured in portal.
You can change the display name of the bot, in bot's settings page. Following is a screenshot where you can do this.
I am working on a project where I have integrated stripe connect which is working fine, but now the problem is how I can check that returned details on redirect url are for a specific project.
Projects functions as follows.
1.Registered users add Non-Profit.
2.Connect to their stripe account to accept payments.
Stripe connect button has been placed on project addition page, users clicks on it and returned to a url (given in application) with connected users details, but on this page I have lost the project id for which user was connecting stripe account so I cant save it in database ( i assume that they needs to be saved in database to use at time of donation).
Am I doing something wrong ?
Is there any other way to get it done ?
I have used https://gist.github.com/amfeng/3507366 as reference.
After trying different code approaches and code samples available on net I found that we can use state parameter to get the respective id to which you want to connect the stripe account.
On my application iu https://connect.stripe.com/oauth/authorize?response_type=code&scope=read_write&client_id=CLIENT_ID&state=705 where state is the user ID to connect with.
To open authorization window I used window popup and connect to stripe account by filling details after authorization popup window is closed and then I used $_GET to get user id and saved it in database.
I have registered my app with Foursquare, including registering for "User Push Api"
I have tested the checkin push using their website link "Send a test push" with successful results.
I have worked through Oauth process, and successfully get a token and can make calls with that.
Now I would alike to test the "User Push API" with the actual foursquare app. My understanding is that in order for my app to receive the pushed checkin notifications, my app has to be "Connected" with my Foursquare account.
What do I do to make this connection? I don't see my app listed in the gallery of apps to connect. Are there calls I need to make once I have the token to finalize the connection process? I understand that while this API is under development, that my app cannot appear in the main gallery. It seems that I should be able to connect my app somewhere since I am registered as developer.
Thanks,
Chris
See https://developer.foursquare.com/overview/auth for more details on how to connect with your app.
Additionally, even if your app does not appear in the app gallery, a draft version of your app details appears at https://foursquare.com/app/CLIENT_ID which you can review and will have a connect button automatically generated for you.