How to insert in 'actionsheet ..Facebook and Twitter function in app - objective-c

How can I insert in actionsheet two buttons with two functions facebook and Twitter (social.framework)?

Christian, See my other answer for your other question. Ray Wenderlich's site has a great tutorial on this. They also have a great book iOS 6 by tutorials that shows you how to do all this. It really lets you understand the basics of the new social.framework. They teach you how to get Facebook and Twitter in an action sheet and how to make your own action to put on the sheet. Even if you just follow the online tut, you will gain a lot of information. Try it out!
http://www.raywenderlich.com
Go to the tutorial tabs and scroll around to see a ton of useful info. Hope this helps.

Related

Is it possible to add Sharing button for Snapchat? [duplicate]

I am developing a website.I have added the many social login or sharing buttons,links like facebook,tweeter,gplus,pintrest on my php,html based website.
Now i have to add the social sharing button for snapchat.Is it possible to provide a link or button on my website to share a snap,image,content of stories in snapchat ?
I have tried to find out for any API or snapchat link or button to achive, but doesn't found any thing.
I also saw the question doesn't have any answer,reply,comments.
Is it possible to add Sharing button for Snapchat?
From the snapchat blog link following, I found that there is no API available provided by snapchat.
http://blog.snapchat.com/post/99998266095/third-party-applications-and-the-snapchat-api
Is it possible to share contents of snapchat?
That blog post is more talking about using a 3rd party app intead of the snapchat app, this is something i can never see being allowd but is also not what i think you are after.
I assume you mean that you want to be able to share a screenshot or specific image on snapchat. I have not been able to find a way of doing this, the closest thing was a 3rd party app that enabled link insertion to snapchat (http://www.gizmodo.com.au/2016/06/you-can-now-embed-links-in-snapchat-screenshots-using-emoji/)
On the other hand, if you want them to connect to you, this can be done with the url https://www.snapchat.com/add/yourUserName
hope this helps

Post on twitter from ios app

I simply want to post some text and if possible also photo from my ios 7 app. When I click some button and perform action, I want to post silently to twitter. However, if the user has not sign in to twitter, I want to ask for authentication.
I have look through many examples, but could not find any satisfactory guide. Can anbybody please help me out giving guideline and resources?
Thanks in advance
Please find below link for simple tweet example .
https://github.com/AlexTrott/SLRequest-Tweet

How to like and comment on facebook posts from native ios app?

I would like to know how to like post of facebook from native ios app and comment on post via native ios app. please provide any kind of sample code from the same.I am newbie.Any kind of help would be appreciated.Thanks.
If you go to Ray Wenderlich's website he has many tutorials on how to implement this. He also has a great book on using the new social framework with Facebook and twitter. It is a great resource.

How to get information from a website into my tableview row

The application I'm making is similar to YouTube. It is a TableView that has a custom cell that displays a screenshot of the video, title, duration, and rating. I think I'm able to create this custom cell, my question is what to use to get the information from the website? Thanks for the help, I'm still inexperienced.
Update: Maybe I didn't word it properly, but I meant to get the video and information from a different web site that isn't YouTube for its videos, sorry for the confusion.
You use YouTube's API.

UITableView not loaded

i've followed a tutorial in wich you were Guided trough the development of a little, actual simple XML Application on iPhone.
I followed the Tutorial and run into one problem: The UITableView is empty, alltough the NSMutabelArray is not empty. The curious thing is, that i am not able to find diferences in the code of the Tutorial and my programmed code.
I tried different suggestions and ideas from UITableView gives empty table, does not load data, but either the iPhone screen turned Black or nothing was changed.
So i put both Projects (the downloaded Tutorial and my own Project) at my FTP server for you ftp://homes.dnsalias.com
If i missed information that is necessary or helpful please tell me. I hope someone, is willing to explain my mistake.
Thank you a lot...
Ok, i have had some basic Problems with UINavigationControllers and TableViews.
For those who found this Thread on google or something, here is a, for me helpfull, youtube link: link text