Tumblr Integration in ios - ios

I want to Integrate Tumbler in My app and also Want to share image on Tumblr.
I have demo for TumblrConnect which is on Github but I can not find proper way to Integrate Tumblr.
Only one Time Asking For Tumblr Login and Then When I tickMark Tumblr option image share on Logged in Account.
I went through Tumblr SDK project on Github, even after providing right credentials not able to login might be framework is outdated,
I'm unable to figure out how to integrate tumbler in iphone application.
Please help me.
Please give me code if anyone have working like this with Tumblr.

Here's the full SDK and documentation of how to setup and integrate Tumblr in iOS (also for OSX) app.
https://github.com/tumblr/TMTumblrSDK
http://cocoadocs.org/docsets/TMTumblrSDK/1.0.8/

Related

Squareup login Integration in iOS

I am implementing Squareup SDK in my app, but unable to get appropriate solution for integration.How can I get user information as there is no code given on developer.portal for login intergration.
On GitHub and developer portal, steps are only given for making payment ,no steps or code given for retrieve (customer/user) info.
Here is GitHub link: https://github.com/square/SquarePointOfSaleSDK-iOS
If anyone have idea to login integration in iOS ,please guide or give some reference link.
Thanks

disallowed_useragent with Google Drive SDK

I am trying to implement Google Drive SDK in my project but nothing seems to go well, i wanted to upload images and create folder on Google Drive but i am stuck with the error ,which i don't know how to get through, as i found nothing related to the following error.
I have strongly followed this link for code
Google has updated its security restrictions for OAuth flow. They are not going to allow native web-views to initiate OAuth flows. You will need to use the OS browsers to do so.
Modernizing OAuth interactions in Native Apps for Better Usability and Security
You may have to wait for google to update the sample code or figure out how to do it yourself sorry i am not an IOS developer so cant be of any help.
The issue is already logged on the issue forum for Google drive 4919

salesforce login in ios native App

I am quite new to iOS and i am trying to post something from my App on salesforce(like we share something on twitter). For that i want to first display the login screen if user is already not logged in and if user is logged in he can post on salesforce from my app. Please guide me to a tutorial or some sample code. i have done a hell lot of searching on web but didn't find any good tutorial. i have already added the SDK to my project but not able to figure out how implement all this.
Thank you.
what about this : SalesForce on iOS login without using the SalesForce Webview?
The post point to SFDC API for iPhone. May be you will found what you need.

Facebook SDK login on ios

I am unable to login with facebook in my iOS app. I had thoroughly studied the Facebook api and followed the all instructions given by facebook api at developers.facebook.com site. I am able to authenticate but it is not logging in to my app. It says that Safari cannot open the page because address is invalid. I am new to iOS please help me. Thank you in advance.
You seem to have skipped the part of tutorial where you add a custom url scheme to your app. Without that, Safari can't send the user back to your app once they are authenticated.
Checkout Ray Wenderlich's tutorial on this:
How To Post on Facebook with Your iPhone App
http://www.raywenderlich.com/77/how-to-post-on-facebook-with-your-iphone-app

How to post on Facebook wall through an iOS app?

In my application i try to integrate New FBconnect api using this tutorial ,but when i run this tutorial source code its give me following Errors.
Here is link of this Tutorial http://gabriel-tips.blogspot.com/2011/10/how-to-post-on-facebook-wall-through.html.
I request to all Who want to help me please check this tutorial before Answering me,bcz my work is related as done in this tutorial.so please guide me about this tutorial.Any help will be appriated.Thanx in advance.
Forget about older tutorials and random sample code found on the web. Facebook has an official sample project for you to use called HackBook. It includes several working examples that you can dissect. You should download this, read their instructions, and see exactly how to achieve Facebook functionality within your app.
There is a api called AddThis. You can use that api to share anything over hundreds of social networking sites including twitter and Facebook.
You will get the documents and api on this link.
http://www.addthis.com/

Resources