how to join to crossrider API - crossrider

I read about crossrider API today and tried to find a page to signup or register in that as they said in http://www.crossrider.org/
but didnt find any page or any form for such action.
anyone knows about the problem?
many links that i found in the web about this was broken, even their forum
that mentioned in FAQ page.
thanks for spending your time.

Related

Facebook Instant Articles: not every news appear on Production Articles list

I have submitted a request for the Instant Articles, and it's been approved. Now we have another problem, on Production Articles list (Facebook settings), I cannot see all the articles from our website, but most of them are there. Also, some newly added articles appeared there, and after some time they were gone somehow. My production rss feed contains all the articles from the website.
My website is running on Drupal.
Maybe the problem is because there are really too many articles on the website, and so not all of them can be displayed there? I really have no idea.
Did anyone have similar problem?

How to add email-opt in instant article

I have search all over internet and asked the instant article team too in instant article facebook page,
but I can't find the answer the way too put email-opt in instant.
I have put <form>, <button&Gt;, <input> tag on instant article editor, it successfully saved but it's not shown in page manager apps.
I have asked to place that write article about facebook instant article, but no answer too.
I have searched at facebook instant article docs dev, but couldn't find it too.
Is there place I'm missing?
Does it need particular step like we must have facebook leads, or audience network or something first?
I would appreciate your help
Thanks
I asked this on the FB Dev forum and they said it's still being rolled out. Only select publishers have this option for the time being.
Source: Facebook Help Centre

Looking for a way to use auto scheduling plugin on wordpress, with facebook auto-publish to page

I have a hosted wordpress site that I currently have set up with the Facebook for wordpress plugin to post to my facebook page (not profile). This is kind of essential for me as I post a lot and it saves me a ton of time.
Another thing that would save me a lot of time is a decent auto-schedule plugin for wordpress. I tried Auto-Schedule posts which I love, but to add a post to the queue I have to "publish" it. It then takes the post and queues it until the set parameters are fulfilled.
The only problem is that when I publish the page to enter the queue, it sends it to my facebook page. Is there any workaround for this? Another plugin for scheduling anyone knows of that avoids this? I am reasonably knowledgeable about coding if a coding solution is available, I just don't know much about how the Facebook application works. So if there's any kind of edit I can make to the Auto Schedule Posts plugin that'd be cool.
Thanks!
I just released this plugin to have a very simple way of auto-queueing posts: http://wordpress.org/plugins/queue-posts
Hope it will be of help to to some of you! :)

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

Is there a decent PHP Facebook Connect example anywhere online?

I have a very simple php site that I'm wanting to add facebook connect to. I have searched to and fro to find out how to do this. Even the developer docs at facebook are apparently wrong. I see many seasoned programmers replying that the docs are outdated and some of the methods won't work.. how one should create a new solution for this part, etc...
I know that Facebook changed a lot about the way facebook connect just before 2011. Isn't there someone out there who could provide a working example on how it's done? I will give my left leg to someone that could provide an updated and working tutorial.
Thanks.
The PHP Example shows you exactly how to do this. Short, redirect to $facebook->getLoginUrl() and then call $facebook->getUser().