I want to share an audio file(mp3,wav) from IPhone application to facebook.
Anyone knows how do I do that ?
Thanks in advance.
I Would suggest uploading the file to some service and sharing that link with the Facebook share URL (e.g. http://facebook.com/share.php?u=http://blablbla.com/file.mp3)
Shai.
Related
Currently,I am developing an app in which I have to post video to Facebook/twitter via share kit.I am
sending text & images via share kit then its easily posted on Facebook/twitter but video is not post.
I am searching everywhere but can't succeeded.how can i solve this? Thanks in advance.
I'm using iTunes link maker to access an album on iTunes.
Somehow the link doesn't open in UIWebView.
Anyone experienced this?
Is this a restriction or something? An update maybe?
http://itunes.apple.com/us/artist/linkin-park/id148662?uo=4
Please try this url and tell me if you experienced the same thing.
Any link that have "itunes.apple.com" will not work on the Simulator.
Thanks #iNoob!
You might want to read this:
How can I link to my app in the App Store (iTunes)?
Also in the Apple Developer documentation read this: Launching the App Store from an iPhone application (you'll have to find it, I can't share a link to a secure site here).
I am developing a mobile app that share video to youtube, fb and twitter. I know there is a twitvid api but as i am fairly new to iphone development i just do not know how to make use of this.
Really appreciate any help on this.
I think you are unable to upload video directly to twitter, but you can upload your video to youtube and then send a shortened url to the user's status.
You can share video to Twitter by using the uploading media new API. And I have tried it, it works.
I made a convenient class to make post video to Twitter more easily.
Please check this: https://github.com/liu044100/SocialVideoHelper
You just need to call this class method.
+(void)uploadTwitterVideo:(NSData*)videoData account:(ACAccount*)account withCompletion:(dispatch_block_t)completion;
Hope it can resolve your problem.
In my App, upload photo using plixi api its possible or not. Anyone help me to solve this problem.
The Plixi API is REST-based, so yes, it should be entirely possible to use it within your app, provided that the user has an active network connection.
Thanks for the help.
In my application i want to add facebook feature.
After Changes in my Picture i want to upload that image in my facebook account.
Is there any code is available related this operation?
Please help me on this.
Pankaj Gadhiya
Try the API at http://github.com/facebook/three20 and http://forum.developers.facebook.net/viewtopic.php?pid=132728