Feed limit request reached - Facebook Android SDK - facebook

I know it's kind of repeated but I've looked here and others forums trying to find a reason to this error.
I've found the cause but I really would like to see the explanation in Facebook's API, and other informations for my app about the limits and the limit of time necessary to 'back to normal', but I couldn't find it anywhere.
Do you know where can I find these informations directly on Facebook?
Thanks for your help.

Related

Tracking Soundcloud plays using Facebook Pixel

This is my first post, I'm glad to join the community. I have very limited, practically no experience with coding, however I am working on something that requires me to jump into coding, so here I am.
My objective is to use the Facebook Advertising tracking pixel to track Soundcloud plays on my page and ultimately target people who have been listening to my tracks on Soundcloud.
Facebook usually allows you to track conversions from your own website, however it says that If you do not own the website where you are trying to track some information from, you should contact the website and ask them.
I have tried contacting Soundcloud but obviously received no response.
I was wondering wether there was a way to get around the issue that I do not own the website and therefore cannot copy and paste the Facebook pixel into Soundcloud's HTML.
I have done some research online, looking into forums, but there seems to be no discussion about this online, at least nothing that I could understand with my limited knowledge.
Here are a few links i checked out before posting here, unfortunately with little success.
http://www.unified.com/developers/earned-measurement/guides/conversion-soundcloud-plays/
http://www.unified.com/developers/earned-measurement/apis/conversions-js/
Thank you for your time,
Any help is appreciated.
Kindest regards,
Oliviero

Facebook POST user/external_edge error

I recently got Facebook developer alert that the app is receiving large number of API errors from POST user/external_edge. I looked into facebook developer documentation and tried googling it but I dint any valuable information.
Did anyone face similar problem ?
What permissions might be causing this issue?

How do I carry over previous "likes" to new, upgraded domain address? How do I link website with the FB page?

I have very little knowledge how the plug ins work and really need help. I have a blogging website that I just upgraded to a regular domain address. The original site was http://meltfitness.blog.com. now the domain address is http://meltfitness.net. I'm trying to find out if there is any way TO NOT LOSE the previous likes the pages had from the original domain. Is there a way to carry those over to the new domain? This problem only seems to be happening on the individual posts; not the general site itself. ALSO, when someone clicks "like" on my site/page/posts, it is not carrying over into their "Likes" section on FB. It DOES seem to show up as a recent like, but it doesn't intertwine with my meltfitness.net FB page. PLEASE, PLEASE, PLEASE HELP!! I've spent hours and days trying to figure this out but I'm simply not tech savvy!
I have a feeling you might be unable to do this.
Read:
www.allfacebook.com/likes-domains-transfer-2010-08
and
uk.answers.yahoo.com/question/index?qid=20110628163905AAPh02C
I can't find any Facebook documentation stating that is impossible.
You might be able to get help from Facebook at http://www.facebook.com/help
Good luck

I still not clear about the publish.stream function.. help me please

I still not clear about the publish.stream function.. Anybody please help me, how to setting up the app authentication, so that we can publish a new status update to our new app user.. thanks..
You should always show us what you've tried and what is no working. Publishing to user's stream is one of the easiest things to do with graph api and a bit of reading of the documentation shows you exactly how:
Read about authentication - http://developers.facebook.com/docs/authentication/
Read about permissions - http://developers.facebook.com/docs/authentication/permissions/
Read about the news feed - http://developers.facebook.com/docs/reference/api/post/
putting all those three together should be easy for anyone who has done a bit of web app development. Once you start and a particular thing is not working for you, you can post ask for help with the details, but no one here is going to write the code for you...

Facebooks API. What should i choose ? (walltext inside)

I'm a little bit lost.
So, I'm not really trying to integrate facebook with my webproject, but in some point I need to get some information of a fb account... like friend's email, name, status and some other things...
From what I read so far, it seems that it's no longer possible to get friends' email and some other information without the friends authorize you app to do that, at least when using the last api from fb (graph api)... so I thought that was something impossible to do, until I see some sites (like yahoo) offering a possibility to import your contacts from your fb account without his friends authorize. Does anyone know how they do that?
I tried using other apis, like facebook-java-api, restFB, and others but in all cases I'm getting some kind of error... so if someone could at least give me a direction or something like that... have you done this? or know how to? using which api?
some info: I'm developing in Java with Eclipse, using tomcat as my web server.
well it's a little bit confusing since its not a technical issue, but if someone could help me pointing some direction I could tell each error i got when trying to go this direction or something like that.
You dont HAVE to use an SDK at all... Basically the only URL you need to be aware of is graph.facebook.com and you can just make HTTP requests to that URL. You might want to look into the facebook connect feature too.