Tag peoples like instagram - ios

I'm creating an app where user can post a feed(Image/Video) like Instagram. Now, i need to get over the feature of Tagging Peoples same like Instagram.
For example:
User can tag peoples to photo before making new post and once it available in recent feeds listing, anyone can tap on photo and see whom are tagged with that photo.
Is there any effective and simple way to implement this thing?
Any comment or link for refer further will be surely helpful.

Related

Adding multiple youtube playlists to site just like youtube has em

this is desired output for site
this is how youtube displays multiple playlist...how can I add this just like they have it to my site AND to linkedin profile?
embedding the share html link just brings in playlist but it does not display properly....I need it to appear exactly like it does in attached pic???
Linking to your LinkedIn profile, I have not tried. So perhaps someone else can tell you.
As to having a section like the one you showed to be on your own site is doable.
Firstly you will need to collect the playlist ID's that you are going to use.
Then you will need to get the video ID's from the video's in each Playlist.
This can be done with the API.
As to the displaying it like on youtube, you will need to do that yourself with one or more combination of table's, div's and CSS. Then With the information you grabbed in the APi, populate it.
Best to do it in a loop so as to be done all at the same time. Then put it to the page where you require it to be.

How would i add the ability to upload a picture to be a posts background on the show page in rails?

So in rails I have post CRUDability made so far, I have markdown on my posts.
When I create the posts I also want to have the ability to upload a picture which will be displayed as the background of the post on the show page when the user clicks this. I know the question is a bit broad and could possibly be refined but I wouldn't know how to word it.

Facebook-Ios get the number of users i have just tagged in a post, some questions

I wanna get the number of users i have just tagged in a post (in my profile) by Facebook sdk. I have read about:
FBSDKShareLinkContent
FBSDKSharePhoto
But seems that theri delegation doesn't return anything about the number of friends tagged, so i can't use it.
Maybe an alternative is a custom friends picker and a share action with Graph api, something like:
Login with fb -> UiTableview with content filled with graph endpoint "taggable_friends" -> launch the share action -> Return the number of tagged friends
My question are:
There is a way with graph api to know how many friends are tagged in a post (i have to post in my own profile)?
If the endpoint "taggable_friends" is deprecated (i can't find in Graph explorer), what is the actual alternative ?
"taggable_friends" returns only friends how have already my fb app installed or all my friends?
First of all, what do you need this information for?
Please be aware that you are not allowed to “reward” users in any way for posting or tagging people, or to require them to tag a certain number of people or something like that. If you haven’t done so already, you should go read Platform Policy.
taggable_friends is not deprecated, and it returns all friends, not just app users.
If you have a legitimate use case for finding out how many people where tagged, you could read the post details back from the API, after the post is made. The message_tags field contains info about the tags, so you could simply check how many elements this field contains. (I don’t know though how tag review affects this, if people have their FB settings so that they need to confirm being tagged first.)

Is it possible to tag a user/page through Facebook open graph api?

I found this post on SO as well as some other links on the web but they all seem outdated and seem to indicate that FB has not yet exposed this through the Open Graph API and i couldnt find anything to the contrary on the web. I am trying to find a way to post an image to a users wall and be able to tag multiple users in the post title or caption?
Is there still no way to do this through the api or somehow achieve the same result?
Tagging user/page in photo caption
This is not possible through the Graph API, and as far as I know the old #[user_id:0:link_text] is currently unavailable. Sadly I'm going to say that it is not possible at the time of writing this post.
I'll update this post with relevant info if I come across any.
Tagging user/page in Photo
This is possible through the Graph API.
The documentation for how to accomplish what you are looking for is located under the headline "tags" if you follow the link below:
developers.facebook.com - Core Concepts › Graph API › Photo

How do I display clickable wordpress blog post titles in an UITableView for iOS?

I am working on a iOS application in which I would like users to be able to access a table view list of blog post titles. The blog is self-hosted and runs on the Wordpress platform. The blog is linked to a twitter account so that each time a new post goes live, a new tweet is generated with the post title and the url. I was thinking that I could retrieve the twitter feed and insert the tweets into my table but I don't know if that's the easiest/best way to do it. Does anyone have any ideas?
You might want to setup an RSS to UITableView instead of bringing in the twitter API to do the job for you. If you keep the UITableView dependent on the Twitter API, you are inducing an additional, unwanted level of data dependency. Use RSS and update the UITableViews. You could possibly use this: http://dblog.com.au/iphone-development/rss-reader-part-4-setting-up-the-uitabbar-and-uitableview-with-delegates/ although I'm not sure if this is what you are looking for.

Resources