Facebook "Publish Story" dialog buttons are too far down - iphone

I have the following problem with my implementation of Facebook.
I want to publish a user story and everything works pretty well except sometimes the buttons
are placed too far down and you can't just scroll them up 'cause they always will pop back down there. I think you can see it best in the picture!
Its even worse in German...
Does anybody have the same problems? Or does anybody know why this could be?
Screenshot

Reduce the size of your content.Since this is a webview so it adjust the size as per your content.Decrease the size of your content and they were , on their right position.
Hope it helps you.....

Alright it is gone now!
There was a new update of the Facebook api and this problem went away after updating!
So like I thought it was a problem of the Facebook api!

I have narrowed it down somewhat:
feed dialog is scrambled only when called right after login dialog. In my case when user clicks post button I check if he is logged in, if yes then show post feed dialog, if not I show him login dialog then post feed dialog.
There is no need to do that because post feed dialog will force user to login when opening...
skipping this step with login solved this problem...

Related

Facebook Like Button configurator not working for certain pages

I'm trying to use the Facebook Like Button Configurator to generate the Like button for a facebook page URL but it's not showing up:
Here are the steps I performed:
Goto https://developers.facebook.com/docs/plugins/like-button#configurator
Type in 'https://www.facebook.com/LoveJadot/' in the 'URL to Like' textfield and hit tab to move to the next field.
The Like button does not appear below.
It does, however, work for all other facebook pages. Our client wants to know if this is a facebook issue and if so, what's the solution?
Any help would be greatly appreciated!
Facebook is making a few changes when it comes to promoting alcohol. Many groups and campaigns are being affected by this change.
Unfortunately we can't say for now what Facebook will end up doing. And there is no way around it at the moment(at least they did not communicate one yet).

Facebook Like Button not shown when not being logged in

I have the following problem: I created via this link a facebook like button to my fanpage.
Now the problem is that when I log out of facebook the button is not shown on my website.
I checked all the restrictions like age or country. I allow everything.
Any ideas why that is?
Ok, stupid one! I finally got it!
My fanpage was still set to hidden. When I change the visibility the like button is shown.

Like button action not showing on user's walls

I'm using the iFrame Like button on a page. When I click it, it goes to my wall saying I liked a link. This is good. However, when other people try it, it doesn't show up on their wall. Does the timeline layout affect this? I'm not using that layout, but my testers that aren't able to get the like to show on their wall are.
I've found similar problems on here, but nothing that's helped. I have OG meta tags included on the page that aren't being read correctly either.
Thanks in advance for any help.
Maybe some hints:
Have you checked the permissions for the FB-application?
Does it only work with users that are registered as developers/testers for the FB-application?

Facebook tab like button not working

I am developing a Facebook page for fans only. When a user lands on my page I am able to determine if it is a fan or not and display content appropriately. In the last few days I have noticed that non fans that land on my page and click on the native tab like button the page doesn't refresh to display the fan content.
What do I do about it? I haven't changed anything on my code to cause this. It just stopped working.
I didn't encounter such problems, but if you need a solution, try to subscribe to the edge.create event: https://developers.facebook.com/docs/reference/javascript/FB.Event.subscribe/
This way, you will be able to detect if someone clicks a like button and, if the like button for your page is clicked, you can redirect the users back on your tab, like a sort of refresh
Sounds like it might be a Facebook bug, nothing in your code should have any affect on the native like button.
Try submitting the bug at http://bugs.developers.facebook.net/

Facebook fbml add fan button to page

I'm trying to figure out how to add a Fan button to a Facebook page right next to the company name. I've seen this done on a few pages, as shown in the following screenshot.
I've added the FBML application though I can't find a great deal of information on the code required for the actual button and then how to place the button on the page. Can anyone point me in the right direction?
Many thanks.
For pages, that button is automatically handled by Facebook. If you are already a Fan of the page, the button won't appear. You should be able to "unfan" the page in your account settings.
The FBML application lets you add arbitrary FBML to the "box" that represents that application. It has nothing to do with the Fan button.
Visit the url that lets you edit your page information, on the right had side you should see something along the lines of "Promote with a fan box" -- that should be what you're looking for.
If you want to do it by hand you can use the fb:fan tag (http://wiki.developers.facebook.com/index.php/Fb:fan)
Thanks guys. Yep I delved into the hacks for this using FBML though eventually logged out and logged in with a different account and lo and behold! Facebook add this Fan Button by default now.