Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have created a Flickr JSON-based application. I want a Flickr JSON key. When I try to create one, it redirects me to block.opendns.com, so I can't get a Flickr API key. I just want to test my application to see whether it is working. So can anybody provide me with a Flickr API key?
Thanks.
Someone administrating your network has blocked the Flickr site for some reason, and they are using OpenDNS to achieve that block. This is why you are being redirected. This isn't a programming problem; you need to talk to your admin, or access Flickr from another network.
You need to register for API key in flickr for integrating the same in application. Use the following link for registering. It will surely work.
Flickr Link
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to send log events to BAM 2.4.1 via client REST but I dont find any example about it so I need to know what is the endpoint url and some example about building of the json message to send.
Thanks in advance for any help
Currently, it doesn't have a REST API to publish events. Current options are listed here.
In addition you can use Analytics JavaScript (JS) API as well. It has this limitation.
Currently due to a limitation, client applications should be deployed
in the same domain as the Dashboard server. i.e -
DAS_HOME/repository/deployment/server/webapps
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
Hello everybody.
I am using the Facebook SDK for Python,i want to know how can i get a list of posts by keyword using Facebook API?
https://developers.facebook.com/docs/public_feed/
Access to the Public Feed API is restricted to a limited set of media publishers and usage requires prior approval by Facebook. You cannot apply to use the API at this time.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I am beginner developer. My task is receiving App_id for Oauth authorization on facebook. Can you help me what should I do for this?
You need to go to this link here and login with the Facebook account with which you want to create a developer app for. Then go to the apps tab on the top right and follow the links to creat a new app. After that go to the app in panel and there you should easily find the app key and secret.
Firstly
you have to make sure to use a FB-sdk which you want to use.(php/javascript/..)
then make sure to download them and read documentation properly.
After that if any error occur you can consult here.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'd like to create a Faceook application which is same like Socialcam but in a different aspect, which is sports.
I can get the user Page Likes which are sports and create the video playlist according to them, in the process or creating the list of videos I would like to use Gdata api and use Youtube to pull youtube videos.
Is that possible and is there any restrictions on that from the Youtube?
Thanks all
Edit:
It seems this is not possible as far as I can see by Googling and reading their Terms because I need to run Ads on my site.
Using YouTube videos in a Facebook application is quite possible and relatively very easy (though you need to check each one has the embed flag set).
Whether you are allowed to depends on whether your application is monetised (i.e. runs ads or the user pays for it) and if the videos are the main content where they're displayed within it. The full terms of service are available at http://www.youtube.com/t/terms
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am not sure if what I want to do is possible, as i am fairly new to this. I have signed up for a Free API account with WorldWeatherOnline.com which allows usage of free and commercial use.
What I want to do is have the 3 days weather displayed for a specific location when a user visits a certain ViewController of my app. I'm not looking to ask them for their location via GPS, just display a set locations current weather.
I can generate a Request URL and output in XML format or JSON, but have no idea how to implement them into my app (if it is possible?)
Thanks
Check for the Best Weather API,
Read the blog tutorial with sample code for
Adding Local Weather Conditions To Your App (Part 2/2: Accessing Google’s XML Weather API)
Integrating weather information in iphone