Any objective-c open source can let me share content to a number of services? [closed] - iphone

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am going to allow user to share content to their fav services, in my iphone app.
The services I want to integrate include:
twitter
facebook
linkedin
tumblr
evernote
instapaper
etc
Any "One ring to rule them all" open source that I can adopt for this?
I know ShareKit would be a good candidate, but I noticed that it stopped updating since Nov 2010, which is one year ago.
Any suggestions for new such kind of kit?
Thanks

Sharekit is still the best option, but you need to use this version: https://github.com/ShareKit/ShareKit
It is still actively being developed.

Related

Streaming music developer service? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have an idea for a small project around music discovery. I'm hoping to find a service that has access to a huge collection of music (a la Spotify, Google Play, etc) but doesn't require each user to already have access to that.
Does this sort of service/api exist somewhere? My googling didn't turn up anything.
Thanks!
There are commercial options, but for your project you might consider Radio Reddit. We have a fairly large library of music mostly fun unsigned musicians.
While we haven't officially documented the API and are still under construction, the media APIs work well and are easy to understand. You can look at your tab while browsing music on the site for an example, or email me at brad#radioreddit.com.

Do we need adobe Digital Marketing Suite's authentication for appMeasurement for my ios app? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I just want to use adobe's omniture for my IOS app so do i need to make an account on Digital Marketing Suite in omniture.Can any one provide me any sample source code in which omniture has been used.
If you or your organization are an existing Digital Marketing Suite customer, you can obtain all the measurement libraries by navigating to the Code Manager in the Admin Console. You can also obtain implementation code examples in their help interface here:
http://microsite.omniture.com/t2/help/en_US/home/index.html#Developer
If you are not an existing user, there's not much reason or use to implement code because you wouldn't be able to access any reports that result from it.

Facebook official icons [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm going to develop apps for iOS, Android and Windows Phone that will be connect with Facebook.
I'm searching http://developer.facebook.com but I haven't found official icons for login button, etc. Sometime ago I'm sure they were there, but now I can't find them.
Where I can get official facebook icons?
iOS SDK comes with a FBConnect.bundle but I don't know how to open that file and get its images to use them on the other platforms.
Facebook Brand Resources is the place to get official graphics and how you can use it.
You need to use either self-made/custom images or one of the Facebook logos from "Brand Permissions Center" Facebook Brand Assets.

Can my app be launched from mail? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm working on a new app and would love to have the following feature. If the user is in Apple's Mail, s/he can have the option to open my app.
EDIT: The comments have pointed me to this question, which is perfect for handling attachments, which I also want to do, but I also want the user to be able to copy some text, a date or an e-mail address, and then open my app with that information in tow.
Is there an API set up whereby I can do this?
Thanks!
You can create a custom URL scheme for your app, something like app://path - this is how Facebook handles things, they have URLs like fb://profile/12345.
http://iosdevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-scheme.html

Sources and Tuts for Facebook FBML? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
How to start building pages with Facebook FBML.
There is a good sources and tutorials?
Thanks
Simply DON'T!
Why would you bother learning an old technology?! Facebook is in the process of deprecating it:
We are in the process of deprecating
FBML. If you are building a new
application on Facebook.com, please
implement your application using HTML,
JavaScript and CSS. You can use our
JavaScript SDK and Social Plugins to
embedded many of the same social
features available in FBML. While
there is still functionality that we
have not ported over yet, we are no
longer adding new features to FBML.