Facebook call-to-action button link to a pop-up form - facebook

I just started working on Facebook app few days ago, and i found this one:
https://www.facebook.com/ilavietnam/posts/10153274165597653
Basically, its a page post's call-to-action button link to a pop up form in Facebook (see in the link). I can build an app and fill in the user's profile but i don't know how to make it a pop-up form like this link.
Anyone know how to do it.
Thank in advance.

Related

Facebook share button suddenly got disappeared from product page in magento

I am developing a magento site and I implemented the social share extension. But after some time the facebook share button got disappeared from the product page. The share button used to come along side the facebook like button. Please suggest how can I bring back the button as this button is coming in the share button dropdown but I need it seperately along side the facebook share button.
I am attaching a screenshot for the same.

Difference between Current Dialog and Referral Dialog

Folks:
I am new to Facebook Development. I have a problem showing which user details my app is asking for in the Auth Dialog. It always show a user that the app will receive his basic info. On the app settings page at Apps-->AppName--> Auth Dialog I can see 2 preview dialogs. One is Current dialog, this is what user sees, and a referral dialog, this is what I want to display to user but I am unable to show it. My question is whats the difference between the 2 dialogs and how can I enable the refferal dialog to be shown always.
I want to achieve a login dialog like the one in the below site
http://www.trippy.com/
Mark - the referral dialogue is when a link created and posted by an app user is clicked on by a non-app user in the news feed, ticker, etc. You can read the exact details here, does a much better job at explaining than I do. :) https://developers.facebook.com/docs/opengraph/authentication/#referrals

facebook developer apps - cannot find page

when I try to create the "like" app for my website,it says that it cannot find the page.
I even copied and pasted my name to it. I want to be able to post from it and it will show up on my website. http:/facebook.com/thevisalusbody is what I am trying to get an app for
You can't create like buttons for user pages. You would have to convert your user profile to a fan page using Facebook's tool.

How to share text to Facebook

In RootviewController of my application I have a textfield and a button. I write something in that text field and after that when I click on the button then that text should be shared in Facebook. How to do this??
i think you need to integrate FB in your app to post your comments...
You must integrate Facebook SDK in order to do anything in user's account from iPhone app. After integrating and login You need to ask for permission "set_status" and after that you can show dialog for "set_status". That will show what exactly you want.

FBConnect logout button

I am using the FBConnect lib to allow users to post data to their facebook pages. I was successfully able to establish a session and allow a user to post to their wall.
My question is this:
There is a facebook 'logout' button that is suspended in the top left corner of my view after I've logged into facebook. How do I disable or move this button? I did not find any documentation in the api that this button would appear.
Need some advice on how to manage this mysterious button.
Thank you in advance,
In the FBConnect folder in your xcode project, you should have a FBDialog.m with a initWithSession:(FBSession*)session in there you should find everything about the facebook login and logout buttons including the .png images that they point to.
Hope this helps.