No product to add in Facebook App's "Add a Product" page - facebook

I've been trying to do the tutorial here: https://developers.facebook.com/docs/instagram-basic-display-api/getting-started but I immediately get stuck on Step 2 because there's no product under "Add a Product" list as seen on the screenshot below.
Facebook App Dashboard - Add a Product
I've done the following but still no luck:
Google
Search SO but wasn't able to find an issue like this
Disabled adblocker
Created a new account solely to use in Facebook Developers site
Anyone can point me to the right direction? I'd really appreciate it. Thank you!
Edit: Someone's having the same issue so to anyone else in the same boat, might be best to follow this: https://developers.facebook.com/community/threads/2598338917071430/

Related

Extra text getting added after description when sharing on Facebook

So I have an application with a "Share on Facebook" link that is working great EXCEPT there is some text that gets added from the site's Terms & Conditions after the description and I can't for the life of me figure out where it's coming from! It doesn't appear anywhere on the page itself.
App details blurred out since it's not yet launched:
http://i.imgur.com/8IkXI40.jpg
Here's the code I'm using to generate the link:
https://www.facebook.com/dialog/feed?app_id=XXXXXXXXXXXXX
&link=http://THESITE.com/alpha/experiences/adventure/trekkin-us-virgin-way
&name=Trekkin%20the%20US%20Virgin%20Way
&source=http://THESITE.com/alpha/sites/default/files/exp/021613/USVI%20075.JPG
&caption=Two%20rules%20when%20visiting%20the%20U.S.%20Virgin%20Islands.%201)%C2%A0Respect%20and%20get%20to%20know%20the%20locals%20as%20they%20have%20resources%20that%20can%20make%20your%20trip%20a%20memorable%20one%20and%202)The%20first%20thing%20you%20do%20when%20you%20arrive%20to%20St.%20John%20is%20get%20a%20drink%20at%20Woody's%20for%20a%20%E2%80%9CPainkiller%E2%80%9D%20a%20local%20concoction!%C2%A0Pr
&redirect_uri=http://THESITE.com/alpha/experiences/adventure/trekkin-us-virgin-way
Any FB gurus out there have any ideas as to what I'm missing?
Figured it out, I should have been using "description" instead of "caption". It makes sense given Facebook's info on what to use these fields for: https://developers.facebook.com/docs/guides/attachments/
Leaving this up for Google in case anyone has the same problem :)

Phoca Gallery: Error with Intergration of Facebook Albums in Gallery

So, same Problem like the Guy before and alot more people on the web, but this time i try to make a good discription. My english is not perfect, but please realise that i really try to tell you the details here.
There is a Function in the Famous Phoca Gallery Plugin for Joomla to integrate whole Facebook-Albums into the Gallery-System and show them next to the local ablums and pictures of the website in the same style and css.
here the detailed description by the deveopener of phoca gallery, how this integration normaly works, please look here:
http://www.phoca.cz/documents/2-phoca-gallery-component/443-displaying-facebook-albums
So, easy to tell: U have to create an facebook-application, give phoca galery the usernamem & pw, App-ID and secret-nr and it gets the rest of the needed data automatically via facebook.
Then, you have to create an new category inside of the phoca galerysystem and define the Facebook-Album you want as source. this is finally the step, that doesnt work with my page. U have to select the choosen facebook user, this is working, but if I try to select an fb-album of this user, i just get following error:
Facebook API Failure: Unknown method (3)
Normaly, on most Systems its working, but there are a few systems, where its just not working. Have a look on this forum, a lot of people have the same error like me.
http://www.phoca.cz/forum/viewtopic.php?f=1&t=23126
Developeners of Phoca tried to fix, but finally they started to tell the people, they should ask the developeners of facebook, because since now nobody was sucessfull to fix or just find the error.
So, this is now the try to tell u about this problem, maybe there is a way
Hopefully u are not just closing this, if anybody knows the problem and and have a fix, PLEASE tell
Not sure about phoca gallery, but I've developed a plugin for showing your Facebook albums (fanpage only) into your Joomla site. Thousands of people are using it successfully on their sites. It also has a WordPress version.
BTW, It's not free.
JFBAlbum
JFBAlbum Demo

Joomla 2.5.9 Wrong redirect after Read more -> Login

I´ve a strange Joomla 2.5.9 problem where I do not know if it´s a bug or a setting issue.
Anyway my problem is I ´ve created a menu item kind "Blog List", choosed a category and set the "access" of the articles to "registered" and "show unauthorized access links" to yes. Now the user can see the articles, but is redirected to the login if he clicks "read more".
steps can be seen here (-> http://tinyurl.com/bldbvx4)
So far so good. Unfortunately the return URL for the article is not created correctly.
I ´ve created a demo installation which illustrates my problem.
http://seminare-gratz.de/Joomla_2/index.php/problem
Login:
demo
demo
If I click "Koala" and log-in in the next step, Joomla tries to redirect me to:
http://seminare-gratz.de/Joomla_2/index.php/%2FJoomla_2%2Findex.php%2Fproblem%3Fid%3D25%3Akoala
correct would be:
http://seminare-gratz.de/Joomla_2/index.php/problem/25-koala
To solve this issue I tried to cut the wrong part with htaccess (failed)
Any clue how to fix this?
Thankful for any help,
Tony
Okay, got it. For everyone else having this problem. I did a template override of:
components/com_content/views/category/tmpl/blog_item.php
and cutted the urlencode in line 149.
//$link->setVar('return', base64_encode(urlencode($returnURL)));
$link->setVar('return', base64_encode($returnURL));
with this hack it works ...
This is because you have given Access level to register so normal users are not allowed to read this article. So you kindly change access level registered to public.

Follow plugin not showing up for my profile

I'm trying to add the "Follow" plugin to my website. There are several methods for this (as described on the Facebooks developer page), but none of them work for me.
They do work with the example user "zuck", but not with my profile. When I was trying the XFBML approach, I thought I was doing something wrong, but even the Iframe version won't work for my profile. I can't explain this.
Plugin with default user (zuck's) URL shows:
http://www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fzuck&layout=standard&show_faces=true&colorscheme=light&font&width=450
Plugin with my profile (middelkoopjan) URL doesn't show:
http://www.facebook.com/plugins/follow.php?href=https%3A%2F%2Fwww.facebook.com%2Fmiddelkoopjan&layout=standard&show_faces=true&colorscheme=light&font&width=450
I feel like I'm overlooking something elementary, but I'm at a loss here... any help would be very much appreciated.
You have to allow subscriptions in your Facebook profiles account settings. Click on the 'Subscribers' link on the menu on the left side of the screen, and check the box on "Allow subscribers". That should enable the follow plugin to work for your profile.

Need help - FB Like button does not post to wall

Hello fellow community members,
I was unable to find a helpful answer, so I will give this a try: I recently developed a website that has a FB "Recommend" (same as "Like") button implemented. I have never dealt with this before, hence my complete lack of knowledge.
Now, I implemented the code the FB developer's Like page (--> http://developers.facebook.com/docs/reference/plugins/like/) creates correctly into the website (both the script and the DIV-tag, yet something that is not automatically generated seems to be missing and needs to be added for the button to work correctly. It currently does not post to the FB wall.
Upon doing a debugging check, I received the following results: [...]
Unfortunately, I have no clue what to do with that data. How and where exactly in the HTML code do I implement those missing TAGS and PROPERTIES? Any help would be highly appreciated...
Kind regards & many thanks in advance, :-)
Doc
It looks like you're missing the Open Graph meta tags. Those go into the head of your page.
Facebook has a generator to help you create the tags, but you'll need to add them into your markup.