How to upload video on instagram in ios [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am developing an application which is using instagram.
I have encountered a problem while uploading video on instagram.
Please tell me if any demo or sample or tutorial is available for uploading video on instagram.
Thanks in advance..

Instagram Media Endpoints
At this time, uploading via the API is not possible. We made a
conscious choice not to add this for the following reasons:
Instagram is about your life on the go – we hope to encourage photos
from within the app. However, in the future we may give whitelist
access to individual apps on a case by case basis.
We want to fight spam & low quality photos. Once we allow uploading from other sources,
it's harder to control what comes into the Instagram ecosystem. All
this being said, we're working on ways to ensure users have a
consistent and high-quality experience on our platform.

Related

I have an issue to publish app to the app store [closed]

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 5 years ago.
Improve this question
I have an issue with the app store , can anyone tell me what is my mistake?
3 months ago,I have published my app which saves video from youtube and it got rejected from the app store.and I know I break the privacy for the youtube this is no problem because it's my fault .
Now after 3 months,I am trying to publish another app which allow user to download music mp3 from any website (youtube , Facebook,twitter not including) also it get the rejected they tell me,I must take permission.
How can I take permission from all websites? What is my mistake? I think my app is not breaking any privacy.
and I search in app store I found many apps that allow user to download from youtube.
please any help about this issue and what I do so I can let apple publish my app?
thank a lot
You don't have permission to download videos from Youtube, Facebook etc. Just because there are other apps on the store that have these features doesn't mean that it's allowed.

can I use YouTube Videos as main content on my Facebook Application? [closed]

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

iCloud sharing among other users [closed]

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 8 years ago.
Improve this question
From what i know, iCloud is like a personal storage and you uses your own Apple ID for it.
What i want to ask is that, is it possible for users to store for example an image and be shared with other users?
Which means something like DropBox. You upload files into your DropBox account and there will be a url that allows other people to download the file.
Does iCloud has this kind of function?
Probably better answered on https://apple.stackexchange.com/.
However, as of right now, the answer is no. iCloud isn't a multi-user file sharing service. The only way to share documents, photos, or other data is to email, tweet, or MMS a copy.
Just out of curiosity ... they seem to be sharing iClouds ... how does this work or does apple support this now ?
http://www.busymac.com/busycal/userguide/index.html
It looks like you can share calendar data through iCloud. Don't know about any other apps.
http://www.busymac.com/busycal/userguide/caldav-sharing.html

Skimming another website for data to display in iPhone App (will apple approve app? ) [closed]

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 4 years ago.
Improve this question
I am thinking of putting together an app that will be pulling data from a very popular website. I have already looked at search and responses from the site and believe it can be done.
The only one question I have is, will apple have a problem with me doing this? The website more than likely will NOT give me permission to skim, but its public information so.... Will apple reject my app because I am skimming another site for data?
I would setup my own server to do the skimming but I am sure this website will see my ip hitting their servers a billion time a day (hopefully :) and ban my ip, so I plan on having the iphone itself skim the site.
Apple probably won't have an issue with this, but the website probably will. Most websites hate scrapers and put it in their terms of service that you're not allowed to scrape.
Apple only reject apps like this if they scrape Apple websites. Apple aren't bothered if you scrape someone else's site.

How to make an app for a Wordpress Blog? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to make an iPhone OS app for a Wordpress blog, and I'm unable to figure a way to grab the data from the blog.
The XML-RPC doesn't seem to have an anonymous read-only mode
The RSS feed has truncated posts
So, if anyone managed to make it, please help me ;)
the RSS is truncated if it is configured to be so, you can publish the entire blogpost in wordpress, cfr. "settings -> reading settings -> For each article in a feed, show (full text/ summary)"
The newsfeed may contain the full post. This is an option for the blog owner (option: 'rss_use_excerpt' = 0).